Skip to main content

Truck Warning Delay


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_warning_delay</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#truck-warning-delay" />
</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-truck-warning-delay" viewBox="0 0 24 24">
  <path d="M11.297 7h2.663v6.5H8.72a4 4 0 0 0-.352-.333H4.624A3 3 0 0 0 4 13.85v-.683h-.812c-.445 0-.847-.12-1.188-.322V15.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-.97h-.09L19.29 7h1.72l-.72-1.45A1 1 0 0 0 19.4 5h-9.243zM6.5 17c-.83 0-1.5-.67-1.5-1.5v-.03c0-.17.04-.33.09-.48 0-.02 0-.03.01-.05.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 .015.005.024.012.036l.008.014c.04.14.07.28.07.44 0 .83-.67 1.5-1.5 1.5m10.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"/>
  <path d="M6.283 3.75a.82.82 0 0 1 .714-.416.82.82 0 0 1 .72.416l3.812 6.683a.826.826 0 0 1-.716 1.234H3.188a.825.825 0 0 1-.717-1.234zm.28 2.537v.08l.166 2.1c.017.183.125.291.275.291s.259-.108.275-.291l.163-2.1.001-.02.003-.039v-.011a.48.48 0 0 0-.242-.42.42.42 0 0 0-.412.009.48.48 0 0 0-.23.401Zm.441 4.142.064-.004Zm.064-.004a.51.51 0 0 0 .44-.5.5.5 0 0 0-.556-.493.495.495 0 0 0-.365.777.5.5 0 0 0 .417.22"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.