The HugeIcons volume off icon visually represents the absence of sound and is commonly used in user interfaces to indicate that audio output is muted or disabled.
Common uses
- Mute/unmute button
- System audio status indicator
- Notification sound toggle
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { VolumeOffIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={VolumeOffIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- mute iconno sound iconaudio offsilent icon
FAQ
- What does the volume off icon represent?
- It signifies that audio is currently muted or turned off. It's used to provide a clear visual cue to the user about the sound status.
- How do I use the VolumeOffIcon in React?
- Import both HugeiconsIcon and VolumeOffIcon, then render the icon using <HugeiconsIcon icon={VolumeOffIcon} />.
- What is the license for this icon?
- This icon is released 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 HugeIcons.
Looking for something else? Search HugeIcons 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 →