Store Minimal Pixel Art Icon
A minimal storefront icon for clean e-commerce UIs, marketplace tabs, vendor links and lightweight shop navigation.
Tags
marketminimal
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Store Minimal icon
A simplified storefront shape with fewer details than the base store icon, suited to interfaces that favor restraint and minimal visual weight. Clean marketplace apps and design systems that avoid decorative detail use this variant in their nav bars and vendor-entry points. It conveys the same shop meaning as the fuller store icon at reduced visual complexity. When the icon needs to recede, store-minimal is the lighter choice; for higher visual impact, store is bolder.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/store-minimal.svg" width="24" height="24" alt="Store Minimal" />
<!-- React -->
import { StoreMinimal } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="store-minimal.svg" width="48" height="48" style="image-rendering: pixelated" />