Storefront 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 { IconStorefront } from "@devigner-ui/icons";
<IconStorefront className="size-6" />
<script setup>
import { IconStorefront } from "@devigner-ui/icons-vue";
</script>
<template>
<IconStorefront class="size-6" />
</template>
<script>
import { IconStorefront } from "@devigner-ui/icons-svelte";
</script>
<IconStorefront class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.17 22H4.75a2.1 2.1 0 0 1-2.11-2.07V5.09c0-2.62 1.95-3.81 4.34-2.64l4.44 2.18a3.4 3.4 0 0 1 1.75 2.78z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22.64 15.06v3.78c0 2.16-1 3.16-3.16 3.16h-6.31V10.42l.47.1 4.5 1.01 2.03.45c1.32.29 2.4.97 2.46 2.89z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M6.17 9h3.47" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M6.17 13h3.47" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M18.14 11.53v3.22a2.25 2.25 0 0 1-4.5 0v-4.23z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22.63 14.87a2.25 2.25 0 0 1-4.49-.12v-3.22l2.03.45c1.32.29 2.4.97 2.46 2.89" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>