Ear Off Pixel Art Icon
An ear-off icon for muted listening, hearing accessibility disabled states, and audio-block indicators.
Tags
earoff
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Ear Off icon
An ear crossed out to signal that audio perception or listening has been deactivated. It suits an accessibility panel where a user has turned off hearing notifications, a do-not-disturb mode that silences audio cues, or a state badge on a hearing-aid companion app when the device is disconnected. The negation is immediately legible. For the active listening state, the plain ear icon is its direct counterpart.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/ear-off.svg" width="24" height="24" alt="Ear Off" />
<!-- React -->
import { EarOff } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="ear-off.svg" width="48" height="48" style="image-rendering: pixelated" />