Skip to main content

Route Save

  • Tags:

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">route_save</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="/transportation-icons.svg#route-save" />
</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-route-save" viewBox="0 0 24 24">
  <path d="M20 19v1h-8v-1c0-.55-.45-1-1-1s-1 .45-1 1v2c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1M6.35 11.28c-.91-.77-1.92-1.66-1.07-3.47.15.04.31.06.47.07a2.087 2.087 0 0 0 1.59-3.41 4.6 4.6 0 0 1 3.32-1.49c.85.05 1.22.5 1.73 1.12.62.87 1.51 1.52 2.52 1.86a2.047 2.047 0 1 0 4.07-.45 2.03 2.03 0 0 0-2.04-1.82c-.83 0-1.59.51-1.9 1.28-.78-.3-1.45-.83-1.93-1.51a3.17 3.17 0 0 0-2.42-1.48c-1.58 0-3.09.68-4.15 1.86a2.03 2.03 0 0 0-2.86 1.91c0 .61.25 1.18.71 1.58-1.21 2.51.36 3.86 1.31 4.68.14.13.28.24.4.35.59.43.89 1.17.77 1.89a2.77 2.77 0 0 1-1.18 1.41c-.37-.55-.99-.87-1.65-.88-1.16.03-2.07.99-2.04 2.15.03 1.11.91 2 2.02 2.04 1.14 0 2.07-.94 2.06-2.08 0-.1-.02-.19-.03-.29.82-.45 1.45-1.2 1.76-2.08.24-1.08-.17-2.19-1.04-2.87-.12-.12-.27-.25-.43-.4Zm11.86 3.17L17 15.66V11c0-.55-.45-1-1-1s-1 .45-1 1v4.66l-1.21-1.21a.996.996 0 1 0-1.41 1.41l2.91 2.85c.39.38 1.01.38 1.4 0l2.91-2.85c.4-.39.4-1.02 0-1.41a.996.996 0 0 0-1.41 0Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.