Bag4 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 { IconBag4 } from "@devigner-ui/icons";
<IconBag4 className="size-6" />
<script setup>
import { IconBag4 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBag4 class="size-6" />
</template>
<script>
import { IconBag4 } from "@devigner-ui/icons-svelte";
</script>
<IconBag4 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.8 12.03c.53-2.69.8-4.03 1.69-4.9a4 4 0 0 1 .53-.43C7.04 6 8.4 6 11.15 6h1.7c2.74 0 4.11 0 5.13.7a4 4 0 0 1 .53.44c.89.86 1.16 2.2 1.7 4.89.77 3.86 1.15 5.78.27 7.15a4 4 0 0 1-.56.68C18.75 21 16.78 21 12.85 21h-1.7c-3.93 0-5.9 0-7.07-1.14a4 4 0 0 1-.55-.68c-.9-1.37-.5-3.3.26-7.15" stroke="currentColor" stroke-width="1.5"></path><circle opacity="1" cx="15" cy="9.00049" r="1" fill="currentColor"></circle><circle opacity="1" cx="9" cy="9.00049" r="1" fill="currentColor"></circle><path opacity="1" d="M9 6V5a3 3 0 1 1 6 0v1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>