Shopping Cart icon in outline, twotone, bold and bulk. Free in all four styles, for cart, checkout, storefront, orders. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconShoppingCart } from "@devigner-ui/icons";
<IconShoppingCart className="size-6" />
<script setup>
import { IconShoppingCart } from "@devigner-ui/icons-vue";
</script>
<template>
<IconShoppingCart class="size-6" />
</template>
<script>
import { IconShoppingCart } from "@devigner-ui/icons-svelte";
</script>
<IconShoppingCart class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.67 2h1.74c1.08 0 1.93.93 1.84 2l-.83 9.96a2.8 2.8 0 0 0 2.79 3.03h10.65c1.44 0 2.7-1.18 2.81-2.61l.54-7.5a2.77 2.77 0 0 0-2.81-3.01H6.49" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M16.92 22a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M8.92 22a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M9.67 8h12" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>