Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-cursor"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-main sf-icon-cursor"></span>
Code point
- Unicode:
U+F127
- CSS:
\F127
- JS:
\uF127
- 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-cursor" viewBox="0 0 16 16">
<path d="M13.6 6.067 2.267 1.334a.752.752 0 0 0-.734.2c-.2.2-.266.466-.133.733L6.133 13.6c.134.267.334.4.6.4a.64.64 0 0 0 .6-.466L8.667 9.6l3.533 3.534a.72.72 0 0 0 .467.2.72.72 0 0 0 .466-.2.645.645 0 0 0 0-.934L9.6 8.667l3.933-1.333a.64.64 0 0 0 .467-.6c0-.267-.2-.534-.4-.667ZM8.2 7.734a.6.6 0 0 0-.4.4L6.667 11.4l-3.4-8.133 8.133 3.4-3.2 1.067Z"/>
</svg>