The Phosphor speaker simple slash icon depicts a speaker with a diagonal line through it, commonly used to indicate that audio is muted or disabled.
Common uses
- Mute/unmute audio toggle
- Indicate disabled sound output
- Show a system notification for no sound
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { SpeakerSimpleSlash } from '@phosphor-icons/react';
<SpeakerSimpleSlash size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<SpeakerSimpleSlash size={24} />thin
<SpeakerSimpleSlash size={24} weight="thin" />light
<SpeakerSimpleSlash size={24} weight="light" />bold
<SpeakerSimpleSlash size={24} weight="bold" />fill
<SpeakerSimpleSlash size={24} weight="fill" />duotone
<SpeakerSimpleSlash size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- media
- Keywords
- musicaudiomutedvolumesounddisabledmediasystemspeakersimpleslashmute iconno soundaudio offvolume off
FAQ
- What does the speaker simple slash icon represent?
- It represents a muted or disabled audio state, showing a speaker with a line through it to signify no sound.
- How do I use this icon in React?
- You can import it directly from the Phosphor React library: `import { SpeakerSimpleSlash } from '@phosphor-icons/react'`.
- What is the license for this icon?
- This icon is provided under the MIT license, allowing for free usage 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 →