Skip to main content

Cart

  • Tags:

Examples

Heading
Smaller heading

Inline text 

Example link text 

CSS Recommended

<i class="connect-icon-cart"></i>

Icon font

<i class="modus-icons" aria-hidden="true">cart</i>

SVG sprite

<svg class="mi" width="1em" height="1em" fill="currentColor">
  <use xlink:href="/connect-icons.svg#cart" />
</svg>

SVG code

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-connect mi-cart" viewBox="0 0 24 24">
  <path d="M8 18c1.1 0 2 .9 2 2s-.9 2-2 2-1.99-.9-1.99-2S6.9 18 8 18m10 0c1.1 0 2 .9 2 2s-.9 2-2 2-1.99-.9-1.99-2 .89-2 1.99-2M6.21 4H21a1.003 1.003 0 0 1 .88 1.48l-3.58 6.49c-.34.62-1 1.03-1.75 1.03H9.1l-.9 1.63-.03.12c0 .14.11.25.25.25H20v2H8c-1.1 0-2-.9-2-2 0-.35.09-.68.25-.96l1.35-2.45L4 4H2V2h3.27z"/>
</svg>

SVG CSS code