Skip to main content

icon-play-by-play


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

<s-icon name="icon-play-by-play"></s-icon>

Icon font

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

<span class="sf-main sf-icon-play-by-play"></span>

Code point

  • Unicode: U+F15C
  • CSS: \F15C
  • JS: \uF15C
  • HTML: &#xF15C;

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-icon-play-by-play" viewBox="0 0 16 16">
  <path d="M9.667 7.733a.605.605 0 0 1-.467-.2L8.667 7l-.534.533a.644.644 0 0 1-.933 0 .644.644 0 0 1 0-.933l.533-.533-.533-.534a.72.72 0 0 1-.2-.466c0-.2.067-.334.2-.467a.644.644 0 0 1 .933 0l.534.533L9.2 4.6a.644.644 0 0 1 .933 0 .644.644 0 0 1 0 .933l-.533.534.533.533a.72.72 0 0 1 .2.467c0 .2-.066.333-.2.466a.72.72 0 0 1-.466.2Zm.733 2.6C10.4 9.4 9.6 8.6 8.667 8.6c-.934 0-1.734.8-1.734 1.733 0 .934.8 1.734 1.734 1.734.933 0 1.733-.734 1.733-1.734Zm-1.333 0c0 .2-.2.4-.4.4s-.4-.2-.4-.4.2-.4.4-.4.4.2.4.4Zm5.666-2.8a.72.72 0 0 0 .2-.466.72.72 0 0 0-.2-.467l-.533-.533.533-.534a.644.644 0 0 0 0-.933.644.644 0 0 0-.933 0l-.533.533-.534-.533a.644.644 0 0 0-.933 0 .72.72 0 0 0-.2.467.72.72 0 0 0 .2.466l.533.534-.533.533a.644.644 0 0 0 0 .933.644.644 0 0 0 .933 0L13.267 7l.533.533a.72.72 0 0 0 .467.2.72.72 0 0 0 .466-.2Zm.267 2.8C15 9.4 14.2 8.6 13.267 8.6c-.934 0-1.734.8-1.734 1.733 0 .934.8 1.734 1.734 1.734.933 0 1.733-.734 1.733-1.734Zm-1.333 0c0 .2-.2.4-.4.4s-.4-.2-.4-.4.2-.4.4-.4.4.2.4.4ZM4.933 2c0-.933-.8-1.733-1.733-1.733S1.467 1.067 1.467 2s.8 1.733 1.733 1.733S4.933 3 4.933 2ZM3.6 2c0 .2-.2.4-.4.4s-.4-.133-.4-.4.2-.4.4-.4.4.2.4.4Zm9.067 12c0 .933-.8 1.733-1.734 1.733-.733 0-1.333-.466-1.6-1.066a7.395 7.395 0 0 1-4.666-2.134 7.311 7.311 0 0 1-2.134-5.2V6.8l-.4.4c-.133.067-.266.133-.466.133a.605.605 0 0 1-.467-.2.644.644 0 0 1 0-.933l1.533-1.533a.605.605 0 0 1 .467-.2h.067c.066 0 .133 0 .2.066.066 0 .133.067.2.134L5.2 6.2a.644.644 0 0 1 0 .933.644.644 0 0 1-.933 0l-.4-.4v.534c0 1.6.6 3.133 1.8 4.266 1 1 2.333 1.6 3.733 1.734.267-.6.867-1.067 1.6-1.067.933.067 1.667.8 1.667 1.8Zm-1.334 0c0-.2-.2-.4-.4-.4s-.4.2-.4.4.2.4.4.4c.267 0 .4-.2.4-.4Z"/>
</svg>