Shopping Basket Tick 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 { IconShoppingBasketTick } from "@devigner-ui/icons";
<IconShoppingBasketTick className="size-6" />
<script setup>
import { IconShoppingBasketTick } from "@devigner-ui/icons-vue";
</script>
<template>
<IconShoppingBasketTick class="size-6" />
</template>
<script>
import { IconShoppingBasketTick } from "@devigner-ui/icons-svelte";
</script>
<IconShoppingBasketTick class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="1"><path d="m10.29 16 1.5 1.5 3.25-3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><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></g><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><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>