Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-user"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-main sf-icon-user"></span>
Code point
- Unicode:
U+F18F
- CSS:
\F18F
- JS:
\uF18F
- 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-user" viewBox="0 0 16 16">
<path d="M13.333 14.666a.667.667 0 0 1-.666-.666v-1.334a2 2 0 0 0-2-2H5.333a1.99 1.99 0 0 0-1.414.586 2.015 2.015 0 0 0-.586 1.414V14A.667.667 0 1 1 2 14v-1.334a3.333 3.333 0 0 1 3.333-3.333h5.334A3.333 3.333 0 0 1 14 12.666V14a.666.666 0 0 1-.667.666Zm-2-10a3.334 3.334 0 1 0-6.667 0 3.334 3.334 0 0 0 6.667 0Zm-1.333 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"/>
</svg>