Shop3 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 { IconShop3 } from "@devigner-ui/icons";
<IconShop3 className="size-6" />
<script setup>
import { IconShop3 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconShop3 class="size-6" />
</template>
<script>
import { IconShop3 } from "@devigner-ui/icons-svelte";
</script>
<IconShop3 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.67 12a2.96 2.96 0 0 0 3-3.32L15.01 2h-4.67l-.67 6.68a2.96 2.96 0 0 0 3 3.32" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M18.98 12c2.02 0 3.5-1.64 3.3-3.65L22 5.6C21.64 3 20.64 2 18.02 2h-3.05l.7 7.01A3.4 3.4 0 0 0 18.98 12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M6.31 12a3.4 3.4 0 0 0 3.3-2.99l.22-2.21.48-4.8H7.26C4.64 2 3.64 3 3.28 5.6l-.27 2.75A3.26 3.26 0 0 0 6.31 12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="M3.68 11.22v4.49c0 4.49 1.8 6.29 6.29 6.29h5.39c4.49 0 6.29-1.8 6.29-6.29v-4.49" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.67 17q-2.5 0-2.5 2.5V22h5v-2.5q0-2.5-2.5-2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>