Bag3 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 { IconBag3 } from "@devigner-ui/icons";
<IconBag3 className="size-6" />
<script setup>
import { IconBag3 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBag3 class="size-6" />
</template>
<script>
import { IconBag3 } from "@devigner-ui/icons-svelte";
</script>
<IconBag3 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.74 18.56C4.94 20 7.17 20 11.64 20h.72c4.47 0 6.7 0 7.9-1.45m-16.52 0c-1.2-1.44-.79-3.63.04-8.02.58-3.12.87-4.69 1.99-5.6m14.49 13.63c1.2-1.45.79-3.64-.04-8.03-.58-3.12-.87-4.69-1.99-5.6m0-.01C17.13 4 15.53 4 12.36 4h-.72c-3.18 0-4.76 0-5.87.92m0 0" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M9.17 8a3 3 0 0 0 5.66 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>