Skip to main content

icon-sport-baseball


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F104
  • CSS: \F104
  • JS: \uF104
  • HTML: &#xF104;

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-baseball" viewBox="0 0 16 16">
  <path fill-rule="evenodd" d="m10.933 10.6.667-.333c.267.533.6 1.066 1.067 1.466C13.467 10.667 14 9.4 14 8s-.467-2.733-1.333-3.733c-.4.4-.8.866-1.067 1.466l-.667-.333c.334-.6.734-1.2 1.2-1.667A5.85 5.85 0 0 0 8 2c-1.6 0-3.067.667-4.133 1.667.466.466.866 1.066 1.2 1.666l-.667.334c-.267-.534-.667-1-1.067-1.4C2.467 5.267 2 6.6 2 8s.467 2.733 1.333 3.733c.467-.4.8-.933 1.067-1.466l.667.333A6.441 6.441 0 0 1 3.8 12.333C4.933 13.333 6.4 14 8 14s3.067-.667 4.133-1.667c-.466-.533-.933-1.066-1.2-1.733ZM5.4 9.867 4.667 9.6C5 8.467 5 7.333 4.667 6.333l.733-.266a6.691 6.691 0 0 1 0 3.8Zm5.2-3.734.733.2c-.333 1-.4 2.134 0 3.267l-.733.267a6.456 6.456 0 0 1 0-3.734Z"/>
</svg>