Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-tag"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-main sf-icon-tag"></span>
Code point
- Unicode:
U+F183
- CSS:
\F183
- JS:
\uF183
- 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-tag" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M.667 1.334c0-.369.298-.667.667-.667H8c.177 0 .347.07.472.195L14.2 6.59a2 2 0 0 1 0 2.82l-.473-.47.471.472-4.78 4.78a2.002 2.002 0 0 1-2.83 0L.864 8.472A.667.667 0 0 1 .667 8V1.334ZM13.254 8.47a.667.667 0 0 0 0-.94L7.724 2H2v5.724l5.531 5.525h.001a.667.667 0 0 0 .943 0l4.78-4.779Z"/>
</svg>