The HugeIcons notification snooze 01 icon depicts a bell with a crescent moon, commonly used to represent the action of temporarily silencing or postponing notifications.
Common uses
- Setting a reminder to be notified later
- Temporarily muting alerts
- Scheduling a notification for a specific time
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { NotificationSnooze01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={NotificationSnooze01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- snoozedelay notificationpostpone alertmute notification
FAQ
- What does the notification snooze 01 icon represent?
- This icon represents the action of snoozing or temporarily delaying a notification, allowing users to address it at a more convenient time.
- How do I use the NotificationSnooze01Icon in React?
- Import the icon component and then render it using the HugeiconsIcon wrapper: import { NotificationSnooze01Icon } from '@hugeicons/core-free-icons'; import { HugeiconsIcon } from '@hugeicons/react'; <HugeiconsIcon icon={NotificationSnooze01Icon} />
- What is the license for this icon?
- The HugeIcons notification snooze 01 icon is released 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 →