The HugeIcons inbox unread icon visually represents a message or notification that has not yet been opened or processed, commonly used to indicate new mail or alerts in an application.
Common uses
- New email notification badge
- Unread message indicator in a chat app
- Alert for pending system notifications
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { InboxUnreadIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={InboxUnreadIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- new messageunread mailnotification iconincoming mail
FAQ
- What does the inbox unread icon signify?
- It signifies an item, typically a message or notification, that requires attention as it has not been viewed or acted upon.
- How do I use the InboxUnreadIcon in React?
- Import both HugeiconsIcon and InboxUnreadIcon, then render it using <HugeiconsIcon icon={InboxUnreadIcon} />.
- What is the license for this icon?
- This icon is distributed under the MIT license, allowing 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 →