The Phosphor basket icon depicts a container used for carrying items, commonly representing shopping carts or grocery baskets in e-commerce interfaces.
Common uses
- Shopping cart button
- Grocery list indicator
- Checkout process step
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Basket } from '@phosphor-icons/react';
<Basket size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Basket size={24} />thin
<Basket size={24} weight="thin" />light
<Basket size={24} weight="light" />bold
<Basket size={24} weight="bold" />fill
<Basket size={24} weight="fill" />duotone
<Basket size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- commerce
- Keywords
- ecommercemarketcartbuyingshoppinggroceriescheckoutplaceslocationscommerceobjectsbasketshopping cartgrocery cartbagcontainer
FAQ
- What is the basket icon used for?
- It's typically used to represent a shopping cart or a place to store items in an e-commerce context. It signifies the user's selected items before purchase.
- How do I use the basket icon in React?
- You can import and use it directly in your React components like this: import { Basket } from '@phosphor-icons/react'.
- What is the license for the Phosphor basket icon?
- The Phosphor icon library, including the basket 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 →