Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-repeat"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-main sf-icon-repeat"></span>
Code point
- Unicode:
U+F165
- CSS:
\F165
- JS:
\uF165
- HTML:

Copy HTML
Paste the SVG right into your project's code.
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="s-icon s-icon-icon-repeat" viewBox="0 0 16 16">
<g clip-path="url(#a)">
<path fill-rule="evenodd" d="M1.341 7.336V6.003a3.335 3.335 0 0 1 3.333-3.334h7.727l-1.533-1.526a.67.67 0 0 1-.007-.94l.007-.007a.67.67 0 0 1 .94-.007l.006.007 2.667 2.667c.26.26.26.68.007.94l-.007.006-2.667 2.667a.672.672 0 0 1-.946 0 .672.672 0 0 1 0-.947L12.4 4.003H4.674c-1.106 0-2 .893-2 2v1.333c0 .367-.3.667-.666.667a.669.669 0 0 1-.667-.667Zm12.667.667c-.367 0-.667.3-.667.666v1.333c0 1.107-.893 2-2 2H3.614l1.534-1.526.006-.007a.658.658 0 0 0-.006-.94l-.007-.006a.658.658 0 0 0-.94.006l-2.667 2.667-.006.007c-.26.26-.26.686.006.94l2.667 2.666c.26.26.687.26.947 0a.672.672 0 0 0 0-.946l-1.534-1.527h7.727a3.334 3.334 0 0 0 3.333-3.334V8.67c0-.366-.3-.666-.666-.666Z"/>
</g>
<defs>
<clipPath id="a">
<path d="M0 0h16v16H0z"/>
</clipPath>
</defs>
</svg>