The Phosphor bell z icon depicts a bell with a 'z' indicating a muted or snoozed state, commonly used to represent silenced notifications or alarms.
Common uses
- Muted notification setting
- Snooze alarm button
- Do Not Disturb mode indicator
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { BellZ } from '@phosphor-icons/react';
<BellZ size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<BellZ size={24} />thin
<BellZ size={24} weight="thin" />light
<BellZ size={24} weight="light" />bold
<BellZ size={24} weight="bold" />fill
<BellZ size={24} weight="fill" />duotone
<BellZ size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- alarmnotificationstimestimerclockscheduleeventsringersnoozesystembellzmuted bellsilent notificationdo not disturb
FAQ
- What is the bell z icon used for?
- It signifies a silenced or snoozed state for alerts, alarms, or notifications, indicating they are not currently active or are temporarily paused.
- How do I use the bell z icon in React?
- You can import and use it directly from the Phosphor React library: import { BellZ } from '@phosphor-icons/react'.
- What is the license for Phosphor icons?
- Phosphor icons are 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 Phosphor.
Looking for something else? Search Phosphor 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 →