heart broken icon
heart-broken-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- heart-broken-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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="m11.28 5.034l-.104-.104a5.375 5.375 0 1 0-7.601 7.601l7.895 7.896a.75.75 0 0 0 1.06 0l7.902-7.897a5.376 5.376 0 0 0-.001-7.6a5.38 5.38 0 0 0-7.611 0l-.789.791l-1.882 3.033l3.68 3.22a.5.5 0 0 1 .025.73l-2.5 2.5a.5.5 0 0 1-.708-.707l2.122-2.122l-3.597-3.148a.5.5 0 0 1-.096-.64z"/></svg>
React
import type { SVGProps } from "react";
export function FluentHeartBroken24Filled(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.28 5.034l-.104-.104a5.375 5.375 0 1 0-7.601 7.601l7.895 7.896a.75.75 0 0 0 1.06 0l7.902-7.897a5.376 5.376 0 0 0-.001-7.6a5.38 5.38 0 0 0-7.611 0l-.789.791l-1.882 3.033l3.68 3.22a.5.5 0 0 1 .025.73l-2.5 2.5a.5.5 0 0 1-.708-.707l2.122-2.122l-3.597-3.148a.5.5 0 0 1-.096-.64z"/></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.28 5.034l-.104-.104a5.375 5.375 0 1 0-7.601 7.601l7.895 7.896a.75.75 0 0 0 1.06 0l7.902-7.897a5.376 5.376 0 0 0-.001-7.6a5.38 5.38 0 0 0-7.611 0l-.789.791l-1.882 3.033l3.68 3.22a.5.5 0 0 1 .025.73l-2.5 2.5a.5.5 0 0 1-.708-.707l2.122-2.122l-3.597-3.148a.5.5 0 0 1-.096-.64z"/></svg> </template>
CSS
.icon-heart-broken-24-filled {
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.28%205.034l-.104-.104a5.375%205.375%200%201%200-7.601%207.601l7.895%207.896a.75.75%200%200%200%201.06%200l7.902-7.897a5.376%205.376%200%200%200-.001-7.6a5.38%205.38%200%200%200-7.611%200l-.789.791l-1.882%203.033l3.68%203.22a.5.5%200%200%201%20.025.73l-2.5%202.5a.5.5%200%200%201-.708-.707l2.122-2.122l-3.597-3.148a.5.5%200%200%201-.096-.64z%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.28%205.034l-.104-.104a5.375%205.375%200%201%200-7.601%207.601l7.895%207.896a.75.75%200%200%200%201.06%200l7.902-7.897a5.376%205.376%200%200%200-.001-7.6a5.38%205.38%200%200%200-7.611%200l-.789.791l-1.882%203.033l3.68%203.22a.5.5%200%200%201%20.025.73l-2.5%202.5a.5.5%200%200%201-.708-.707l2.122-2.122l-3.597-3.148a.5.5%200%200%201-.096-.64z%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-filled.svg?color=%231a73e8&size=48