Heart Broken icon

Heart Broken is a Google Material Symbol from the Social category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

heart_broken_outlined_fill0_wght400.svg

Heart Broken icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=heart_broken" />

<span class="material-symbols-outlined">heart_broken</span>

Heart Broken icon in React

// With the font from the HTML tab:
export function HeartBrokenIcon() {
  return (
    <span className="material-symbols-outlined">
      heart_broken
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import HeartBrokenIcon from "@material-symbols/svg-400/outlined/heart_broken.svg?react";

Heart Broken icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">heart_broken</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import HeartBrokenIcon from "@material-symbols/svg-400/outlined/heart_broken.svg?component"; -->

Heart Broken icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">heart_broken</mat-icon>

Heart Broken icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.heart_broken, fill: 0, weight: 400)

Heart Broken icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/heart_broken.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M12.025 21.9Q8.65 18.5 6.663 16.425t-3.025-3.437Q2.6 11.625 2.3 10.654q-.3-.97-.3-2.165Q2 6.2 3.6 4.6q1.6-1.6 3.9-1.6 1.125 0 2.175 .413t1.875 1.187l-1.55 5.4h3.025l-1.15 9.575 3.175-10.575H12l1.775-5.3q.625-.35 1.313-.525t1.412-.175q2.3 0 3.9 1.6t1.6 3.9q0 1.153-.287 2.114Q21.425 11.575 20.4 12.95T17.4 16.4q-1.975 2.075-5.375 5.5Zm-1.5-3.6 .8-6.8H8l1.825-6.35q-.55-.275-1.125-.462t-1.2-.188q-1.657 0-2.828 1.172Q3.5 6.843 3.5 8.5q0 .817 .313 1.633Q4.125 10.95 4.913 12.05t2.15 2.588Q8.425 16.125 10.525 18.3Zm3.4-.45q3.5-3.4 5.038-5.587T20.5 8.491Q20.5 6.85 19.329 5.675 18.157 4.5 16.5 4.5q-.383 0-.767 .075-.383 .075-.733 .2l-.9 2.725h2.925L13.925 17.85Zm3.1-10.35ZM8 11.5Z" />
</vector>

Heart Broken icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/heart_broken.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/heart_broken.svg" width="24" height="24" alt="Heart Broken">

Heart Broken icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameHeart Broken
Ligatureheart_broken
Code pointU+EAC2
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/heart_broken.svg, heart_broken-fill.svg
FlutterSymbols.heart_broken
LicenseApache License 2.0 (© Google LLC)

Keywords

socialhealthremovedeletefavoritesplitlikeemotionbreakloverelationshipdislikecore

Related icons