Store Pixel Art Icon
A storefront icon for marketplace listings, vendor pages, shop-home navigation and 'Visit the store' links.
Tags
market
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Store icon
A building with a canopy or awning, the conventional symbol for a retail shop or marketplace storefront. Marketplace platforms use it to navigate to an individual vendor's page; e-commerce sites place it on Visit our store links; app stores use it as the primary tab icon. It signals a physical or virtual place of business rather than a specific product. For a stripped-back outline, store-minimal is lighter; for a logistics building, the warehouse icon is more industrial.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/store.svg" width="24" height="24" alt="Store" />
<!-- React -->
import { Store } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="store.svg" width="48" height="48" style="image-rendering: pixelated" />