Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-plus"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-main sf-icon-plus"></span>
Code point
- Unicode:
U+F15F
- CSS:
\F15F
- JS:
\uF15F
- 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-plus" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M13.334 8c0 .367-.3.667-.667.667h-4v4c0 .367-.3.667-.667.667a.669.669 0 0 1-.666-.667v-4h-4A.669.669 0 0 1 2.667 8c0-.366.3-.666.667-.666h4v-4c0-.367.3-.667.666-.667.367 0 .667.3.667.667v4h4c.367 0 .667.3.667.666Z"/>
</svg>