The Lucide shopping cart icon visually represents a container for holding items, commonly used in e-commerce interfaces to signify the user's selected products before checkout.
Common uses
- Add to cart button
- View cart link/icon
- Checkout process indicator
Use it in React
Install
npm i lucide-reactImport & render
import { ShoppingCart } from 'lucide-react';
<ShoppingCart size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- trolleycartbaskete-commercestorepurchaseproductsitemsingredientsshopping
FAQ
- What does the shopping cart icon represent?
- It represents a virtual shopping cart where users can collect items they intend to purchase online.
- How do I use the shopping cart icon in React?
- You can import and use it directly from the 'lucide-react' library like this: import { ShoppingCart } from 'lucide-react'.
- What is the license for the Lucide shopping cart icon?
- The Lucide icon library, including the shopping cart icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →