The Phosphor speaker simple low icon depicts a speaker emitting a low volume sound, commonly used to represent low audio settings or a muted state in user interfaces.
Common uses
- Mute button
- Low volume indicator
- Audio settings control
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { SpeakerSimpleLow } from '@phosphor-icons/react';
<SpeakerSimpleLow size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<SpeakerSimpleLow size={24} />thin
<SpeakerSimpleLow size={24} weight="thin" />light
<SpeakerSimpleLow size={24} weight="light" />bold
<SpeakerSimpleLow size={24} weight="bold" />fill
<SpeakerSimpleLow size={24} weight="fill" />duotone
<SpeakerSimpleLow size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- media
- Keywords
- musicaudiovolumesoundmediasystemspeakersimplelowmute iconlow volumeaudio offsound low
FAQ
- What does the speaker-simple-low icon represent?
- It represents a speaker with low audio output, often used for mute or low volume functions.
- How do I use this icon in React?
- Import it as `SpeakerSimpleLow` from '@phosphor-icons/react' and use it as a component: `<SpeakerSimpleLow />`.
- What is the license for this icon?
- The Phosphor icon library, including this icon, is available under the MIT license.
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 →