Bag5 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 { IconBag5 } from "@devigner-ui/icons";
<IconBag5 className="size-6" />
<script setup>
import { IconBag5 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBag5 class="size-6" />
</template>
<script>
import { IconBag5 } from "@devigner-ui/icons-svelte";
</script>
<IconBag5 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 14.97c.53 2.69.8 4.03 1.69 4.9a4 4 0 0 0 .53.43c1.02.7 2.39.7 5.13.7h1.7c2.74 0 4.11 0 5.13-.7q.3-.2.53-.43c.89-.87 1.16-2.21 1.7-4.9.77-3.85 1.15-5.78.27-7.15a4 4 0 0 0-.56-.68C18.75 6 16.78 6 12.85 6h-1.7c-3.93 0-5.9 0-7.07 1.14a4 4 0 0 0-.55.68c-.9 1.37-.5 3.3.26 7.15" stroke="currentColor" stroke-width="1.5"></path><circle opacity="1" cx="15" cy="10.0005" r="1" fill="currentColor"></circle><circle opacity="1" cx="9" cy="10.0005" 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>