The Phosphor shopping cart icon depicts a stylized representation of a shopping cart, commonly used in e-commerce interfaces to signify the user's selected items for purchase or the checkout process.
Common uses
- Add to cart button
- View cart link
- Checkout process indicator
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ShoppingCart } from '@phosphor-icons/react';
<ShoppingCart size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ShoppingCart size={24} />thin
<ShoppingCart size={24} weight="thin" />light
<ShoppingCart size={24} weight="light" />bold
<ShoppingCart size={24} weight="bold" />fill
<ShoppingCart size={24} weight="fill" />duotone
<ShoppingCart size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- commerce
- Keywords
- ecommercemarketbasketbuyinggroceriescheckoutplaceslocationscommercemaps & travelobjectsshoppingcart
FAQ
- What is the shopping cart icon used for?
- It represents items selected for purchase or the checkout process in e-commerce applications.
- How do I use the shopping cart icon in React?
- Import it from '@phosphor-icons/react' and use it as a component: `import { ShoppingCart } from '@phosphor-icons/react'; <ShoppingCart />`.
- What is the license for this icon?
- The Phosphor icon set, including the shopping cart 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 →