Skip to main content

icon-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"></s-icon>

Icon font

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

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

Code point

  • Unicode: U+F15D
  • CSS: \F15D
  • JS: \uF15D
  • HTML: &#xF15D;

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" viewBox="0 0 16 16">
  <path fill-rule="evenodd" d="M3.013 1.422a.667.667 0 0 1 .667 0l9.333 6a.667.667 0 0 1 0 1.12l-9.333 6a.667.667 0 0 1-1.013-.533v-12a.667.667 0 0 1 .346-.587ZM4 3.23v9.56l7.433-4.78L4 3.229Z"/>
</svg>