Volume Pixel Art Icon
A volume icon for audio level controls, sound settings entry points, and media player volume labels.
Tags
soundspeakerloud
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Volume icon
A speaker cone facing right, representing the base volume concept without indicating a specific level. Use it as a label beside a volume slider, a tap target that opens a volume popover, or a section header in an audio settings screen. Because it shows no waveform arcs, it reads as a neutral starting point rather than a specific level. The volume-1, volume-2, and volume-3 icons represent progressively louder states for animated or multi-step controls.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/volume.svg" width="24" height="24" alt="Volume" />
<!-- React -->
import { Volume } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="volume.svg" width="48" height="48" style="image-rendering: pixelated" />