Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-sport-track"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-sports sf-icon-sport-track"></span>
Code point
- Unicode:
U+F12E
- CSS:
\F12E
- JS:
\uF12E
- 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-track" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M10.108 4c.534 0 1-.467 1-1 0-.533-.466-1-1-1-.533 0-1 .467-1 1 .067.533.467 1 1 1ZM8.442 8.933a.668.668 0 0 0-.667.667v3.133H4.908a.668.668 0 0 0-.666.667c0 .333.266.667.666.667h4.134V9.6c0-.4-.267-.667-.6-.667Zm-.467-2.066 4.067.333c.333 0 .6.333.6.667 0 .333-.334.6-.667.6h-.067L6.575 8l-.4 1.467h-.2l-2.2-.734c-.333-.133-.533-.466-.4-.8.133-.333.467-.533.8-.4l1.533.534.467-1.734c0-.2.133-.4.267-.533L8.108 4l-.333-.2-1.467.667C5.575 5 5.508 5 5.442 5c-.2 0-.467-.133-.534-.333-.133-.267 0-.667.267-.8l1.733-.8 3.467 1.666 1.467-.666c.266-.134.666 0 .8.266.133.267 0 .667-.267.8l-1.733.8h-.4l-.667-.4-1.6 1.334Z"/>
</svg>