Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-complete"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-main sf-icon-complete"></span>
Code point
- Unicode:
U+F124
- CSS:
\F124
- JS:
\uF124
- 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-complete" viewBox="0 0 16 16">
<path d="M6 12a.667.667 0 0 1-.47-.195L2.195 8.47a.667.667 0 0 1 .943-.942L6 10.39l6.862-6.862a.667.667 0 1 1 .942.942l-7.333 7.334A.667.667 0 0 1 6 12Z"/>
</svg>