Skip to main content

Arrow Left


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">arrow_left</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-outlined-icons.svg#arrow-left" />
</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-outline mi-arrow-left" viewBox="0 0 24 24">
  <path d="m3.65 10.94 6.79-6.79A1.497 1.497 0 0 1 13 5.21V8h6.5c.83 0 1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5H13v2.79c0 .61-.36 1.15-.93 1.39s-1.2.11-1.63-.33l-6.79-6.79c-.29-.29-.44-.68-.44-1.06s.15-.77.44-1.06M11 14h8v-4h-8V6.41L5.41 12 11 17.59z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.