The Phosphor shopping bag open icon visually represents an empty shopping bag, commonly used in e-commerce interfaces to indicate an empty cart or a successful checkout.
Common uses
- Empty shopping cart state
- Link to the main shopping cart page
- Confirmation of a completed purchase
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ShoppingBagOpen } from '@phosphor-icons/react';
<ShoppingBagOpen size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ShoppingBagOpen size={24} />thin
<ShoppingBagOpen size={24} weight="thin" />light
<ShoppingBagOpen size={24} weight="light" />bold
<ShoppingBagOpen size={24} weight="bold" />fill
<ShoppingBagOpen size={24} weight="fill" />duotone
<ShoppingBagOpen size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- commerce
- Keywords
- ecommercemarketbasketcartbuyingcheckoutplaceslocationscommercemaps & travelobjectsshoppingbagopenempty cartcheckout bag
FAQ
- What is this icon used for?
- This icon is typically used to represent an empty shopping cart or the act of completing a purchase in e-commerce applications.
- How do I use this icon in React?
- You can import and use it in React with: `import { ShoppingBagOpen } from '@phosphor-icons/react'`. Then render it as `<ShoppingBagOpen />`.
- What is the license for this icon?
- The Phosphor icon library, including the shopping bag open icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
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 →