Skip to main content

Trim Fake Orders


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">trim_fake_orders</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="/transportation-icons.svg#trim-fake-orders" />
</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-trim-fake-orders" viewBox="0 0 24 24">
  <path d="M21.45 17.322a3.44 3.44 0 0 0-4.2-2.5c-.1 0-.2.1-.3.1l-3.7-5.1 3.6-4.8a2.123 2.123 0 0 0-.5-3l-4.4 6.1-4.4-6.1a2.11 2.11 0 0 0-.5 3l3.6 4.9-3.7 5a.35.35 0 0 1-.2-.1 3.44 3.44 0 0 0-4.2 2.5c-.6 1.9.2 4 1.9 4.5a3.44 3.44 0 0 0 4.2-2.5 4.73 4.73 0 0 0-.1-2.9l3.5-4.8 3.5 4.8a3.63 3.63 0 0 0-.1 2.9 3.44 3.44 0 0 0 4.2 2.5c1.6-.5 2.4-2.5 1.8-4.5m-14.3 1.6a1.793 1.793 0 0 1-2.2 1.3 1.776 1.776 0 0 1-1-2.3 1.793 1.793 0 0 1 2.2-1.3 1.776 1.776 0 0 1 1 2.3m11.8 1.3a1.793 1.793 0 0 1-2.2-1.3 1.776 1.776 0 0 1 1-2.3 1.793 1.793 0 0 1 2.2 1.3 1.776 1.776 0 0 1-1 2.3"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.