The HugeIcons shopping cart check 02 icon visually represents a completed purchase or successful checkout process, often used to confirm an order or indicate an item has been added to a cart.
Common uses
- Order confirmation page
- Success message after adding to cart
- Checkout completion indicator
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ShoppingCartCheck02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ShoppingCartCheck02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- cart successcheckout completeorder confirmedpurchase done
FAQ
- What does the shopping cart check 02 icon signify?
- This icon signifies a successful transaction or a completed shopping action, like a confirmed order or an item successfully placed in a virtual cart.
- How do I use the ShoppingCartCheck02Icon in a React project?
- Import the icon and use it within the HugeiconsIcon component like this: import { HugeiconsIcon } from '@hugeicons/react'; import { ShoppingCartCheck02Icon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={ShoppingCartCheck02Icon} />.
- What is the license for this icon?
- The ShoppingCartCheck02Icon is distributed under the MIT license, allowing 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 →