Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-social-twitter"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-social sf-icon-social-twitter"></span>
Code point
- Unicode:
U+F111
- CSS:
\F111
- JS:
\uF111
- 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-social-twitter" viewBox="0 0 16 16">
<path d="M11.434 3h1.821L9.283 7.552 14 13.759h-3.641l-2.98-3.725-3.31 3.725h-1.82l4.303-4.883L2 3h3.807l2.565 3.476L11.435 3Zm-.662 9.683h.993L5.228 4.076H4.152l6.62 8.607Z"/>
</svg>