heart broken icon
heart-broken-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- heart-broken-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
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="M11.338 20.225q-.338-.125-.613-.375Q8 17.45 6.3 15.812t-2.662-2.874t-1.3-2.263T2 8.5q0-2.3 1.6-3.9T7.5 3q1.65 0 2.9.637t.9 1.838l-.925 3.25q-.125.5.163.888t.787.387H13l-.65 6.35q-.025.2.163.225t.237-.15L14.6 10.3q.15-.5-.15-.9t-.8-.4H12l1.525-4.525Q13.8 3.6 14.675 3.3T16.5 3q2.3 0 3.9 1.6T22 8.5q0 1.1-.4 2.175t-1.388 2.375t-2.65 2.938t-4.212 3.862q-.275.25-.625.375t-.7.125t-.687-.125"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsHeartBrokenRounded(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="M11.338 20.225q-.338-.125-.613-.375Q8 17.45 6.3 15.812t-2.662-2.874t-1.3-2.263T2 8.5q0-2.3 1.6-3.9T7.5 3q1.65 0 2.9.637t.9 1.838l-.925 3.25q-.125.5.163.888t.787.387H13l-.65 6.35q-.025.2.163.225t.237-.15L14.6 10.3q.15-.5-.15-.9t-.8-.4H12l1.525-4.525Q13.8 3.6 14.675 3.3T16.5 3q2.3 0 3.9 1.6T22 8.5q0 1.1-.4 2.175t-1.388 2.375t-2.65 2.938t-4.212 3.862q-.275.25-.625.375t-.7.125t-.687-.125"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.338 20.225q-.338-.125-.613-.375Q8 17.45 6.3 15.812t-2.662-2.874t-1.3-2.263T2 8.5q0-2.3 1.6-3.9T7.5 3q1.65 0 2.9.637t.9 1.838l-.925 3.25q-.125.5.163.888t.787.387H13l-.65 6.35q-.025.2.163.225t.237-.15L14.6 10.3q.15-.5-.15-.9t-.8-.4H12l1.525-4.525Q13.8 3.6 14.675 3.3T16.5 3q2.3 0 3.9 1.6T22 8.5q0 1.1-.4 2.175t-1.388 2.375t-2.65 2.938t-4.212 3.862q-.275.25-.625.375t-.7.125t-.687-.125"/></svg> </template>
CSS
.icon-heart-broken-rounded {
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%22M11.338%2020.225q-.338-.125-.613-.375Q8%2017.45%206.3%2015.812t-2.662-2.874t-1.3-2.263T2%208.5q0-2.3%201.6-3.9T7.5%203q1.65%200%202.9.637t.9%201.838l-.925%203.25q-.125.5.163.888t.787.387H13l-.65%206.35q-.025.2.163.225t.237-.15L14.6%2010.3q.15-.5-.15-.9t-.8-.4H12l1.525-4.525Q13.8%203.6%2014.675%203.3T16.5%203q2.3%200%203.9%201.6T22%208.5q0%201.1-.4%202.175t-1.388%202.375t-2.65%202.938t-4.212%203.862q-.275.25-.625.375t-.7.125t-.687-.125%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%22M11.338%2020.225q-.338-.125-.613-.375Q8%2017.45%206.3%2015.812t-2.662-2.874t-1.3-2.263T2%208.5q0-2.3%201.6-3.9T7.5%203q1.65%200%202.9.637t.9%201.838l-.925%203.25q-.125.5.163.888t.787.387H13l-.65%206.35q-.025.2.163.225t.237-.15L14.6%2010.3q.15-.5-.15-.9t-.8-.4H12l1.525-4.525Q13.8%203.6%2014.675%203.3T16.5%203q2.3%200%203.9%201.6T22%208.5q0%201.1-.4%202.175t-1.388%202.375t-2.65%202.938t-4.212%203.862q-.275.25-.625.375t-.7.125t-.687-.125%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-rounded.svg?color=%231a73e8&size=48