The HugeIcons shopping basket check out 01 icon visually represents the completion of a purchase or checkout process, commonly used to confirm an order or direct users to a successful transaction page.
Common uses
- Order confirmation button
- Success message indicator
- Link to order history
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ShoppingBasketCheckOut01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ShoppingBasketCheckOut01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- checkout iconpurchase complete iconorder success iconpayment complete icon
FAQ
- What does the shopping basket check out 01 icon represent?
- This icon signifies the final step in an online shopping process, indicating a completed checkout or successful transaction.
- How do I use this icon in React?
- Import the icon and then render it using the HugeiconsIcon component: import { HugeiconsIcon } from '@hugeicons/react'; import { ShoppingBasketCheckOut01Icon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={ShoppingBasketCheckOut01Icon} />.
- What is the license for this icon?
- This icon is distributed under the MIT license, allowing for free use in commercial and non-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 →