Annoyed Pixel Art Icon
An annoyed face icon for mild frustration ratings, user-feedback forms, support ticket sentiment and reaction pickers.
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 Annoyed icon
A face with a flat or slightly scrunched expression that reads as irritated rather than outright angry. It fills the slot between neutral and angry in five-point sentiment scales, letting users report mild frustration without escalating to full anger. Reach for it in in-app feedback surveys, support ticket mood labels, or chat reaction sets. When the emotion required is stronger and more overt, the angry icon conveys that clearly; annoyed is the subtler, more everyday register.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/annoyed.svg" width="24" height="24" alt="Annoyed" />
<!-- React -->
import { Annoyed } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="annoyed.svg" width="48" height="48" style="image-rendering: pixelated" />