The HugeIcons message delay 01 icon visually represents a message that has been intentionally postponed or scheduled for later delivery, commonly used to indicate delayed notifications or scheduled sending features.
Common uses
- Indicating a scheduled email or SMS.
- Showing a message that will be sent in the future.
- Representing a pending or deferred notification.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MessageDelay01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MessageDelay01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- delayed messagescheduled sendpending notificationmessage timer
FAQ
- What does the message delay 01 icon represent?
- This icon depicts a message that is delayed or scheduled for future delivery. It's typically used to signify actions like sending a message later or a notification that hasn't gone through immediately.
- How do I use the MessageDelay01Icon in React?
- You can import and use it like this: import { HugeiconsIcon } from '@hugeicons/react'; import { MessageDelay01Icon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={MessageDelay01Icon} />.
- What is the license for this icon?
- The MessageDelay01Icon is distributed under the MIT license, which allows 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 →