heart broken icon
heart-broken-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- heart-broken-rounded
- Set
- Material Symbols Light
- Style
- 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="M11.415 19.706q-.3-.125-.517-.337q-2.263-2.207-3.78-3.845T4.685 12.63t-1.3-2.243T3 8.5q0-2.089 1.456-3.544T8 3.5q1.4 0 2.477.493q1.077.494.785 1.501l-1.08 3.789q-.124.461.106.839t.633.378h1.964l-.554 5.966q-.025.2.162.224t.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.544 1.456T20.962 8.5q0 .889-.41 1.886q-.41.999-1.33 2.28t-2.41 2.918t-3.674 3.785q-.217.231-.51.347q-.291.115-.603.115t-.61-.125"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHeartBrokenRounded(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.415 19.706q-.3-.125-.517-.337q-2.263-2.207-3.78-3.845T4.685 12.63t-1.3-2.243T3 8.5q0-2.089 1.456-3.544T8 3.5q1.4 0 2.477.493q1.077.494.785 1.501l-1.08 3.789q-.124.461.106.839t.633.378h1.964l-.554 5.966q-.025.2.162.224t.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.544 1.456T20.962 8.5q0 .889-.41 1.886q-.41.999-1.33 2.28t-2.41 2.918t-3.674 3.785q-.217.231-.51.347q-.291.115-.603.115t-.61-.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.415 19.706q-.3-.125-.517-.337q-2.263-2.207-3.78-3.845T4.685 12.63t-1.3-2.243T3 8.5q0-2.089 1.456-3.544T8 3.5q1.4 0 2.477.493q1.077.494.785 1.501l-1.08 3.789q-.124.461.106.839t.633.378h1.964l-.554 5.966q-.025.2.162.224t.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.544 1.456T20.962 8.5q0 .889-.41 1.886q-.41.999-1.33 2.28t-2.41 2.918t-3.674 3.785q-.217.231-.51.347q-.291.115-.603.115t-.61-.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.415%2019.706q-.3-.125-.517-.337q-2.263-2.207-3.78-3.845T4.685%2012.63t-1.3-2.243T3%208.5q0-2.089%201.456-3.544T8%203.5q1.4%200%202.477.493q1.077.494.785%201.501l-1.08%203.789q-.124.461.106.839t.633.378h1.964l-.554%205.966q-.025.2.162.224t.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.544%201.456T20.962%208.5q0%20.889-.41%201.886q-.41.999-1.33%202.28t-2.41%202.918t-3.674%203.785q-.217.231-.51.347q-.291.115-.603.115t-.61-.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.415%2019.706q-.3-.125-.517-.337q-2.263-2.207-3.78-3.845T4.685%2012.63t-1.3-2.243T3%208.5q0-2.089%201.456-3.544T8%203.5q1.4%200%202.477.493q1.077.494.785%201.501l-1.08%203.789q-.124.461.106.839t.633.378h1.964l-.554%205.966q-.025.2.162.224t.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.544%201.456T20.962%208.5q0%20.889-.41%201.886q-.41.999-1.33%202.28t-2.41%202.918t-3.674%203.785q-.217.231-.51.347q-.291.115-.603.115t-.61-.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-rounded.svg?color=%231a73e8&size=48