Thumbs Down Pixel Art Icon
A thumbs-down icon for dislike buttons, downvote actions, negative feedback ratings and content moderation flagging.
Tags
thumbsdowndownwardbottombelow
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 Thumbs Down icon
A hand with the thumb pointing downward, the universal signal for disapproval or rejection. Use it on a dislike button in a video player, a downvote control in a forum or Q&A site, a negative feedback option after a support interaction, or a content moderation action to demote low-quality posts. It pairs naturally with thumbs-up to form a binary like/dislike rating system. The left-pointing variants rotate the gesture for directional or mirrored layout needs.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/thumbs-down.svg" width="24" height="24" alt="Thumbs Down" />
<!-- React -->
import { ThumbsDown } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="thumbs-down.svg" width="48" height="48" style="image-rendering: pixelated" />