Frown Pixel Art Icon
A frowning face icon for negative ratings, dissatisfied-user states, unhappy feedback and low-score ends of satisfaction scales.
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Frown icon
A face with a downturned mouth and neutral or sad eyes, representing unhappiness without the intensity of anger. Customer satisfaction surveys, star ratings, and feedback widgets use it to represent the low end of a scale. It also works in onboarding flows to acknowledge a user had a bad experience before prompting a follow-up question. For a neutral shrug between happy and sad, the meh icon is more appropriate; for more intense negative feeling, consider angry.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/frown.svg" width="24" height="24" alt="Frown" />
<!-- React -->
import { Frown } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="frown.svg" width="48" height="48" style="image-rendering: pixelated" />