Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-arrow-left-circle"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-main sf-icon-arrow-left-circle"></span>
Code point
- Unicode:
U+F104
- CSS:
\F104
- JS:
\uF104
- 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-left-circle" viewBox="0 0 16 16">
<path d="M11.333 8c0 .4-.267.667-.667.667H6.933L8.467 10.2a.645.645 0 0 1 0 .934.605.605 0 0 1-.467.2.605.605 0 0 1-.467-.2L4.866 8.467c-.066-.067-.133-.133-.133-.2-.066-.133-.066-.333 0-.533.067-.067.067-.134.134-.2l2.666-2.667a.644.644 0 0 1 .933 0 .644.644 0 0 1 0 .933L6.934 7.334h3.733c.4 0 .667.266.667.666Zm4 0A7.312 7.312 0 0 1 8 15.334 7.312 7.312 0 0 1 .667 8 7.312 7.312 0 0 1 8 .667 7.312 7.312 0 0 1 15.333 8ZM14 8c0-3.333-2.667-6-6-6S2 4.667 2 8c0 3.334 2.667 6 6 6s6-2.666 6-6Z"/>
</svg>