The Phosphor storefront icon depicts a building with an open door, commonly used to represent shops, markets, or e-commerce sections in a user interface.
Common uses
- Link to the main shop page
- Indicate a product category
- Button for online store
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Storefront } from '@phosphor-icons/react';
<Storefront size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Storefront size={24} />thin
<Storefront size={24} weight="thin" />light
<Storefront size={24} weight="light" />bold
<Storefront size={24} weight="bold" />fill
<Storefront size={24} weight="fill" />duotone
<Storefront size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- commerce
- Keywords
- shopsshoppingmarketsstoresbuildingsplaceslocationscommercemaps & travelstorefrontshopmarketbuildingstore
FAQ
- What does the storefront icon represent?
- It represents a physical store or a general place of commerce, often used for e-commerce features or shop-related navigation.
- How do I use the storefront icon in React?
- You can import and use it like this: import { Storefront } from '@phosphor-icons/react'. Then render it as <Storefront />.
- What is the license for this icon?
- The Phosphor icon library, including the storefront icon, is available under the MIT license.
Looking for something else? Search Phosphor and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →