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-outlined-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-outline 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.35zm12.11 6.5h-.09L19.29 7h1.72l-.72-1.45A.99.99 0 0 0 19.4 5H14l-.04 8.5H8.72c-.11-.12-.23-.23-.36-.34-.51-.41-1.15-.66-1.86-.66-1.04 0-1.96.54-2.5 1.35V9c0-.55-.45-1-1-1s-1 .45-1 1v6.5h1.5c0 1.66 1.34 3 3 3s3-1.34 3-3h4.52c0 1.66 1.34 3 3 3s3-1.34 3-3H22v-4.03c0-.51-.39-.91-.88-.97M6.5 17c-.83 0-1.5-.67-1.5-1.5v-.03c0-.17.04-.33.09-.48v-.05c.06-.16.15-.3.26-.42.28-.32.67-.52 1.13-.52.17 0 .34.04.5.09.43.15.77.49.92.92 0 .02.01.03.02.05.04.14.07.28.07.44 0 .83-.67 1.5-1.5 1.5Zm10.52 0c-.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.5m-1.06-6.5V7h1.65l1.74 3.5z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.