The HugeIcons heartbreak icon visually represents a broken heart, commonly used to signify lost love, sadness, or a negative relationship status in user interfaces.
Common uses
- Unliking or removing a favorite item
- Indicating a failed or rejected action
- Representing a negative sentiment in feedback forms
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { HeartbreakIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={HeartbreakIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- broken heartsadnessdislikeunlove
FAQ
- What does the heartbreak icon represent?
- It symbolizes a broken heart, typically used for negative emotions like sadness, loss, or a failed connection.
- How do I use the HeartbreakIcon in React?
- Import both HugeiconsIcon and HeartbreakIcon, then render <HugeiconsIcon icon={HeartbreakIcon} />.
- What is the license for this icon?
- The HeartbreakIcon is provided under the MIT license, allowing for free commercial and non-commercial use.
Looking for something else? Search HugeIcons 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 →