Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-more-horizontal"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-main sf-icon-more-horizontal"></span>
Code point
- Unicode:
U+F150
- CSS:
\F150
- JS:
\uF150
- 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-more-horizontal" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M6.667 8c0-.733.6-1.333 1.333-1.333s1.333.6 1.333 1.333c0 .734-.6 1.334-1.333 1.334S6.667 8.734 6.667 8Zm4.666 0c0-.733.6-1.333 1.334-1.333C13.4 6.667 14 7.267 14 8c0 .734-.6 1.334-1.333 1.334-.734 0-1.334-.6-1.334-1.334ZM2 8c0-.733.6-1.333 1.333-1.333.734 0 1.334.6 1.334 1.333 0 .734-.6 1.334-1.334 1.334C2.6 9.334 2 8.734 2 8Z"/>
</svg>