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

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

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

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 20.675q-2.696-2.702-4.443-4.546q-1.748-1.845-2.766-3.19q-1.018-1.347-1.417-2.37T3 8.5q0-2.091 1.455-3.545T8 3.5q.957 0 1.85.326t1.623.947L9.827 10.5h3.058l-.754 8.067L15.192 8.5h-3.038l1.487-4.454q.532-.273 1.117-.41q.586-.136 1.204-.136q2.09 0 3.545 1.455T20.961 8.5q0 1.066-.43 2.123q-.431 1.058-1.471 2.436t-2.756 3.2t-4.279 4.416m-.833-2.266l.64-6.909H8.505l1.817-6.344q-.534-.277-1.124-.467Q8.607 4.5 8 4.5q-1.657 0-2.828 1.172Q4 6.842 4 8.5q0 .814.345 1.685q.346.87 1.183 2.012t2.223 2.637t3.441 3.575m2.104-.45q3.698-3.805 5.182-5.855T19.962 8.5q0-1.657-1.172-2.829Q17.619 4.5 15.962 4.5q-.39 0-.762.086q-.371.085-.742.204l-.889 2.71h2.92zM8.504 11.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHeartBrokenOutline(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 20.675q-2.696-2.702-4.443-4.546q-1.748-1.845-2.766-3.19q-1.018-1.347-1.417-2.37T3 8.5q0-2.091 1.455-3.545T8 3.5q.957 0 1.85.326t1.623.947L9.827 10.5h3.058l-.754 8.067L15.192 8.5h-3.038l1.487-4.454q.532-.273 1.117-.41q.586-.136 1.204-.136q2.09 0 3.545 1.455T20.961 8.5q0 1.066-.43 2.123q-.431 1.058-1.471 2.436t-2.756 3.2t-4.279 4.416m-.833-2.266l.64-6.909H8.505l1.817-6.344q-.534-.277-1.124-.467Q8.607 4.5 8 4.5q-1.657 0-2.828 1.172Q4 6.842 4 8.5q0 .814.345 1.685q.346.87 1.183 2.012t2.223 2.637t3.441 3.575m2.104-.45q3.698-3.805 5.182-5.855T19.962 8.5q0-1.657-1.172-2.829Q17.619 4.5 15.962 4.5q-.39 0-.762.086q-.371.085-.742.204l-.889 2.71h2.92zM8.504 11.5"/></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 20.675q-2.696-2.702-4.443-4.546q-1.748-1.845-2.766-3.19q-1.018-1.347-1.417-2.37T3 8.5q0-2.091 1.455-3.545T8 3.5q.957 0 1.85.326t1.623.947L9.827 10.5h3.058l-.754 8.067L15.192 8.5h-3.038l1.487-4.454q.532-.273 1.117-.41q.586-.136 1.204-.136q2.09 0 3.545 1.455T20.961 8.5q0 1.066-.43 2.123q-.431 1.058-1.471 2.436t-2.756 3.2t-4.279 4.416m-.833-2.266l.64-6.909H8.505l1.817-6.344q-.534-.277-1.124-.467Q8.607 4.5 8 4.5q-1.657 0-2.828 1.172Q4 6.842 4 8.5q0 .814.345 1.685q.346.87 1.183 2.012t2.223 2.637t3.441 3.575m2.104-.45q3.698-3.805 5.182-5.855T19.962 8.5q0-1.657-1.172-2.829Q17.619 4.5 15.962 4.5q-.39 0-.762.086q-.371.085-.742.204l-.889 2.71h2.92zM8.504 11.5"/></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%2020.675q-2.696-2.702-4.443-4.546q-1.748-1.845-2.766-3.19q-1.018-1.347-1.417-2.37T3%208.5q0-2.091%201.455-3.545T8%203.5q.957%200%201.85.326t1.623.947L9.827%2010.5h3.058l-.754%208.067L15.192%208.5h-3.038l1.487-4.454q.532-.273%201.117-.41q.586-.136%201.204-.136q2.09%200%203.545%201.455T20.961%208.5q0%201.066-.43%202.123q-.431%201.058-1.471%202.436t-2.756%203.2t-4.279%204.416m-.833-2.266l.64-6.909H8.505l1.817-6.344q-.534-.277-1.124-.467Q8.607%204.5%208%204.5q-1.657%200-2.828%201.172Q4%206.842%204%208.5q0%20.814.345%201.685q.346.87%201.183%202.012t2.223%202.637t3.441%203.575m2.104-.45q3.698-3.805%205.182-5.855T19.962%208.5q0-1.657-1.172-2.829Q17.619%204.5%2015.962%204.5q-.39%200-.762.086q-.371.085-.742.204l-.889%202.71h2.92zM8.504%2011.5%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%2020.675q-2.696-2.702-4.443-4.546q-1.748-1.845-2.766-3.19q-1.018-1.347-1.417-2.37T3%208.5q0-2.091%201.455-3.545T8%203.5q.957%200%201.85.326t1.623.947L9.827%2010.5h3.058l-.754%208.067L15.192%208.5h-3.038l1.487-4.454q.532-.273%201.117-.41q.586-.136%201.204-.136q2.09%200%203.545%201.455T20.961%208.5q0%201.066-.43%202.123q-.431%201.058-1.471%202.436t-2.756%203.2t-4.279%204.416m-.833-2.266l.64-6.909H8.505l1.817-6.344q-.534-.277-1.124-.467Q8.607%204.5%208%204.5q-1.657%200-2.828%201.172Q4%206.842%204%208.5q0%20.814.345%201.685q.346.87%201.183%202.012t2.223%202.637t3.441%203.575m2.104-.45q3.698-3.805%205.182-5.855T19.962%208.5q0-1.657-1.172-2.829Q17.619%204.5%2015.962%204.5q-.39%200-.762.086q-.371.085-.742.204l-.889%202.71h2.92zM8.504%2011.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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