Volume 1 Pixel Art Icon
A low-volume icon for quiet audio levels, gentle sound settings, and the first tier of a stepped volume 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 1 icon
A speaker with one small sound arc, representing low or quiet output. It is the first step in a multi-state volume icon set, appearing when the user has the volume set to a low but audible level. Use volume-1, volume-2, and volume-3 together in a custom volume indicator that swaps icons as the level changes, giving users an at-a-glance read of the current setting. Volume-x shows the muted state that precedes all three.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/volume-1.svg" width="24" height="24" alt="Volume 1" />
<!-- React -->
import { Volume1 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="volume-1.svg" width="48" height="48" style="image-rendering: pixelated" />