John KuehJohn Kueh

thumb down icon

Tabler · thumb-down · MIT

Download SVG

The Tabler thumb down icon visually represents a negative reaction or disapproval, commonly used in user interfaces to indicate a dislike, a failed action, or a negative rating.

Common uses

  • Dislike button for content (posts, comments)
  • Negative rating for products or services
  • Indicate a failed or rejected operation

Use it in React

Install
npm i @tabler/icons-react
Import & render
import { IconThumbDown } from '@tabler/icons-react';

<IconThumbDown size={24} stroke={2} />

Styles

Tabler ships this icon in 2 styles — each its own import:

outline
<IconThumbDown size={24} stroke={2} />
filled
<IconThumbDownFilled size={24} stroke={2} />

Details

Library
Tabler (5,093 icons)
License
MIT
viewBox
0 0 24 24
Category
System
Keywords
dislikebademotionthumbdownbottomdecreasecontroloperationfallsystemthumbs downnegative

FAQ

What does the thumb down icon represent?
It signifies disapproval, dislike, or a negative sentiment. It can also indicate a failed action or a negative rating.
How do I use the thumb down icon in React?
You can import and use it like this: import { IconThumbDown } from '@tabler/icons-react'. Then render it as <IconThumbDown />.
What is the license for this icon?
The Tabler icon library, including the thumb down icon, is available under the MIT license.

Related icons

The same idea in other libraries, and near matches in Tabler.

Looking for something else? Search Tabler and 4 more libraries by description →

The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →