Shopping Bag 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 { IconShoppingBag } from "@devigner-ui/icons";
<IconShoppingBag className="size-6" />
<script setup>
import { IconShoppingBag } from "@devigner-ui/icons-vue";
</script>
<template>
<IconShoppingBag class="size-6" />
</template>
<script>
import { IconShoppingBag } from "@devigner-ui/icons-svelte";
</script>
<IconShoppingBag class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.07 6.5h7.2c3.4 0 3.74 1.59 3.97 3.53l.9 7.5c.29 2.46-.47 4.47-3.97 4.47H8.18c-3.51 0-4.27-2.01-3.97-4.47l.9-7.5c.22-1.94.56-3.53 3.96-3.53" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M8.67 8V4.5c0-1.5 1-2.5 2.5-2.5h3c1.5 0 2.5 1 2.5 2.5V8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M21.08 17.03H8.67" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>