The Tabler bell icon depicts a classic bell shape and is commonly used in user interfaces to represent notifications, alerts, or reminders.
Common uses
- Notification center button
- Alert indicator
- Reminder settings
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconBell } from '@tabler/icons-react';
<IconBell size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconBell size={24} stroke={2} />filled
<IconBellFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- alarmsoundnotificationbellcontroloperationfunctioninterfacemanagementsystemalertreminder
FAQ
- What does the bell icon signify?
- It typically signifies an alert, notification, or reminder within an application's interface.
- How do I use the bell icon in React?
- You can import and use it like this: import { IconBell } from '@tabler/icons-react'; <IconBell />.
- What is the license for the Tabler bell icon?
- The Tabler icon library, including the bell icon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →