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-solid-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-solid mi-truck-warning-delay" viewBox="0 0 24 24">
  <path d="M10.813 13.167c1.787 0 2.899-1.929 2.02-3.475l-1.45-2.542h7.947a1 1 0 0 1 .93.63l.75 1.87h-1.52l1.49 3c.55 0 1.02.45 1.02 1v4h-1c0 1.65-1.35 3-3 3s-3-1.35-3-3H9c0 1.65-1.35 3-3 3s-3-1.35-3-3H2v-4.805a2.3 2.3 0 0 0 1.188.322zM6 19.15c.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.5m10-9.5v3h3.3l-1.49-3zm2 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"/>
  <path d="M7.003 3.334c.278.002.556.14.714.416l3.812 6.683a.825.825 0 0 1-.716 1.234H3.188a.825.825 0 0 1-.717-1.234L6.283 3.75a.82.82 0 0 1 .72-.416M6.975 5.83c-.24.016-.413.226-.413.478v.059l.167 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-.419.4.4 0 0 0-.2-.049m0 0-.029.001Zm.504 4.096a.5.5 0 0 0-.504-.496.496.496 0 0 0-.417.78.503.503 0 0 0 .921-.284"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.