The HugeIcons shopping cart remove 02 icon depicts the action of removing an item from a shopping cart and is commonly used in e-commerce interfaces to signify the deletion or removal of a product from a user's cart.
Common uses
- Button to remove an item from the cart
- Icon for a 'clear cart' function
- Indicator for an item that has been removed
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ShoppingCartRemove02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ShoppingCartRemove02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- remove from cartdelete cart itemempty carttrash cart
FAQ
- What does the shopping cart remove 02 icon represent?
- This icon visually represents the action of removing an item from a shopping cart, often used in online stores.
- How do I use the ShoppingCartRemove02Icon in React?
- Import both HugeiconsIcon and ShoppingCartRemove02Icon, then render it using <HugeiconsIcon icon={ShoppingCartRemove02Icon} />.
- What is the license for this icon?
- The HugeIcons library, including this icon, is distributed 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 →