Meh Pixel Art Icon
A meh or neutral face icon for midpoint satisfaction ratings, 'No opinion' survey responses and indifferent emoji reaction options.
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 Meh icon
A face with a flat horizontal mouth and blank eyes, expressing indifference or 'it's okay.' Satisfaction surveys place it in the middle of a five-point scale, between frown and smile. Reaction pickers include it as a neutral option alongside positive and negative faces. It honestly reflects a state that neither extreme captures and is especially useful in post-interaction surveys where users felt neither pleased nor disappointed. For stronger dissatisfaction, frown or angry better matches the intensity.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/meh.svg" width="24" height="24" alt="Meh" />
<!-- React -->
import { Meh } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="meh.svg" width="48" height="48" style="image-rendering: pixelated" />