Skip to main content

icon-sport-bowling


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F106
  • CSS: \F106
  • JS: \uF106
  • HTML: &#xF106;

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-bowling" viewBox="0 0 16 16">
  <path fill-rule="evenodd" d="M8 2C4.667 2 2 4.667 2 8s2.667 6 6 6 6-2.667 6-6-2.667-6-6-6ZM4.933 6.467a.81.81 0 0 1-.8-.8c0-.467.334-.8.8-.8.4 0 .8.333.8.8 0 .466-.4.8-.8.8Zm1.534-2.334c0-.4.333-.8.8-.8.4 0 .733.4.733.8s-.333.8-.8.8c-.4 0-.733-.4-.733-.8ZM7.6 7.6a.81.81 0 0 1-.8-.8c0-.4.333-.8.8-.8.4 0 .8.333.8.8a.77.77 0 0 1-.8.8Z"/>
</svg>