The Tabler bell z icon depicts a bell with a 'z' indicating a muted or silenced state, commonly used to represent disabled notifications or an active snooze function.
Common uses
- Mute all notifications button
- Snooze alarm setting
- Notification settings disabled
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconBellZ } from '@tabler/icons-react';
<IconBellZ size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconBellZ size={24} stroke={2} />filled
<IconBellZFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- alarmbellclockdatesnoozetimecontroloperationfunctioninterfacesystemzmutedisabled notificationsilenced
FAQ
- What does the bell z icon represent?
- It signifies a silenced or muted bell, typically used for features like snoozing alarms or disabling notifications.
- How do I use this icon in React?
- Import it using `import { IconBellZ } from '@tabler/icons-react'` and then use it as a component: `<IconBellZ />`.
- What is the license for this icon?
- The Tabler icon library, including the bell-z icon, is available 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 →