Shopping Basket 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 { IconShoppingBasket } from "@devigner-ui/icons";
<IconShoppingBasket className="size-6" />
<script setup>
import { IconShoppingBasket } from "@devigner-ui/icons-vue";
</script>
<template>
<IconShoppingBasket class="size-6" />
</template>
<script>
import { IconShoppingBasket } from "@devigner-ui/icons-svelte";
</script>
<IconShoppingBasket 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 7.85c0-1.85.99-2 2.22-2h15.56c1.23 0 2.22.15 2.22 2 0 2.15-.99 2-2.22 2H4.89c-1.23 0-2.22.15-2.22-2" stroke="currentColor" stroke-width="1.5"></path><g opacity="1"><path d="M9.48 2 5.86 5.63" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="m15.86 2 3.62 3.63" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M10.43 14v3.55" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M15.03 14v3.55" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></g><path d="m4.17 10 1.41 8.64C5.9 20.58 6.67 22 9.53 22h6.03c3.11 0 3.57-1.36 3.93-3.24L21.17 10" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>