The Tabler trolley icon depicts a shopping cart, commonly used in e-commerce interfaces to represent the shopping cart or checkout process.
Common uses
- Add to cart button
- Checkout process step
- E-commerce navigation link
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconTrolley } from '@tabler/icons-react';
<IconTrolley size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconTrolley size={24} stroke={2} />filled
<IconTrolleyFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Vehicles
- Keywords
- shoppingmarketshopdeliverytrolleytransporttravelvehicleautomobilemobilityvehiclesshopping cartcartcheckout
FAQ
- What does the trolley icon represent?
- The trolley icon represents a shopping cart, typically used for e-commerce sites to signify the items a user intends to purchase.
- How do I use the trolley icon in React?
- You can import and use the trolley icon in your React application with the following import statement: `import { IconTrolley } from '@tabler/icons-react'`.
- What is the license for the Tabler trolley icon?
- The Tabler trolley icon is distributed under the MIT license, which allows for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →