Thumbs Down Left Pixel Art Icon
A leftward thumbs-down icon for mirrored layouts, RTL interfaces and inline negative reactions that point inward in horizontal button pairs.
Tags
thumbsdowndownwardbottombelowleftbackpreviouswest
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Thumbs Down Left icon
The primary thumbs-down gesture turned to face left. In right-to-left interfaces, mirroring icons this way preserves the culturally correct orientation. It also appears in horizontally paired reaction buttons where both thumbs face inward toward a center label, giving the pair a symmetrical, balanced look. The gesture still reads as disapproval or dislike; only the directional facing differs from the standard thumbs-down. For RTL-agnostic contexts, the default downward-facing icon is fine.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/thumbs-down-left.svg" width="24" height="24" alt="Thumbs Down Left" />
<!-- React -->
import { ThumbsDownLeft } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="thumbs-down-left.svg" width="48" height="48" style="image-rendering: pixelated" />