Smile Pixel Art Icon
A smiling face icon for positive feedback ratings, happy-state indicators, reaction pickers and customer satisfaction survey buttons.
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 Smile icon
A simple smiley face with a curved-up mouth and neutral eyes, universally read as happiness and approval. It anchors the positive end of satisfaction scales, appears as a 'Good' reaction in emoji pickers, and can brighten empty states or success confirmations. The smile is familiar enough to work without a label across productivity tools and consumer apps alike. For more intense joy, the laugh icon sits one step further up the positivity scale.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/smile.svg" width="24" height="24" alt="Smile" />
<!-- React -->
import { Smile } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="smile.svg" width="48" height="48" style="image-rendering: pixelated" />