Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-sport-curling"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-sports sf-icon-sport-curling"></span>
Code point
- Unicode:
U+F10B
- CSS:
\F10B
- JS:
\uF10B
- 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-sport-curling" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M10.8 4.733c.667 0 1.4.467 1.6 1.134H3.6c.2-.667 1-1.134 1.6-1.134h.933v-.266c0-1.2 1-2.2 2.2-2.2H10.6c.2 0 .333.133.333.333v.467c0 .2-.133.333-.333.333H8.333c-.533 0-1 .467-1 1v.267H10.8v.066Zm-8.8 4C2 7.667 2.8 6.8 3.867 6.8H12.2c1 0 1.867.867 1.867 1.933v1.534c0 1.066-.8 1.933-1.867 1.933H3.867C2.8 12.2 2 11.333 2 10.267V8.733Z"/>
</svg>