Skip to main content

Forklift


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">forklift</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#forklift" />
</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-forklift" viewBox="0 0 24 24">
  <path d="M3 18a3 3 0 0 1 1-2.236V4.125a1 1 0 0 1 1-1h5.236a1 1 0 0 1 1 1v8.784c.4.406.762.852 1.077 1.333H13.5a1 1 0 0 1 1 1v1.966A2.5 2.5 0 0 0 11.05 19H8.83A3.001 3.001 0 0 1 3 18m2.497-7.572c1.295.14 2.76.453 3.658.931q.3.16.584.341V4.5H5.5zM7.118 19a1.5 1.5 0 1 0-2.236-2 1.5 1.5 0 0 0 2.236 2m6.382-1a1.496 1.496 0 0 1 1.5 1.5 1.5 1.5 0 1 1-1.5-1.5m4.122-11.304a.811.811 0 1 0-1.622 0V20h5v-1.624h-3.378z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.