Skip to main content

Route Compliance

  • 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_compliance</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-compliance" />
</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-compliance" viewBox="0 0 24 24">
  <path d="M19.6 4.25a2.414 2.414 0 0 0-1.2 4.5l-1.8 5.5h-.2a2.433 2.433 0 0 0-2.4 2.4l-6 1.4a6 6 0 0 0 .7-1l-1-.5a3.4 3.4 0 0 1-1.3 1.4 2.56 2.56 0 0 0-1.9-1 2.54 2.54 0 0 0-2.5 2.5 2.433 2.433 0 0 0 2.4 2.4 2.35 2.35 0 0 0 2.4-2.3l7.4-1.8a2.33 2.33 0 0 0 2.1 1.3 2.433 2.433 0 0 0 2.4-2.4 2.75 2.75 0 0 0-1.1-2.1l1.9-5.5h.1a2.4 2.4 0 0 0 0-4.8M4.8 8.35a10 10 0 0 0-.4 1.4l1.1.2c.1-.3.2-.6.3-1a1.3 1.3 0 0 0 .6.1 2.425 2.425 0 0 0 1.9-3.9 4.1 4.1 0 0 1 1.3-1l-.6-1a6.5 6.5 0 0 0-1.6 1.3 3 3 0 0 0-1-.2A2.37 2.37 0 0 0 4 6.65a2.14 2.14 0 0 0 .8 1.7m-.4 2.8a4 4 0 0 0 1.4 2.2l.8-.8a3.8 3.8 0 0 1-1.1-1.6Zm3.1 2.1-.8.8.1.1a3 3 0 0 1 .9 1.5l1.1-.2a3.7 3.7 0 0 0-1.3-2.2m9-6.6.5-1a5.1 5.1 0 0 1-1.9-1.6l-.1-.2-.9.7.1.1a7.7 7.7 0 0 0 2.3 2M12 3.35h.2a1.7 1.7 0 0 1 1 .3l.6-1a4.4 4.4 0 0 0-1.5-.5 5.2 5.2 0 0 0-1.7.2l.3 1.1c.3 0 .7-.1 1.1-.1"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.