Skip to main content

icon-sport-basketball


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

Using the Icon Component? Copy, paste, and go.

<s-icon name="icon-sport-basketball"></s-icon>

Icon font

Using the web font? Copy, paste, and go.

<span class="sf-sports sf-icon-sport-basketball"></span>

Code point

  • Unicode: U+F105
  • CSS: \F105
  • JS: \uF105
  • HTML: &#xF105;

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-basketball" viewBox="0 0 16 16">
  <path fill-rule="evenodd" d="M7.133 2.067c-1.066.133-2.066.6-2.933 1.266L6.067 5.2c.666-.867 1-1.933 1.066-3.133ZM8 7.2l3.8-3.867C10.8 2.467 9.533 2.067 8.267 2c0 1.533-.534 2.933-1.4 4.067L8 7.2Zm-4.667-3C2.6 5.067 2.2 6.067 2 7.133c1.2-.066 2.333-.4 3.2-1.066L3.333 4.2Zm6.6 4.933c1.067-.866 2.534-1.4 4.067-1.4-.067-1.266-.533-2.466-1.333-3.533L8.8 8l1.133 1.133ZM8 8.8l-3.8 3.867c1 .866 2.267 1.266 3.533 1.333 0-1.533.534-2.933 1.4-4.067L8 8.8Zm4.667 3C13.4 10.933 13.8 9.933 14 8.867c-1.2.066-2.333.4-3.2 1.066l1.867 1.867Zm-6.6-4.933C5 7.733 3.533 8.267 2 8.267c.067 1.266.533 2.466 1.333 3.533l3.8-3.8-1.066-1.133Zm2.8 7.066c1.066-.133 2.066-.6 2.933-1.333l-1.867-1.867c-.666.934-1 2-1.066 3.2Z"/>
</svg>