Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-carat-up"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-main sf-icon-carat-up"></span>
Code point
- Unicode:
U+F112
- CSS:
\F112
- JS:
\uF112
- 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-up" viewBox="0 0 16 16">
<path d="M12.6 10.266c-.067.267-.334.4-.6.4H4c-.267 0-.534-.133-.6-.4-.067-.266-.067-.533.133-.733l4-4a.644.644 0 0 1 .933 0l4 4c.2.2.267.467.134.733Z"/>
</svg>