The HugeIcons message notification 02 icon visually represents an incoming message or alert, commonly used to indicate new messages, updates, or unread items in a user interface.
Common uses
- Unread message badge on an inbox icon
- Notification indicator for new activity
- Alert for system messages or updates
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MessageNotification02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MessageNotification02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- new message iconalert iconunread notificationemail alert
FAQ
- What does the message notification 02 icon represent?
- This icon represents an incoming message or a notification alert. It's typically used to draw attention to new or unread items.
- How do I use the MessageNotification02Icon in React?
- Import both HugeiconsIcon and MessageNotification02Icon from their respective packages. Then, render the icon using the <HugeiconsIcon icon={MessageNotification02Icon} /> component.
- What is the license for this icon?
- The MessageNotification02Icon 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 →