Shop2 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 { IconShop2 } from "@devigner-ui/icons";
<IconShop2 className="size-6" />
<script setup>
import { IconShop2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconShop2 class="size-6" />
</template>
<script>
import { IconShop2 } from "@devigner-ui/icons-svelte";
</script>
<IconShop2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 22H2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M20 22V11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M4 22V11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M16.53 2H7.47c-1.2 0-1.8 0-2.29.3-.48.3-.75.84-1.29 1.91L2.5 7.76c-.32.82-.6 1.79-.06 2.48A2 2 0 0 0 6 9a2 2 0 1 0 4 0 2 2 0 1 0 4 0 2 2 0 1 0 4 0 2 2 0 0 0 3.57 1.24c.55-.7.26-1.66-.06-2.48l-1.4-3.55c-.54-1.07-.81-1.61-1.3-1.91-.48-.3-1.08-.3-2.28-.3" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round"></path><path opacity="1" d="M9.5 21.5v-3c0-.93 0-1.4.2-1.75q.2-.35.55-.55c.35-.2.82-.2 1.75-.2s1.4 0 1.75.2q.35.2.55.55c.2.35.2.82.2 1.75v3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>