Audio Waveform Pixel Art Icon
An audio waveform icon for voice recordings, podcast clips, sound editing tools, and speech visualization.
Tags
waveform
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Audio Waveform icon
A smooth or jagged waveform curve representing the shape of a recorded audio signal. Use it as the icon for a voice memo, a podcast episode waveform scrubber, a sound editing tool's main view, or a 'Transcribe audio' feature entry point in a speech-to-text app. It implies a recorded or stored audio file rather than a live level meter. For real-time audio activity like an active call or live equalizer, audio-lines conveys the live, animated quality more naturally.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/audio-waveform.svg" width="24" height="24" alt="Audio Waveform" />
<!-- React -->
import { AudioWaveform } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="audio-waveform.svg" width="48" height="48" style="image-rendering: pixelated" />