Headphone Pixel Art Icon
A headphone icon for audio listening features, music player controls, podcast sections, and sound output settings.
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Headphone icon
Two ear cups connected by a headband: the recognizable symbol for personal audio. It earns a place on 'Now Playing' screens, audio output device selectors, podcast or music library sections, and customer support chat triggers where the agent uses headphones. It also suits privacy-focused audio features, like listen-only modes in group calls. For situations involving sound production rather than listening, the microphone icon is the functional counterpart.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/headphone.svg" width="24" height="24" alt="Headphone" />
<!-- React -->
import { Headphone } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="headphone.svg" width="48" height="48" style="image-rendering: pixelated" />