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-solid-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-solid mi-drivers" viewBox="0 0 24 24">
  <path d="M9.99 11.3h.03c1.84 0 3.4-1.15 4.04-2.76.02-.05.03-.1.05-.15.07-.2.14-.4.18-.61a4.353 4.353 0 0 0-4.27-5.18s-.02 0-.03 0c-2.39.01-4.32 1.95-4.32 4.35s1.93 4.33 4.32 4.35m.03 1.38c-3.31 0-5.93.93-7.34 1.58S.87 15.42.87 16.34c0 .49.27 1.5.5 2.34.23.78.94 1.32 1.76 1.32h6.8a7.75 7.75 0 0 1 .38-7.32zm6.97-1.8a5.82 5.82 0 1 0-.002 11.638 5.82 5.82 0 0 0 .002-11.638m-.68 10.22c-1.91-.3-3.42-1.8-3.71-3.71h2.72l.93 1.53s.05.04.07.06v2.12Zm-1.07-6.4c-.68 0-1.1.74-.75 1.33h-1.9c.33-2.14 2.17-3.78 4.39-3.78s4.06 1.65 4.39 3.78h-1.89a.88.88 0 0 0-.75-1.33h-3.5Zm2.43 6.4v-2.12s.05-.04.07-.07l.93-1.53h2.72c-.3 1.91-1.8 3.42-3.71 3.71Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.