twotone heart broken icon
twotone-heart-broken from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-heart-broken
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
More social icons from Google Material Icons
baseline-18-up-ratingbaseline-6-ft-apartbaseline-add-moderatorbaseline-add-reactionbaseline-adobebaseline-applebaseline-architecturebaseline-assist-walkerbaseline-back-handbaseline-blindbaseline-boybaseline-cakebaseline-catching-pokemonbaseline-clean-handsbaseline-co2baseline-compostbaseline-connect-without-contactbaseline-constructionbaseline-cookiebaseline-coronavirusbaseline-cruelty-freebaseline-cyclonebaseline-deckbaseline-discord
Use the twotone 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="M9.23 5.42C8.69 5.15 8.09 5 7.5 5C5.54 5 4 6.54 4 8.5c0 2.5 2.45 4.84 6.24 8.23l.53-4.73H7.35zM16.5 5c-.37 0-.75.06-1.12.18L14.77 7h2.91l-2.56 8.53C17.98 12.93 20 10.71 20 8.5C20 6.54 18.46 5 16.5 5" opacity=".3"/><path fill="currentColor" d="M16.5 3c-.96 0-1.9.25-2.73.69L12 9h3l-3 10l1-9h-3l1.54-5.39C10.47 3.61 9.01 3 7.5 3C4.42 3 2 5.42 2 8.5c0 4.13 4.16 7.18 10 12.5c5.47-4.94 10-8.26 10-12.5C22 5.42 19.58 3 16.5 3m-6.26 13.73C6.45 13.34 4 11 4 8.5C4 6.54 5.54 5 7.5 5c.59 0 1.19.15 1.73.42L7.35 12h3.42zm4.89-1.2L17.69 7h-2.91l.61-1.82c.36-.12.74-.18 1.11-.18C18.46 5 20 6.54 20 8.5c0 2.21-2.02 4.43-4.87 7.03"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneHeartBroken(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="M9.23 5.42C8.69 5.15 8.09 5 7.5 5C5.54 5 4 6.54 4 8.5c0 2.5 2.45 4.84 6.24 8.23l.53-4.73H7.35zM16.5 5c-.37 0-.75.06-1.12.18L14.77 7h2.91l-2.56 8.53C17.98 12.93 20 10.71 20 8.5C20 6.54 18.46 5 16.5 5" opacity=".3"/><path fill="currentColor" d="M16.5 3c-.96 0-1.9.25-2.73.69L12 9h3l-3 10l1-9h-3l1.54-5.39C10.47 3.61 9.01 3 7.5 3C4.42 3 2 5.42 2 8.5c0 4.13 4.16 7.18 10 12.5c5.47-4.94 10-8.26 10-12.5C22 5.42 19.58 3 16.5 3m-6.26 13.73C6.45 13.34 4 11 4 8.5C4 6.54 5.54 5 7.5 5c.59 0 1.19.15 1.73.42L7.35 12h3.42zm4.89-1.2L17.69 7h-2.91l.61-1.82c.36-.12.74-.18 1.11-.18C18.46 5 20 6.54 20 8.5c0 2.21-2.02 4.43-4.87 7.03"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.23 5.42C8.69 5.15 8.09 5 7.5 5C5.54 5 4 6.54 4 8.5c0 2.5 2.45 4.84 6.24 8.23l.53-4.73H7.35zM16.5 5c-.37 0-.75.06-1.12.18L14.77 7h2.91l-2.56 8.53C17.98 12.93 20 10.71 20 8.5C20 6.54 18.46 5 16.5 5" opacity=".3"/><path fill="currentColor" d="M16.5 3c-.96 0-1.9.25-2.73.69L12 9h3l-3 10l1-9h-3l1.54-5.39C10.47 3.61 9.01 3 7.5 3C4.42 3 2 5.42 2 8.5c0 4.13 4.16 7.18 10 12.5c5.47-4.94 10-8.26 10-12.5C22 5.42 19.58 3 16.5 3m-6.26 13.73C6.45 13.34 4 11 4 8.5C4 6.54 5.54 5 7.5 5c.59 0 1.19.15 1.73.42L7.35 12h3.42zm4.89-1.2L17.69 7h-2.91l.61-1.82c.36-.12.74-.18 1.11-.18C18.46 5 20 6.54 20 8.5c0 2.21-2.02 4.43-4.87 7.03"/></svg> </template>
CSS
.icon-twotone-heart-broken {
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%22M9.23%205.42C8.69%205.15%208.09%205%207.5%205C5.54%205%204%206.54%204%208.5c0%202.5%202.45%204.84%206.24%208.23l.53-4.73H7.35zM16.5%205c-.37%200-.75.06-1.12.18L14.77%207h2.91l-2.56%208.53C17.98%2012.93%2020%2010.71%2020%208.5C20%206.54%2018.46%205%2016.5%205%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.5%203c-.96%200-1.9.25-2.73.69L12%209h3l-3%2010l1-9h-3l1.54-5.39C10.47%203.61%209.01%203%207.5%203C4.42%203%202%205.42%202%208.5c0%204.13%204.16%207.18%2010%2012.5c5.47-4.94%2010-8.26%2010-12.5C22%205.42%2019.58%203%2016.5%203m-6.26%2013.73C6.45%2013.34%204%2011%204%208.5C4%206.54%205.54%205%207.5%205c.59%200%201.19.15%201.73.42L7.35%2012h3.42zm4.89-1.2L17.69%207h-2.91l.61-1.82c.36-.12.74-.18%201.11-.18C18.46%205%2020%206.54%2020%208.5c0%202.21-2.02%204.43-4.87%207.03%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%22M9.23%205.42C8.69%205.15%208.09%205%207.5%205C5.54%205%204%206.54%204%208.5c0%202.5%202.45%204.84%206.24%208.23l.53-4.73H7.35zM16.5%205c-.37%200-.75.06-1.12.18L14.77%207h2.91l-2.56%208.53C17.98%2012.93%2020%2010.71%2020%208.5C20%206.54%2018.46%205%2016.5%205%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.5%203c-.96%200-1.9.25-2.73.69L12%209h3l-3%2010l1-9h-3l1.54-5.39C10.47%203.61%209.01%203%207.5%203C4.42%203%202%205.42%202%208.5c0%204.13%204.16%207.18%2010%2012.5c5.47-4.94%2010-8.26%2010-12.5C22%205.42%2019.58%203%2016.5%203m-6.26%2013.73C6.45%2013.34%204%2011%204%208.5C4%206.54%205.54%205%207.5%205c.59%200%201.19.15%201.73.42L7.35%2012h3.42zm4.89-1.2L17.69%207h-2.91l.61-1.82c.36-.12.74-.18%201.11-.18C18.46%205%2020%206.54%2020%208.5c0%202.21-2.02%204.43-4.87%207.03%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-heart-broken.svg?color=%231a73e8&size=48