Skip to main content

Rewind


Examples

Heading
Smaller heading

Inline text 

Example link text 

Icon font

Use in web applications, on buttons, and anywhere you need more than a few icons.

<i class="modus-icons" aria-hidden="true">rewind</i>

SVG sprite

Use for static sites when you only need a few icons.

<svg class="mi" width="1em" height="1em" fill="currentColor">
  <use xlink:href="/modus-solid-icons.svg#rewind" />
</svg>

SVG code

Use when you don't want any dependency.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-solid mi-rewind" viewBox="0 0 24 24">
  <path d="m11.42 13.346 4.58 4.22c.35.32.83.4 1.25.22.45-.2.75-.66.75-1.19v-8.43c0-.52-.29-.99-.75-1.19-.15-.07-.31-.1-.46-.1-.28 0-.56.11-.79.31l-4.58 4.22c-.26.24-.42.6-.42.97s.15.73.42.97M9 8.375v8c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5v-8c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.