Skip to main content

icon-pause


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

<s-icon name="icon-pause"></s-icon>

Icon font

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

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

Code point

  • Unicode: U+F159
  • CSS: \F159
  • JS: \uF159
  • HTML: &#xF159;

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-pause" viewBox="0 0 16 16">
  <path d="M10 2a1 1 0 0 0-1 1v10a1 1 0 1 0 2 0V3a1 1 0 0 0-1-1ZM6 2a1 1 0 0 0-1 1v10a1 1 0 1 0 2 0V3a1 1 0 0 0-1-1Z"/>
</svg>