The Phosphor thumbs up icon visually represents approval or agreement and is commonly used in UIs to indicate a positive reaction, like, or endorsement.
Common uses
- Liking a post or comment
- Confirming a selection
- Indicating agreement in a poll
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ThumbsUp } from '@phosphor-icons/react';
<ThumbsUp size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ThumbsUp size={24} />thin
<ThumbsUp size={24} weight="thin" />light
<ThumbsUp size={24} weight="light" />bold
<ThumbsUp size={24} weight="bold" />fill
<ThumbsUp size={24} weight="fill" />duotone
<ThumbsUp size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- communications
- Keywords
- likelovefavoritedfavoritesemojiyescommunicationspeoplethumbsuplike iconapproval iconpositive feedbackgood job
FAQ
- What does the thumbs up icon signify?
- It signifies approval, agreement, or a positive reaction. It's a universal symbol for 'like'.
- How do I use the thumbs up icon in React?
- You can import and use it directly in your React components like this: import { ThumbsUp } from '@phosphor-icons/react'
- What is the license for this icon?
- The Phosphor icon library, including the thumbs up icon, is available under the MIT license.
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 →