Skip to main content

Driver Groups

  • 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">driver_groups</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-groups" />
</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-groups" viewBox="0 0 24 24">
  <path d="M9 7.067V5.933A2.88 2.88 0 0 1 11.821 3h.358A2.88 2.88 0 0 1 15 5.933v1.134A2.88 2.88 0 0 1 12.179 10h-.358A2.88 2.88 0 0 1 9 7.067m5.636 3.571a4.45 4.45 0 0 1-2.458.74h-.356a4.46 4.46 0 0 1-2.458-.74 2.71 2.71 0 0 0-2.529 2.697v.202a11 11 0 0 0 1.402.66 4.658 4.658 0 0 1 7.526 0 11 11 0 0 0 1.402-.66v-.202a2.71 2.71 0 0 0-2.529-2.697m1.385 6.264a4.021 4.021 0 1 1-3.945-3.944 4.02 4.02 0 0 1 3.945 3.944m-4.325 1.12a.28.28 0 0 0-.142-.248.9.9 0 0 1-.244-.198.28.28 0 0 0-.212-.095H9.025a.174.174 0 0 0-.17.212 3.23 3.23 0 0 0 2.623 2.468.188.188 0 0 0 .218-.185Zm.716-.972a.418.418 0 1 0-.341.341.42.42 0 0 0 .341-.341m2.726.67a.196.196 0 0 0-.191-.24H12.91a.3.3 0 0 0-.229.105.9.9 0 0 1-.254.2.23.23 0 0 0-.123.202v1.97a.204.204 0 0 0 .237.2 3.23 3.23 0 0 0 2.597-2.436Zm.029-1.346a3.224 3.224 0 0 0-6.337.018.242.242 0 0 0 .26.287l2.079-.202a.14.14 0 0 0 .107-.053.912.912 0 0 1 1.448 0 .13.13 0 0 0 .107.053l2.06.2a.256.256 0 0 0 .276-.303"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.