heart broken icon
heart-broken-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- heart-broken-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
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="M4 8.5q0 .808.32 1.627t1.11 1.864t2.114 2.467q1.323 1.42 3.348 3.452q.1.1.213.062t.137-.162l.59-6.31h-1.038q-.861 0-1.375-.686q-.513-.685-.278-1.525l1.18-4.133q-.534-.277-1.124-.466Q8.607 4.5 8 4.5q-1.657 0-2.828 1.172Q4 6.842 4 8.5m15.962 0q0-1.657-1.172-2.828Q17.619 4.5 15.962 4.5q-.39 0-.762.086q-.371.085-.742.204l-.889 2.71h.808q.817.07 1.278.76q.46.692.207 1.51l-2.166 7.009q-.05.144.088.222q.137.078.262-.047q1.837-1.881 2.994-3.155t1.803-2.189t.882-1.624t.236-1.486m-8.546 11.11q-.3-.125-.517-.337q-2.263-2.207-3.78-3.778t-2.432-2.769t-1.3-2.186Q3 9.554 3 8.507q0-2.094 1.455-3.55Q5.909 3.5 8 3.5q1.4 0 2.477.493q1.077.494.785 1.501l-1.08 3.789q-.124.461.107.839t.632.378h1.964l-.554 5.97q-.025.196.162.22t.238-.15l2.1-6.817q.13-.461-.092-.842t-.627-.381h-1.958l1.275-3.813q.237-.721.987-.954t1.546-.233q2.088 0 3.563 1.455T21 8.5q0 1.029-.42 2.034t-1.348 2.237t-2.439 2.794t-3.693 3.708q-.215.23-.49.346q-.273.116-.584.116t-.611-.125"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHeartBrokenOutlineRounded(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="M4 8.5q0 .808.32 1.627t1.11 1.864t2.114 2.467q1.323 1.42 3.348 3.452q.1.1.213.062t.137-.162l.59-6.31h-1.038q-.861 0-1.375-.686q-.513-.685-.278-1.525l1.18-4.133q-.534-.277-1.124-.466Q8.607 4.5 8 4.5q-1.657 0-2.828 1.172Q4 6.842 4 8.5m15.962 0q0-1.657-1.172-2.828Q17.619 4.5 15.962 4.5q-.39 0-.762.086q-.371.085-.742.204l-.889 2.71h.808q.817.07 1.278.76q.46.692.207 1.51l-2.166 7.009q-.05.144.088.222q.137.078.262-.047q1.837-1.881 2.994-3.155t1.803-2.189t.882-1.624t.236-1.486m-8.546 11.11q-.3-.125-.517-.337q-2.263-2.207-3.78-3.778t-2.432-2.769t-1.3-2.186Q3 9.554 3 8.507q0-2.094 1.455-3.55Q5.909 3.5 8 3.5q1.4 0 2.477.493q1.077.494.785 1.501l-1.08 3.789q-.124.461.107.839t.632.378h1.964l-.554 5.97q-.025.196.162.22t.238-.15l2.1-6.817q.13-.461-.092-.842t-.627-.381h-1.958l1.275-3.813q.237-.721.987-.954t1.546-.233q2.088 0 3.563 1.455T21 8.5q0 1.029-.42 2.034t-1.348 2.237t-2.439 2.794t-3.693 3.708q-.215.23-.49.346q-.273.116-.584.116t-.611-.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="M4 8.5q0 .808.32 1.627t1.11 1.864t2.114 2.467q1.323 1.42 3.348 3.452q.1.1.213.062t.137-.162l.59-6.31h-1.038q-.861 0-1.375-.686q-.513-.685-.278-1.525l1.18-4.133q-.534-.277-1.124-.466Q8.607 4.5 8 4.5q-1.657 0-2.828 1.172Q4 6.842 4 8.5m15.962 0q0-1.657-1.172-2.828Q17.619 4.5 15.962 4.5q-.39 0-.762.086q-.371.085-.742.204l-.889 2.71h.808q.817.07 1.278.76q.46.692.207 1.51l-2.166 7.009q-.05.144.088.222q.137.078.262-.047q1.837-1.881 2.994-3.155t1.803-2.189t.882-1.624t.236-1.486m-8.546 11.11q-.3-.125-.517-.337q-2.263-2.207-3.78-3.778t-2.432-2.769t-1.3-2.186Q3 9.554 3 8.507q0-2.094 1.455-3.55Q5.909 3.5 8 3.5q1.4 0 2.477.493q1.077.494.785 1.501l-1.08 3.789q-.124.461.107.839t.632.378h1.964l-.554 5.97q-.025.196.162.22t.238-.15l2.1-6.817q.13-.461-.092-.842t-.627-.381h-1.958l1.275-3.813q.237-.721.987-.954t1.546-.233q2.088 0 3.563 1.455T21 8.5q0 1.029-.42 2.034t-1.348 2.237t-2.439 2.794t-3.693 3.708q-.215.23-.49.346q-.273.116-.584.116t-.611-.125"/></svg> </template>
CSS
.icon-heart-broken-outline-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%22M4%208.5q0%20.808.32%201.627t1.11%201.864t2.114%202.467q1.323%201.42%203.348%203.452q.1.1.213.062t.137-.162l.59-6.31h-1.038q-.861%200-1.375-.686q-.513-.685-.278-1.525l1.18-4.133q-.534-.277-1.124-.466Q8.607%204.5%208%204.5q-1.657%200-2.828%201.172Q4%206.842%204%208.5m15.962%200q0-1.657-1.172-2.828Q17.619%204.5%2015.962%204.5q-.39%200-.762.086q-.371.085-.742.204l-.889%202.71h.808q.817.07%201.278.76q.46.692.207%201.51l-2.166%207.009q-.05.144.088.222q.137.078.262-.047q1.837-1.881%202.994-3.155t1.803-2.189t.882-1.624t.236-1.486m-8.546%2011.11q-.3-.125-.517-.337q-2.263-2.207-3.78-3.778t-2.432-2.769t-1.3-2.186Q3%209.554%203%208.507q0-2.094%201.455-3.55Q5.909%203.5%208%203.5q1.4%200%202.477.493q1.077.494.785%201.501l-1.08%203.789q-.124.461.107.839t.632.378h1.964l-.554%205.97q-.025.196.162.22t.238-.15l2.1-6.817q.13-.461-.092-.842t-.627-.381h-1.958l1.275-3.813q.237-.721.987-.954t1.546-.233q2.088%200%203.563%201.455T21%208.5q0%201.029-.42%202.034t-1.348%202.237t-2.439%202.794t-3.693%203.708q-.215.23-.49.346q-.273.116-.584.116t-.611-.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%22M4%208.5q0%20.808.32%201.627t1.11%201.864t2.114%202.467q1.323%201.42%203.348%203.452q.1.1.213.062t.137-.162l.59-6.31h-1.038q-.861%200-1.375-.686q-.513-.685-.278-1.525l1.18-4.133q-.534-.277-1.124-.466Q8.607%204.5%208%204.5q-1.657%200-2.828%201.172Q4%206.842%204%208.5m15.962%200q0-1.657-1.172-2.828Q17.619%204.5%2015.962%204.5q-.39%200-.762.086q-.371.085-.742.204l-.889%202.71h.808q.817.07%201.278.76q.46.692.207%201.51l-2.166%207.009q-.05.144.088.222q.137.078.262-.047q1.837-1.881%202.994-3.155t1.803-2.189t.882-1.624t.236-1.486m-8.546%2011.11q-.3-.125-.517-.337q-2.263-2.207-3.78-3.778t-2.432-2.769t-1.3-2.186Q3%209.554%203%208.507q0-2.094%201.455-3.55Q5.909%203.5%208%203.5q1.4%200%202.477.493q1.077.494.785%201.501l-1.08%203.789q-.124.461.107.839t.632.378h1.964l-.554%205.97q-.025.196.162.22t.238-.15l2.1-6.817q.13-.461-.092-.842t-.627-.381h-1.958l1.275-3.813q.237-.721.987-.954t1.546-.233q2.088%200%203.563%201.455T21%208.5q0%201.029-.42%202.034t-1.348%202.237t-2.439%202.794t-3.693%203.708q-.215.23-.49.346q-.273.116-.584.116t-.611-.125%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-rounded.svg?color=%231a73e8&size=48