Shopping Basket Smile 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 { IconShoppingBasketSmile } from "@devigner-ui/icons";
<IconShoppingBasketSmile className="size-6" />
<script setup>
import { IconShoppingBasketSmile } from "@devigner-ui/icons-vue";
</script>
<template>
<IconShoppingBasketSmile class="size-6" />
</template>
<script>
import { IconShoppingBasketSmile } from "@devigner-ui/icons-svelte";
</script>
<IconShoppingBasketSmile 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="M9.17 14.25c0 1.92 1.58 3.5 3.5 3.5s3.5-1.58 3.5-3.5" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" 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>