The Phosphor shopping cart simple icon visually represents a basic shopping cart, commonly used in e-commerce interfaces to indicate the area where users can review items they intend to purchase.
Common uses
- Add to cart button
- View cart link
- Checkout process step
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ShoppingCartSimple } from '@phosphor-icons/react';
<ShoppingCartSimple size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ShoppingCartSimple size={24} />thin
<ShoppingCartSimple size={24} weight="thin" />light
<ShoppingCartSimple size={24} weight="light" />bold
<ShoppingCartSimple size={24} weight="bold" />fill
<ShoppingCartSimple size={24} weight="fill" />duotone
<ShoppingCartSimple size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- commerce
- Keywords
- ecommercemarketbasketbuyinggroceriescheckoutplaceslocationscommercemaps & travelobjectsshoppingcartsimpleecommerce cartbasket icon
FAQ
- What is the shopping cart simple icon used for?
- It's used to represent a shopping cart in e-commerce sites, signifying items selected for purchase or the checkout process.
- How do I use the shopping cart simple icon in React?
- Import it from the library like this: import { ShoppingCartSimple } from '@phosphor-icons/react'. Then use it as a component: <ShoppingCartSimple />.
- What is the license for this icon?
- The Phosphor icon library, including the shopping cart simple 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 →