The HugeIcons message notification 01 icon visually represents an incoming message or alert, commonly used to indicate new messages, unread items, or system notifications within an application's interface.
Common uses
- Unread message badge
- New activity alert
- Notification center indicator
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MessageNotification01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MessageNotification01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- email iconalert iconnew message iconnotification bell
FAQ
- What does the message notification 01 icon represent?
- This icon signifies a new message or an alert. It's typically used to draw attention to unread communications or important updates.
- How do I use this icon in a React application?
- Import the icon component and use it like this: import { HugeiconsIcon } from '@hugeicons/react'; import { MessageNotification01Icon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={MessageNotification01Icon} />.
- What is the license for this icon?
- The HugeIcons message notification 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 →