Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-arrow-right"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-main sf-icon-arrow-right"></span>
Code point
- Unicode:
U+F107
- CSS:
\F107
- JS:
\uF107
- 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-arrow-right" viewBox="0 0 16 16">
<path d="m13.133 8.467-4.666 4.667a.605.605 0 0 1-.467.2.605.605 0 0 1-.467-.2.645.645 0 0 1 0-.934l3.533-3.533H3.333c-.4 0-.667-.267-.667-.667s.267-.666.667-.666h7.733L7.534 3.8a.644.644 0 0 1 0-.933.644.644 0 0 1 .933 0l4.667 4.667c.067.066.134.133.134.2.066.133.066.333 0 .533 0 .067-.067.133-.134.2Z"/>
</svg>