The HugeIcons shopping basket remove 03 icon depicts the action of removing an item from a shopping basket, commonly used in e-commerce interfaces to signify deleting an item from a cart.
Common uses
- Remove item from shopping cart
- Delete product from wishlist
- Clear all items from a temporary order
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ShoppingBasketRemove03Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ShoppingBasketRemove03Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- remove from cartdelete from basketshopping cart cleartrash basket
FAQ
- What does the shopping basket remove 03 icon represent?
- This icon visually represents the action of removing an item from a shopping basket or cart. It's used in user interfaces to indicate that an item can be deleted or removed from a selection.
- How do I use this icon in a React application?
- To use the ShoppingBasketRemove03Icon in React, first import it from '@hugeicons/core-free-icons' and then render it using the HugeiconsIcon component: import { ShoppingBasketRemove03Icon } from '@hugeicons/core-free-icons'; <HugeiconsIcon icon={ShoppingBasketRemove03Icon} />.
- What is the license for this icon?
- The HugeIcons shopping basket remove 03 icon is available 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 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 →