Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-question-mark"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-main sf-icon-question-mark"></span>
Code point
- Unicode:
U+F19F
- CSS:
\F19F
- JS:
\uF19F
- 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-question-mark" viewBox="0 0 16 16">
<path d="M8 1.333A6.67 6.67 0 0 0 1.333 8 6.67 6.67 0 0 0 8 14.667 6.669 6.669 0 0 0 14.667 8 6.669 6.669 0 0 0 8 1.333Zm.667 11.334H7.333v-1.333h1.334v1.333Zm1.38-5.167-.6.614c-.48.486-.78.886-.78 1.886H7.333v-.333c0-.733.3-1.4.78-1.887l.827-.84c.247-.24.393-.573.393-.94 0-.733-.6-1.333-1.333-1.333S6.667 5.267 6.667 6H5.333a2.666 2.666 0 1 1 5.334 0c0 .587-.24 1.12-.62 1.5Z"/>
</svg>