The Tabler heart icon depicts a stylized heart shape, commonly used to represent concepts like love, liking, or favoriting items in user interfaces.
Common uses
- Like/Unlike button
- Add to favorites
- User profile relationship status
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconHeart } from '@tabler/icons-react';
<IconHeart size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconHeart size={24} stroke={2} />filled
<IconHeartFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Shapes
- Keywords
- loveemotionlikefavoriterelationshipheartgeometryformfigurepatternshapeslove iconfavorite iconlike iconemotion icon
FAQ
- What is the heart icon used for?
- It's typically used to signify liking, favoriting, or expressing affection within an application.
- How do I use the heart icon in React?
- Import it using `import { IconHeart } from '@tabler/icons-react'` and then use it as a component: `<IconHeart />`.
- What is the license for the Tabler heart icon?
- The Tabler icon library, including the heart 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 →