heart broken icon
heart-broken-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- heart-broken-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
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 5.753l.82-.822a5.38 5.38 0 0 1 7.61 0a5.376 5.376 0 0 1 .002 7.599l-7.901 7.897a.75.75 0 0 1-1.061 0L3.575 12.53a5.375 5.375 0 1 1 7.6-7.601zm0 13.083l7.368-7.364a3.88 3.88 0 0 0-5.292-5.662l-1.007.999l-.523.526a1 1 0 0 1-.087.079l-1.237 1.225l2.796 2.671a.75.75 0 0 1 .012 1.073l-2.5 2.5a.75.75 0 1 1-1.06-1.061l1.957-1.957l-2.798-2.673a.75.75 0 0 1-.01-1.075l1.317-1.306l-.82-.82a3.875 3.875 0 0 0-5.48 5.48z"/></svg>
React
import type { SVGProps } from "react";
export function FluentHeartBroken24Regular(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 5.753l.82-.822a5.38 5.38 0 0 1 7.61 0a5.376 5.376 0 0 1 .002 7.599l-7.901 7.897a.75.75 0 0 1-1.061 0L3.575 12.53a5.375 5.375 0 1 1 7.6-7.601zm0 13.083l7.368-7.364a3.88 3.88 0 0 0-5.292-5.662l-1.007.999l-.523.526a1 1 0 0 1-.087.079l-1.237 1.225l2.796 2.671a.75.75 0 0 1 .012 1.073l-2.5 2.5a.75.75 0 1 1-1.06-1.061l1.957-1.957l-2.798-2.673a.75.75 0 0 1-.01-1.075l1.317-1.306l-.82-.82a3.875 3.875 0 0 0-5.48 5.48z"/></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 5.753l.82-.822a5.38 5.38 0 0 1 7.61 0a5.376 5.376 0 0 1 .002 7.599l-7.901 7.897a.75.75 0 0 1-1.061 0L3.575 12.53a5.375 5.375 0 1 1 7.6-7.601zm0 13.083l7.368-7.364a3.88 3.88 0 0 0-5.292-5.662l-1.007.999l-.523.526a1 1 0 0 1-.087.079l-1.237 1.225l2.796 2.671a.75.75 0 0 1 .012 1.073l-2.5 2.5a.75.75 0 1 1-1.06-1.061l1.957-1.957l-2.798-2.673a.75.75 0 0 1-.01-1.075l1.317-1.306l-.82-.82a3.875 3.875 0 0 0-5.48 5.48z"/></svg> </template>
CSS
.icon-heart-broken-24-regular {
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%205.753l.82-.822a5.38%205.38%200%200%201%207.61%200a5.376%205.376%200%200%201%20.002%207.599l-7.901%207.897a.75.75%200%200%201-1.061%200L3.575%2012.53a5.375%205.375%200%201%201%207.6-7.601zm0%2013.083l7.368-7.364a3.88%203.88%200%200%200-5.292-5.662l-1.007.999l-.523.526a1%201%200%200%201-.087.079l-1.237%201.225l2.796%202.671a.75.75%200%200%201%20.012%201.073l-2.5%202.5a.75.75%200%201%201-1.06-1.061l1.957-1.957l-2.798-2.673a.75.75%200%200%201-.01-1.075l1.317-1.306l-.82-.82a3.875%203.875%200%200%200-5.48%205.48z%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%205.753l.82-.822a5.38%205.38%200%200%201%207.61%200a5.376%205.376%200%200%201%20.002%207.599l-7.901%207.897a.75.75%200%200%201-1.061%200L3.575%2012.53a5.375%205.375%200%201%201%207.6-7.601zm0%2013.083l7.368-7.364a3.88%203.88%200%200%200-5.292-5.662l-1.007.999l-.523.526a1%201%200%200%201-.087.079l-1.237%201.225l2.796%202.671a.75.75%200%200%201%20.012%201.073l-2.5%202.5a.75.75%200%201%201-1.06-1.061l1.957-1.957l-2.798-2.673a.75.75%200%200%201-.01-1.075l1.317-1.306l-.82-.82a3.875%203.875%200%200%200-5.48%205.48z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/heart-broken-24-regular.svg?color=%231a73e8&size=48