Skip to main content

icon-rewind


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F166
  • CSS: \F166
  • JS: \uF166
  • HTML: &#xF166;

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-rewind" viewBox="0 0 16 16">
  <path fill-rule="evenodd" d="M7.627 2.733a.675.675 0 0 1 .373.6v9.334a.675.675 0 0 1-.373.6.666.666 0 0 1-.667-.074l-6-4.666a.662.662 0 0 1 0-1.054l6-4.666a.666.666 0 0 1 .667-.074ZM2.42 8l4.247 3.333V4.667L2.42 8Zm12.54-5.267a.675.675 0 0 1 .373.6v9.334a.675.675 0 0 1-.373.6.666.666 0 0 1-.7-.074l-6-4.666a.662.662 0 0 1 0-1.054l6-4.666a.666.666 0 0 1 .7-.074ZM9.753 8 14 11.333V4.667L9.753 8Z"/>
</svg>