Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-tv"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-main sf-icon-tv"></span>
Code point
- Unicode:
U+F18C
- CSS:
\F18C
- JS:
\uF18C
- 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-tv" viewBox="0 0 16 16">
<path d="M13.334 4H9.61l2.195-2.195a.667.667 0 0 0-.943-.943L8 3.724 5.138.862a.667.667 0 0 0-.942.943L6.39 4H2.667a2 2 0 0 0-2 2v7.333a2 2 0 0 0 2 2h10.667a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2ZM14 13.333a.667.667 0 0 1-.666.667H2.667A.667.667 0 0 1 2 13.333V6a.667.667 0 0 1 .667-.667h10.667A.667.667 0 0 1 14 6v7.333Z"/>
</svg>