Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-desktop"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-main sf-icon-desktop"></span>
Code point
- Unicode:
U+F128
- CSS:
\F128
- JS:
\uF128
- 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-desktop" viewBox="0 0 16 16">
<path d="M13.333 1.333H2.667c-1.134 0-2 .867-2 2V10c0 1.133.866 2 2 2h4.666v1.333h-2c-.4 0-.667.267-.667.667s.267.666.667.666h5.333c.4 0 .667-.266.667-.666s-.267-.667-.667-.667h-2V12h4.667c1.133 0 2-.867 2-2V3.333c0-1.133-.867-2-2-2ZM14 10c0 .4-.267.666-.667.666H2.667C2.267 10.666 2 10.4 2 10V3.333c0-.4.267-.667.667-.667h10.666c.4 0 .667.267.667.667V10Z"/>
</svg>