Ear Pixel Art Icon
An ear icon for audio listening features, accessibility hearing settings, and sound input indicators.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Ear icon
A stylized ear profile, the direct symbol for listening and audio perception. It fits well on a 'Listen' button, a hearing accessibility settings section, or an audio notification preference panel. In wearable or hearing-aid companion apps it can represent the device or its function. When the feature is about blocking or disabling audio for the user, ear-off is the clearer choice.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/ear.svg" width="24" height="24" alt="Ear" />
<!-- React -->
import { Ear } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="ear.svg" width="48" height="48" style="image-rendering: pixelated" />