Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-social-facebook"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-social sf-icon-social-facebook"></span>
Code point
- Unicode:
U+F104
- CSS:
\F104
- JS:
\uF104
- 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-facebook" viewBox="0 0 16 16">
<path d="M14 8.037C14 4.703 11.314 2 8 2S2 4.703 2 8.037C2 11.05 4.194 13.547 7.062 14V9.782H5.54V8.037h1.523v-1.33c0-1.513.897-2.349 2.267-2.349.656 0 1.343.118 1.343.118v1.485h-.757c-.745 0-.977.466-.977.943v1.133h1.663l-.265 1.744H8.938v4.218C11.806 13.546 14 11.05 14 8.037Z"/>
</svg>