Volume 2 Pixel Art Icon
A medium-volume icon for moderate audio levels and the middle tier of a stepped volume indicator control.
Tags
volumesoundspeakerloud
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Volume 2 icon
A speaker with two sound arcs, indicating a moderate output level between quiet and loud. In a three-state volume icon system, this is the middle tier that appears when the user has set volume to a comfortable mid-range. Swap to volume-1 as the level drops and volume-3 as it rises. Using all three together in an animated icon creates an intuitive visual meter. Volume-x handles the muted state at the bottom of the range.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/volume-2.svg" width="24" height="24" alt="Volume 2" />
<!-- React -->
import { Volume2 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="volume-2.svg" width="48" height="48" style="image-rendering: pixelated" />