The HugeIcons shopping basket remove 01 icon visually represents the action of removing an item from a shopping cart or basket, commonly used for 'remove from cart' or 'empty cart' functionalities.
Common uses
- Button to remove an item from an e-commerce cart.
- Icon for an 'empty cart' action.
- Affirmative action to delete an item from a list of selected products.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ShoppingBasketRemove01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ShoppingBasketRemove01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- remove from cartdelete itemempty cartcheckout remove
FAQ
- What does the shopping basket remove 01 icon signify?
- This icon signifies the removal of an item from a shopping basket or cart. It's used for actions like deleting an item or clearing the entire cart.
- How do I use the ShoppingBasketRemove01Icon in React?
- Import the icon and then render it using the HugeiconsIcon component: import { HugeiconsIcon } from '@hugeicons/react'; import { ShoppingBasketRemove01Icon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={ShoppingBasketRemove01Icon} />.
- What is the license for this icon?
- The HugeIcons library, including the shopping basket remove 01 icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →