The Lucide volume off icon visually represents the absence of sound, commonly used in user interfaces to indicate that audio output is muted or disabled.
Common uses
- Mute/unmute audio toggle
- Indicate no sound output
- Volume control disabled state
Use it in React
Install
npm i lucide-reactImport & render
import { VolumeOff } from 'lucide-react';
<VolumeOff size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- musicsoundmutespeakervolumeoffno soundaudio offsilent
FAQ
- What does the volume off icon signify?
- It signifies that audio is currently muted or there is no sound playing. It's used to control or indicate the status of audio output.
- How do I use the volume off icon in React?
- You can import and use it directly from the 'lucide-react' library with the following code: import { VolumeOff } from 'lucide-react'.
- What is the license for the Lucide volume off icon?
- The Lucide icon library, including the volume off icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →