The Phosphor heart break icon depicts a cracked or broken heart, commonly used to represent themes of lost love, sadness, or relationship endings in user interfaces.
Common uses
- Unliking a post or item
- Indicating a failed romantic connection
- Representing a negative sentiment in feedback
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { HeartBreak } from '@phosphor-icons/react';
<HeartBreak size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<HeartBreak size={24} />thin
<HeartBreak size={24} weight="thin" />light
<HeartBreak size={24} weight="light" />bold
<HeartBreak size={24} weight="bold" />fill
<HeartBreak size={24} weight="fill" />duotone
<HeartBreak size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- communications
- Keywords
- lovehatecracksplitdivorceemojicommunicationsheartbreakbroken heartunheartsad heart
FAQ
- What does the heart break icon represent?
- It signifies a broken heart, symbolizing lost love, sadness, or the end of a relationship.
- How do I use the heart break icon in React?
- Import it from the library and use it as a component: import { HeartBreak } from '@phosphor-icons/react'; <HeartBreak />
- What is the license for this icon?
- The Phosphor icon set, including the heart break 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 →