Volume X Pixel Art Icon
A muted-volume icon for audio off states, mute buttons, and no-sound indicators in media players and calls.
Tags
volumesoundspeakerloudclosecancelremove
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Volume X icon
A speaker crossed with an X, the clearest possible symbol for muted or silenced audio. It is a standard in every media player, video call toolbar, and system sound panel. Place it as the muted state in a toggle: tapping it should unmute and show the appropriate volume icon. Because it is so universally understood, it needs no label. It is the silent state below volume-1, contrasting with volume-vibrate, which keeps haptics active.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/volume-x.svg" width="24" height="24" alt="Volume X" />
<!-- React -->
import { VolumeX } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="volume-x.svg" width="48" height="48" style="image-rendering: pixelated" />