heart-broken-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
heart-broken-outline
Set
Material Symbols
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
heart-broken-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the heart broken icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.025 21.925q-3.35-3.375-5.337-5.45t-3.025-3.45t-1.35-2.35T2 8.5q0-2.3 1.6-3.9T7.5 3q1.125 0 2.175.412T11.55 4.6L10 10h3l-.85 8.375L15 9h-3l1.775-5.3q.625-.35 1.313-.525T16.5 3q2.3 0 3.9 1.6T22 8.5q0 1.2-.325 2.2T20.3 13.088t-3.025 3.45t-5.25 5.387m-1.775-4.65L10.775 12H7.35l1.875-6.575q-.4-.2-.837-.312T7.5 5Q6.05 5 5.025 6.025T4 8.5q0 .775.288 1.55t1 1.763t1.924 2.3t3.038 3.162m4.7-1.2q2.775-2.825 3.913-4.5T20 8.5q0-1.45-1.025-2.475T16.5 5q-.275 0-.55.038t-.55.137L14.8 7h2.9zM7.35 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHeartBrokenOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.025 21.925q-3.35-3.375-5.337-5.45t-3.025-3.45t-1.35-2.35T2 8.5q0-2.3 1.6-3.9T7.5 3q1.125 0 2.175.412T11.55 4.6L10 10h3l-.85 8.375L15 9h-3l1.775-5.3q.625-.35 1.313-.525T16.5 3q2.3 0 3.9 1.6T22 8.5q0 1.2-.325 2.2T20.3 13.088t-3.025 3.45t-5.25 5.387m-1.775-4.65L10.775 12H7.35l1.875-6.575q-.4-.2-.837-.312T7.5 5Q6.05 5 5.025 6.025T4 8.5q0 .775.288 1.55t1 1.763t1.924 2.3t3.038 3.162m4.7-1.2q2.775-2.825 3.913-4.5T20 8.5q0-1.45-1.025-2.475T16.5 5q-.275 0-.55.038t-.55.137L14.8 7h2.9zM7.35 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.025 21.925q-3.35-3.375-5.337-5.45t-3.025-3.45t-1.35-2.35T2 8.5q0-2.3 1.6-3.9T7.5 3q1.125 0 2.175.412T11.55 4.6L10 10h3l-.85 8.375L15 9h-3l1.775-5.3q.625-.35 1.313-.525T16.5 3q2.3 0 3.9 1.6T22 8.5q0 1.2-.325 2.2T20.3 13.088t-3.025 3.45t-5.25 5.387m-1.775-4.65L10.775 12H7.35l1.875-6.575q-.4-.2-.837-.312T7.5 5Q6.05 5 5.025 6.025T4 8.5q0 .775.288 1.55t1 1.763t1.924 2.3t3.038 3.162m4.7-1.2q2.775-2.825 3.913-4.5T20 8.5q0-1.45-1.025-2.475T16.5 5q-.275 0-.55.038t-.55.137L14.8 7h2.9zM7.35 12"/></svg>
</template>

CSS

.icon-heart-broken-outline {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.025%2021.925q-3.35-3.375-5.337-5.45t-3.025-3.45t-1.35-2.35T2%208.5q0-2.3%201.6-3.9T7.5%203q1.125%200%202.175.412T11.55%204.6L10%2010h3l-.85%208.375L15%209h-3l1.775-5.3q.625-.35%201.313-.525T16.5%203q2.3%200%203.9%201.6T22%208.5q0%201.2-.325%202.2T20.3%2013.088t-3.025%203.45t-5.25%205.387m-1.775-4.65L10.775%2012H7.35l1.875-6.575q-.4-.2-.837-.312T7.5%205Q6.05%205%205.025%206.025T4%208.5q0%20.775.288%201.55t1%201.763t1.924%202.3t3.038%203.162m4.7-1.2q2.775-2.825%203.913-4.5T20%208.5q0-1.45-1.025-2.475T16.5%205q-.275%200-.55.038t-.55.137L14.8%207h2.9zM7.35%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.025%2021.925q-3.35-3.375-5.337-5.45t-3.025-3.45t-1.35-2.35T2%208.5q0-2.3%201.6-3.9T7.5%203q1.125%200%202.175.412T11.55%204.6L10%2010h3l-.85%208.375L15%209h-3l1.775-5.3q.625-.35%201.313-.525T16.5%203q2.3%200%203.9%201.6T22%208.5q0%201.2-.325%202.2T20.3%2013.088t-3.025%203.45t-5.25%205.387m-1.775-4.65L10.775%2012H7.35l1.875-6.575q-.4-.2-.837-.312T7.5%205Q6.05%205%205.025%206.025T4%208.5q0%20.775.288%201.55t1%201.763t1.924%202.3t3.038%203.162m4.7-1.2q2.775-2.825%203.913-4.5T20%208.5q0-1.45-1.025-2.475T16.5%205q-.275%200-.55.038t-.55.137L14.8%207h2.9zM7.35%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/heart-broken-outline.svg?color=%231a73e8&size=48