The Phosphor thumbs down icon visually represents disapproval or a negative reaction, commonly used in user interfaces to indicate a dislike or rejection.
Common uses
- Dislike button for content
- Rejecting a suggestion
- Negative feedback option
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ThumbsDown } from '@phosphor-icons/react';
<ThumbsDown size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ThumbsDown size={24} />thin
<ThumbsDown size={24} weight="thin" />light
<ThumbsDown size={24} weight="light" />bold
<ThumbsDown size={24} weight="bold" />fill
<ThumbsDown size={24} weight="fill" />duotone
<ThumbsDown size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- communications
- Keywords
- dislikehateemojinocommunicationspeoplethumbsdownnegativedownvote
FAQ
- What is the thumbs down icon used for?
- It's used to signify disapproval, rejection, or a negative sentiment in user interfaces.
- How do I use the thumbs down icon in React?
- Import it from the library like this: import { ThumbsDown } from '@phosphor-icons/react'. Then use it as a React component: <ThumbsDown />.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, which allows for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →