The HugeIcons notification circle icon depicts a circle with a dot inside, commonly used to indicate the presence of new notifications or unread messages.
Common uses
- Unread message badge
- New activity alert
- Notification count indicator
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { NotificationCircleIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={NotificationCircleIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- alert iconbadge iconunread icondot icon
FAQ
- What is the purpose of the notification circle icon?
- This icon is used to visually alert users to new information, such as unread messages or pending updates.
- How do I use the NotificationCircleIcon in React?
- Import both HugeiconsIcon and NotificationCircleIcon, then render it using <HugeiconsIcon icon={NotificationCircleIcon} />.
- What is the license for this icon?
- The HugeIcons notification circle icon is available under the MIT license.
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 →