Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-single-view"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-main sf-icon-single-view"></span>
Code point
- Unicode:
U+F174
- CSS:
\F174
- JS:
\uF174
- 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-single-view" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M3.333 2.666c-.367 0-.667.3-.667.667v9.333c0 .367.3.667.667.667h9.333c.367 0 .667-.3.667-.667V3.333c0-.367-.3-.667-.667-.667H3.333Zm-2 .667c0-1.107.893-2 2-2h9.333c1.107 0 2 .893 2 2v9.333c0 1.107-.893 2-2 2H3.333c-1.107 0-2-.893-2-2V3.333Z"/>
</svg>