Skip to main content

Unloaded Order


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">unloaded_order</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#unloaded-order" />
</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-unloaded-order" viewBox="0 0 24 24">
  <path d="M21 7h-5V2Zm-5.984 2H21v13H3V2h11.077l-.066 5.984A1.005 1.005 0 0 0 15.016 9M17 18H7v-2H5v4h14v-4h-2Zm-.672-4.841-1.414-1.415L13 13.66V8h-2v5.659l-1.914-1.915-1.414 1.415 3.626 3.554a1.003 1.003 0 0 0 1.404 0Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.