The Phosphor speaker x icon depicts a speaker with an 'X' or cross mark, commonly used to indicate that audio is muted, disabled, or associated with an error.
Common uses
- Muting audio playback
- Indicating a system error related to sound
- Signifying disabled audio output
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { SpeakerX } from '@phosphor-icons/react';
<SpeakerX size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<SpeakerX size={24} />thin
<SpeakerX size={24} weight="thin" />light
<SpeakerX size={24} weight="light" />bold
<SpeakerX size={24} weight="bold" />fill
<SpeakerX size={24} weight="fill" />duotone
<SpeakerX size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- media
- Keywords
- *updated*musicaudiomutedvolumesounddisablederrorsmediasystemspeakerxaudio disabledno soundmuteerror sound
FAQ
- What does the speaker x icon represent?
- It represents a muted, disabled, or erroneous audio state, often shown with a speaker symbol crossed out.
- How do I use this icon in React?
- You can import and use it like this: import { SpeakerX } from '@phosphor-icons/react'.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free usage.
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 →