Skip to main content

Truck


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">truck</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#truck" />
</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-truck" viewBox="0 0 24 24">
  <path d="M19 9h-2V5H3.818A1.79 1.79 0 0 0 2 6.75v9.625h1.818A2.674 2.674 0 0 0 6.545 19a2.674 2.674 0 0 0 2.728-2.625h5.454a2.73 2.73 0 0 0 5.455 0H22V12ZM6.545 17.688a1.313 1.313 0 1 1 1.364-1.313 1.337 1.337 0 0 1-1.364 1.313M19 10l2 2h-4v-2Zm-1.545 7.688a1.313 1.313 0 1 1 1.363-1.313 1.337 1.337 0 0 1-1.363 1.313"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.