Pixelarticons

Audio Device Pixel Art Icon

An audio device icon for sound hardware settings, speaker management panels, and audio input/output configuration.

devices Pro 4 variants

Style variants

base

Outline · rounded corners

Get Pro

sharp

Outline · sharp corners

Get Pro

glyph

Filled · sharp corners

Get Pro

solid

Filled · rounded corners

Get Pro

Base, sharp, solid or glyph: see how the four styles differ and which to use.

About the Audio Device icon

A generic audio hardware icon representing speakers, headphones, or audio interface equipment. Use it in system sound settings, a device picker for audio output, or a hardware status panel that shows connected audio gear. It works in both consumer apps (a music player's device chooser) and professional tools (an audio workstation's routing panel). When the specific device type matters, a dedicated headphone or speaker icon communicates more precisely.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/audio-device.svg" width="24" height="24" alt="Audio Device" />

<!-- React -->
import { AudioDevice } from 'pixelarticons/react'

<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="audio-device.svg" width="48" height="48" style="image-rendering: pixelated" />

Related icons