Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-carat-right"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-main sf-icon-carat-right"></span>
Code point
- Unicode:
U+F111
- CSS:
\F111
- JS:
\uF111
- 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-carat-right" viewBox="0 0 16 16">
<path d="m10.467 8.467-4 4a.605.605 0 0 1-.467.2c-.066 0-.2 0-.266-.067-.267-.066-.4-.333-.4-.6V4c0-.266.133-.533.4-.6.266-.133.533-.066.733.134l4 4a.644.644 0 0 1 0 .933Z"/>
</svg>