Skip to main content

Freight Market


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">freight_market</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#freight-market" />
</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-freight-market" viewBox="0 0 24 24">
  <path d="M19 11c-.4 0-.78-.08-1.15-.23-.35-.14-.66-.35-.93-.6-.01 0-.02.02-.03.03-.32.26-.7.46-1.12.6-.81.27-1.73.27-2.54 0-.42-.14-.8-.34-1.12-.6-.04-.03-.07-.06-.11-.09-.04.03-.07.06-.11.09-.32.26-.7.46-1.12.6-.81.27-1.73.27-2.54 0-.42-.14-.8-.34-1.12-.6-.01 0-.02-.02-.03-.03q-.405.39-.93.6c-.73.3-1.57.3-2.3 0-.37-.15-.69-.37-.97-.65s-.5-.6-.65-.97C2.08 8.79 2 8.4 2 8l.02-.2.84-4.2a2.01 2.01 0 0 1 1.96-1.61h14.36c.95 0 1.78.68 1.96 1.61L22 7.99c0 .4-.08.78-.23 1.15s-.37.69-.65.97-.6.5-.97.65-.75.23-1.15.23Zm-1-3a1 1 0 0 0 .3.7c.1.09.2.17.33.22.24.1.52.1.77 0 .12-.05.23-.12.32-.22s.17-.2.22-.33c.04-.1.06-.2.07-.3l-.82-4.08H4.82L4 8.07c0 .1.03.2.07.3.05.12.12.23.22.32s.2.17.33.22c.24.1.52.1.76 0 .12-.05.23-.12.32-.22s.17-.2.22-.33c.05-.12.08-.25.08-.38h2c0 .1.03.2.08.3.06.12.16.23.28.33.14.11.31.2.5.27.4.13.88.13 1.28 0 .19-.06.36-.15.5-.26.12-.1.22-.21.28-.33.05-.1.08-.2.08-.31h2c0 .1.03.2.08.31.06.12.16.23.28.33.14.11.31.2.5.27.4.13.88.13 1.28 0 .19-.06.36-.15.5-.26.12-.1.22-.21.28-.33.05-.1.08-.2.08-.31h2Zm3 12v-7H3v7c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.