Skip to main content

Freight Trolley


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">freight_trolley</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#freight-trolley" />
</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-freight-trolley" viewBox="0 0 24 24">
  <path d="M22.04 12.22a.994.994 0 0 0-1.33-.48l-1.13.53-2.85-6.12a.994.994 0 0 0-1.33-.48L9.28 8.52 7.73 5.2 3.35 3.61c-.52-.19-1.09.08-1.28.6s.08 1.09.6 1.28l3.6 1.31 3.89 8.34c-.98.85-1.28 2.33-.54 3.53.62 1 1.87 1.5 3.01 1.2a2.733 2.733 0 0 0 2.02-3.1l6.9-3.22c.5-.23.72-.83.48-1.33Zm-8.89 5.25c-.08.37-.31.69-.67.86-.62.29-1.37.02-1.66-.6-.17-.36-.13-.76.04-1.09.12-.24.3-.45.56-.57.62-.29 1.37-.02 1.66.6.12.26.12.54.07.8m-.47-6.4-.95-2.04 1.81-.85.95 2.04z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.