heart broken icon
heart-broken from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- heart-broken
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- heart-broken-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.089 1.456-3.544T8 3.5q.952 0 1.848.326t1.625.947L9.827 10.5h3.058l-.754 8.067L15.192 8.5h-3.038l1.487-4.454q.528-.273 1.12-.41q.591-.136 1.2-.136q2.089 0 3.545 1.456T20.962 8.5q0 1.066-.431 2.123t-1.471 2.436t-2.756 3.2t-4.279 4.416"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHeartBroken(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.089 1.456-3.544T8 3.5q.952 0 1.848.326t1.625.947L9.827 10.5h3.058l-.754 8.067L15.192 8.5h-3.038l1.487-4.454q.528-.273 1.12-.41q.591-.136 1.2-.136q2.089 0 3.545 1.456T20.962 8.5q0 1.066-.431 2.123t-1.471 2.436t-2.756 3.2t-4.279 4.416"/></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.089 1.456-3.544T8 3.5q.952 0 1.848.326t1.625.947L9.827 10.5h3.058l-.754 8.067L15.192 8.5h-3.038l1.487-4.454q.528-.273 1.12-.41q.591-.136 1.2-.136q2.089 0 3.545 1.456T20.962 8.5q0 1.066-.431 2.123t-1.471 2.436t-2.756 3.2t-4.279 4.416"/></svg> </template>
CSS
.icon-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%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.089%201.456-3.544T8%203.5q.952%200%201.848.326t1.625.947L9.827%2010.5h3.058l-.754%208.067L15.192%208.5h-3.038l1.487-4.454q.528-.273%201.12-.41q.591-.136%201.2-.136q2.089%200%203.545%201.456T20.962%208.5q0%201.066-.431%202.123t-1.471%202.436t-2.756%203.2t-4.279%204.416%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.089%201.456-3.544T8%203.5q.952%200%201.848.326t1.625.947L9.827%2010.5h3.058l-.754%208.067L15.192%208.5h-3.038l1.487-4.454q.528-.273%201.12-.41q.591-.136%201.2-.136q2.089%200%203.545%201.456T20.962%208.5q0%201.066-.431%202.123t-1.471%202.436t-2.756%203.2t-4.279%204.416%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.svg?color=%231a73e8&size=48