Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-help"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-main sf-icon-help"></span>
Code point
- Unicode:
U+F13B
- CSS:
\F13B
- JS:
\uF13B
- 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-help" viewBox="0 0 16 16">
<path d="M8 15.334A7.333 7.333 0 1 1 15.334 8 7.342 7.342 0 0 1 8 15.334ZM8 2a6 6 0 1 0 6 6 6.007 6.007 0 0 0-6-6Zm.158 7.3c.251-.084 2.456-.867 2.456-2.631a2.667 2.667 0 0 0-5.183-.889.667.667 0 0 0 1.258.442 1.333 1.333 0 0 1 2.591.446c0 .689-1.144 1.232-1.544 1.367a.667.667 0 1 0 .422 1.267V9.3ZM8 12a.667.667 0 1 1 0-1.334A.667.667 0 0 1 8 12Zm0-1v.334V11Z"/>
</svg>