Skip to main content

Delivery Truck Allocate


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">delivery_truck_allocate</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#delivery-truck-allocate" />
</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-delivery-truck-allocate" viewBox="0 0 24 24">
  <path d="M9.01 4H3c-.55 0-1 .45-1 1s.45 1 1 1h6.01v1.79c0 .45.54.67.85.35l2.78-2.79c.19-.2.19-.51 0-.71L9.86 1.85c-.31-.32-.85-.09-.85.35zM21 11h-.02l-1.49-3h1.52l-.75-1.87a1 1 0 0 0-.93-.63h-5.12c-.08.32-.24.63-.48.88L10.92 9.2c-.37.38-.87.59-1.41.59-1.1 0-2-.9-2-2V7.5H3c-.36 0-.69-.08-1-.21V16h1c0 1.65 1.35 3 3 3s3-1.35 3-3h6c0 1.65 1.35 3 3 3s3-1.35 3-3h1v-4c0-.55-.45-1-1-1M6 17.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5M16 8h1.81l1.49 3H16zm2 9.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.