heart broken icon
heart-broken-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- heart-broken-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
Related icons in Tabler 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.001 3.8L11 5.763l-1.894 3.79l-.047.11A1 1 0 0 0 9.4 10.8l3.332 2.499l-1.626 3.254A1 1 0 0 0 11 17v3.417L3.803 13.29a6 6 0 0 1 6.956-9.621zm5.77-.739l.246.037a6 6 0 0 1 3.184 10.193l-.044.037L13 20.416v-3.181l1.894-3.788l.047-.11A1 1 0 0 0 14.6 12.2l-3.333-2.5l1.627-3.253A1 1 0 0 0 13 6V3.813a6 6 0 0 1 3.77-.752"/></svg>
React
import type { SVGProps } from "react";
export function TablerHeartBrokenFilled(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.001 3.8L11 5.763l-1.894 3.79l-.047.11A1 1 0 0 0 9.4 10.8l3.332 2.499l-1.626 3.254A1 1 0 0 0 11 17v3.417L3.803 13.29a6 6 0 0 1 6.956-9.621zm5.77-.739l.246.037a6 6 0 0 1 3.184 10.193l-.044.037L13 20.416v-3.181l1.894-3.788l.047-.11A1 1 0 0 0 14.6 12.2l-3.333-2.5l1.627-3.253A1 1 0 0 0 13 6V3.813a6 6 0 0 1 3.77-.752"/></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.001 3.8L11 5.763l-1.894 3.79l-.047.11A1 1 0 0 0 9.4 10.8l3.332 2.499l-1.626 3.254A1 1 0 0 0 11 17v3.417L3.803 13.29a6 6 0 0 1 6.956-9.621zm5.77-.739l.246.037a6 6 0 0 1 3.184 10.193l-.044.037L13 20.416v-3.181l1.894-3.788l.047-.11A1 1 0 0 0 14.6 12.2l-3.333-2.5l1.627-3.253A1 1 0 0 0 13 6V3.813a6 6 0 0 1 3.77-.752"/></svg> </template>
CSS
.icon-heart-broken-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.001%203.8L11%205.763l-1.894%203.79l-.047.11A1%201%200%200%200%209.4%2010.8l3.332%202.499l-1.626%203.254A1%201%200%200%200%2011%2017v3.417L3.803%2013.29a6%206%200%200%201%206.956-9.621zm5.77-.739l.246.037a6%206%200%200%201%203.184%2010.193l-.044.037L13%2020.416v-3.181l1.894-3.788l.047-.11A1%201%200%200%200%2014.6%2012.2l-3.333-2.5l1.627-3.253A1%201%200%200%200%2013%206V3.813a6%206%200%200%201%203.77-.752%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.001%203.8L11%205.763l-1.894%203.79l-.047.11A1%201%200%200%200%209.4%2010.8l3.332%202.499l-1.626%203.254A1%201%200%200%200%2011%2017v3.417L3.803%2013.29a6%206%200%200%201%206.956-9.621zm5.77-.739l.246.037a6%206%200%200%201%203.184%2010.193l-.044.037L13%2020.416v-3.181l1.894-3.788l.047-.11A1%201%200%200%200%2014.6%2012.2l-3.333-2.5l1.627-3.253A1%201%200%200%200%2013%206V3.813a6%206%200%200%201%203.77-.752%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/heart-broken-filled.svg?color=%231a73e8&size=48