Skip to main content

Drivers


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">drivers</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#drivers" />
</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-drivers" viewBox="0 0 24 24">
  <path d="M17.42 10.75c-3.28 0-5.95 2.67-5.95 5.95s2.67 5.95 5.95 5.95 5.95-2.67 5.95-5.95-2.67-5.95-5.95-5.95m-.8 10.2a4.305 4.305 0 0 1-3.44-3.44h2.5l.89 1.47s.03.04.05.05zm-.95-6.38c-.36 0-.69.19-.87.51-.15.26-.17.55-.08.82h-1.55c.39-2.05 2.15-3.53 4.25-3.53s3.86 1.48 4.25 3.53h-1.55c.09-.27.07-.56-.08-.82a.98.98 0 0 0-.87-.51zm2.56 6.38v-1.91s.04-.03.05-.06l.89-1.47h2.5a4.305 4.305 0 0 1-3.44 3.44m-7.83-9.64c2.44 0 4.42-1.98 4.42-4.42s-1.98-4.42-4.42-4.42-4.42 1.98-4.42 4.42 1.98 4.42 4.42 4.42m0-6.98c1.42 0 2.56 1.15 2.56 2.56s-1.15 2.56-2.56 2.56S7.84 8.3 7.84 6.89s1.15-2.56 2.56-2.56m-.21 10.23c.2-.66.5-1.27.86-1.84-.22 0-.42-.02-.65-.02-3.37 0-6.03.95-7.47 1.61-1.43.66-1.84 1.18-1.84 2.11 0 .5.27 1.53.51 2.38.23.79.96 1.34 1.79 1.34h7.28c-.3-.59-.53-1.21-.66-1.87H3.39c-.37-1.32-.43-1.74-.44-1.86.09-.07.31-.21.76-.42 1.14-.53 3.48-1.39 6.47-1.44Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.