The Tabler basket minus icon visually represents the action of removing an item from a shopping basket, commonly used in e-commerce interfaces to signify decreasing the quantity of a product or removing it entirely.
Common uses
- Button to remove an item from a cart
- Decrement quantity control in a product list
- Clear cart action
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconBasketMinus } from '@tabler/icons-react';
<IconBasketMinus size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- E-commerce
- Keywords
- subtractremovedeductdecreasereducelessentakeawaywithdrawdeclinediminishe-commercebasketminusremove from cartshopping cart subtractcheckout minus
FAQ
- What does the basket minus icon represent?
- It signifies the removal or reduction of an item from a shopping basket or cart in an e-commerce context.
- How do I use the basket minus icon in React?
- You can import and use it like this: `import { IconBasketMinus } from '@tabler/icons-react'`. Then render it as `<IconBasketMinus />`.
- What is the license for the Tabler basket minus icon?
- The Tabler icon library, including the basket minus icon, is available under the MIT license.
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 →