The Tabler heart broken icon visually represents a broken heart, commonly used to signify lost love, a relationship ending, or a negative emotional state in user interfaces.
Common uses
- Unliking or removing a favorite item.
- Indicating a failed or rejected request.
- Representing a negative sentiment in feedback forms.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconHeartBroken } from '@tabler/icons-react';
<IconHeartBroken size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconHeartBroken size={24} stroke={2} />filled
<IconHeartBrokenFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Health
- Keywords
- loveemotionlikefavoriterelationshipheartbrokenmedicalwellnesshealthcarehealthunheartdislikesad heartbroken love
FAQ
- What does the heart broken icon represent?
- It symbolizes a broken heart, often used for themes of lost love, sadness, or a negative emotional state.
- How do I use the heart broken icon in React?
- You can import and use it like this: import { IconHeartBroken } from '@tabler/icons-react'; <IconHeartBroken />.
- What is the license for this icon?
- The Tabler icons, including heart-broken, are 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 →