The HugeIcons shopping bag check icon visually represents a successful purchase or order completion, often used to confirm an item has been added to a cart or an order has been successfully placed.
Common uses
- Order confirmation page
- Add to cart success message
- Checkout complete indicator
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ShoppingBagCheckIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ShoppingBagCheckIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- bag checkpurchase completeorder successshopping cart confirmed
FAQ
- What does the shopping bag check icon signify?
- This icon signifies a completed transaction or a successful addition to a shopping cart, indicating that an item is ready for purchase or has been successfully bought.
- How do I use the ShoppingBagCheckIcon in React?
- Import both HugeiconsIcon and ShoppingBagCheckIcon, then render it using <HugeiconsIcon icon={ShoppingBagCheckIcon} />.
- What is the license for HugeIcons?
- The HugeIcons icon library 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 →