heart break icon
heart-break-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- heart-break-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the heart break icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M239.81 107.5c-5.19 67.42-103.7 121.23-108 123.54a8 8 0 0 1-7.58 0C119.8 228.67 16 172 16 102a62 62 0 0 1 96.47-51.55a4 4 0 0 1 .61 6.17L99.72 70a8 8 0 0 0 0 11.31l32.53 32.53L111 135a8 8 0 1 0 11.31 11.31l26.88-26.87a8 8 0 0 0 0-11.31l-32.49-32.5l17.47-17.47A61.63 61.63 0 0 1 178.41 40c36.32.23 64.18 31.29 61.4 67.5"/></svg>
React
import type { SVGProps } from "react";
export function PhHeartBreakFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M239.81 107.5c-5.19 67.42-103.7 121.23-108 123.54a8 8 0 0 1-7.58 0C119.8 228.67 16 172 16 102a62 62 0 0 1 96.47-51.55a4 4 0 0 1 .61 6.17L99.72 70a8 8 0 0 0 0 11.31l32.53 32.53L111 135a8 8 0 1 0 11.31 11.31l26.88-26.87a8 8 0 0 0 0-11.31l-32.49-32.5l17.47-17.47A61.63 61.63 0 0 1 178.41 40c36.32.23 64.18 31.29 61.4 67.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M239.81 107.5c-5.19 67.42-103.7 121.23-108 123.54a8 8 0 0 1-7.58 0C119.8 228.67 16 172 16 102a62 62 0 0 1 96.47-51.55a4 4 0 0 1 .61 6.17L99.72 70a8 8 0 0 0 0 11.31l32.53 32.53L111 135a8 8 0 1 0 11.31 11.31l26.88-26.87a8 8 0 0 0 0-11.31l-32.49-32.5l17.47-17.47A61.63 61.63 0 0 1 178.41 40c36.32.23 64.18 31.29 61.4 67.5"/></svg> </template>
CSS
.icon-heart-break-fill {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M239.81%20107.5c-5.19%2067.42-103.7%20121.23-108%20123.54a8%208%200%200%201-7.58%200C119.8%20228.67%2016%20172%2016%20102a62%2062%200%200%201%2096.47-51.55a4%204%200%200%201%20.61%206.17L99.72%2070a8%208%200%200%200%200%2011.31l32.53%2032.53L111%20135a8%208%200%201%200%2011.31%2011.31l26.88-26.87a8%208%200%200%200%200-11.31l-32.49-32.5l17.47-17.47A61.63%2061.63%200%200%201%20178.41%2040c36.32.23%2064.18%2031.29%2061.4%2067.5%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M239.81%20107.5c-5.19%2067.42-103.7%20121.23-108%20123.54a8%208%200%200%201-7.58%200C119.8%20228.67%2016%20172%2016%20102a62%2062%200%200%201%2096.47-51.55a4%204%200%200%201%20.61%206.17L99.72%2070a8%208%200%200%200%200%2011.31l32.53%2032.53L111%20135a8%208%200%201%200%2011.31%2011.31l26.88-26.87a8%208%200%200%200%200-11.31l-32.49-32.5l17.47-17.47A61.63%2061.63%200%200%201%20178.41%2040c36.32.23%2064.18%2031.29%2061.4%2067.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/heart-break-fill.svg?color=%231a73e8&size=48