The HugeIcons delivery sent 01 icon visually represents a package that has been dispatched or shipped, commonly used to indicate the status of an order or shipment in e-commerce and logistics interfaces.
Common uses
- Order status tracking
- Shipment confirmation
- Dispatch notification
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { DeliverySent01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={DeliverySent01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- package sentshipped itemout for deliverydispatch icon
FAQ
- What does the DeliverySent01Icon represent?
- This icon signifies that a delivery has been sent or dispatched. It's typically used to show that an item has left the sender's possession and is on its way to the recipient.
- How do I use DeliverySent01Icon in a React application?
- To use it in React, import both HugeiconsIcon and DeliverySent01Icon, then render the icon using the HugeiconsIcon component, passing DeliverySent01Icon as the 'icon' prop: import { HugeiconsIcon } from '@hugeicons/react'; import { DeliverySent01Icon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={DeliverySent01Icon} />.
- What is the license for this icon?
- The DeliverySent01Icon is provided under the MIT license, which allows for free use in both personal and commercial projects with minimal restrictions.
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 →