The HugeIcons volume minus icon visually represents a decrease in audio volume and is commonly used in user interfaces to adjust sound levels downwards.
Common uses
- Decrease volume button
- Mute audio control
- Reduce media sound
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { VolumeMinusIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={VolumeMinusIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- decrease volumesound offlower volumeaudio down
FAQ
- What is the purpose of the volume minus icon?
- This icon is used to indicate an action that will lower the audio output of a device or application.
- How do I use the VolumeMinusIcon in React?
- Import both HugeiconsIcon and VolumeMinusIcon, then render it using <HugeiconsIcon icon={VolumeMinusIcon} />.
- What is the license for this icon?
- The HugeIcons library, including the VolumeMinusIcon, is distributed under the MIT license.
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 →