Volume Minus Pixel Art Icon
A volume-down icon for decreasing audio level, a decrement button in sound controls, and quieter-setting actions.
Tags
volumesoundspeakerloudminusremovesubtractnegative
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Volume Minus icon
A speaker icon with a minus sign, providing a tappable target to turn the volume down one step at a time. Use it alongside volume-plus to build a paired increment/decrement control in a media player or system audio panel. It is especially useful on hardware-style UI where users expect physical button analogs on screen. For muting entirely rather than stepping down, volume-x delivers the immediate all-off action.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/volume-minus.svg" width="24" height="24" alt="Volume Minus" />
<!-- React -->
import { VolumeMinus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="volume-minus.svg" width="48" height="48" style="image-rendering: pixelated" />