Skip to main content

Driver


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">driver</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#driver" />
</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-driver" viewBox="0 0 24 24">
  <path d="M12.189 2.002a10 10 0 1 0 9.81 9.81 10.014 10.014 0 0 0-9.81-9.81m-.944 17.254a.458.458 0 0 1-.545.455 8.02 8.02 0 0 1-6.52-6.131.436.436 0 0 1 .422-.533h5.155a.68.68 0 0 1 .53.23 2 2 0 0 0 .614.492.7.7 0 0 1 .356.61c-.011 1.079-.011 3.745-.011 4.878Zm.933-6.234a1.037 1.037 0 1 1 .844-.844 1.01 1.01 0 0 1-.844.844m1.327 6.678a.504.504 0 0 1-.589-.5v-4.899a.56.56 0 0 1 .31-.499 2.1 2.1 0 0 0 .635-.5.75.75 0 0 1 .566-.256h5.066a.492.492 0 0 1 .478.6 8.04 8.04 0 0 1-6.466 6.054m5.683-8.455-5.122-.5a.33.33 0 0 1-.266-.134 2.267 2.267 0 0 0-3.6 0 .37.37 0 0 1-.266.134l-5.166.5a.6.6 0 0 1-.645-.711 8.015 8.015 0 0 1 15.753-.045.638.638 0 0 1-.688.756"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.