The Lucide thumbs up icon visually represents approval or agreement and is commonly used in user interfaces to indicate a positive reaction or endorsement.
Common uses
- Liking a post or comment
- Confirming a task completion
- Voting for an option
Use it in React
Install
npm i lucide-reactImport & render
import { ThumbsUp } from 'lucide-react';
<ThumbsUp size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- likegoodemotionthumbsuplike icongood job iconapproval iconpositive feedback
FAQ
- What does the thumbs up icon represent?
- It signifies approval, agreement, or a positive sentiment, often used for liking or endorsing content.
- How do I use the thumbs up icon in React?
- You can import and use it like this: import { ThumbsUp } from 'lucide-react'. Then render it as <ThumbsUp />.
- What is the license for this icon?
- The Lucide icons, including the thumbs up icon, are available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →