Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-minus-circle"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-main sf-icon-minus-circle"></span>
Code point
- Unicode:
U+F14D
- CSS:
\F14D
- JS:
\uF14D
- 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-minus-circle" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8 2a6 6 0 1 0 .001 12.001 6 6 0 0 0 0-12ZM.667 8A7.33 7.33 0 0 1 8 .667 7.33 7.33 0 0 1 15.334 8 7.33 7.33 0 0 1 8 15.334 7.33 7.33 0 0 1 .667 8Zm4 0c0-.366.3-.666.667-.666h5.333c.367 0 .667.3.667.666 0 .367-.3.667-.667.667H5.334A.669.669 0 0 1 4.667 8Z"/>
</svg>