Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-sport-cheer"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-sports sf-icon-sport-cheer"></span>
Code point
- Unicode:
U+F107
- CSS:
\F107
- JS:
\uF107
- 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-cheer" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M10.067 3.867 13.733 2v9.267L10.067 9.4h-2.6c.133.333.4.733.666 1.067.267.266.534.6.867.866.267.2.467.4.733.6l.334.2-.534.467c-.4.333-.8.667-1.133.933-.467.334-.867.467-1.133.467-.6 0-1.134-.6-1.667-1.733-.333-.734-.667-1.734-.933-2.867H3.6l-.933-.933V4.8l.933-.933h6.467Zm3 6.2V4.533L10.333 6.4v1.867l2.734 1.8Z"/>
</svg>