Retail 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 { IconRetailBag } from "@devigner-ui/icons";
<IconRetailBag className="size-6" />
<script setup>
import { IconRetailBag } from "@devigner-ui/icons-vue";
</script>
<template>
<IconRetailBag class="size-6" />
</template>
<script>
import { IconRetailBag } from "@devigner-ui/icons-svelte";
</script>
<IconRetailBag 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.56 14.26c-.72-3.36-1.08-5.03-.18-6.15C4.28 7 5.99 7 9.42 7h5.16c3.43 0 5.14 0 6.04 1.11.9 1.12.54 2.8-.18 6.15l-.42 2c-.5 2.27-.73 3.4-1.56 4.07-.82.67-1.99.67-4.31.67h-4.3c-2.32 0-3.49 0-4.31-.67-.83-.66-1.07-1.8-1.56-4.07z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M3 11h18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M10 14h4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="m18 9-3-6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="m6 9 3-6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>