Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-seat"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-main sf-icon-seat"></span>
Code point
- Unicode:
U+F1A0
- CSS:
\F1A0
- JS:
\uF1A0
- 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-seat" viewBox="0 0 16 16">
<path d="M10 3.333V8H6V3.333h4ZM10 2H6c-.733 0-1.333.6-1.333 1.333v6h6.666v-6C11.333 2.6 10.733 2 10 2Zm4.667 4.667h-2v2h2v-2Zm-11.334 0h-2v2h2v-2Zm10 3.333H2.667v4H4v-2.667h8V14h1.333v-4Z"/>
</svg>