heart break icon
heart-break-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- heart-break-light
- Set
- Phosphor
- Style
- Light
- 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="M178 42a59.63 59.63 0 0 0-42.43 17.57L128 67.15l-7.57-7.58A60 60 0 0 0 18 102c0 29.2 18.2 59.59 54.1 90.31a334.7 334.7 0 0 0 53.06 37a6 6 0 0 0 5.68 0a334.7 334.7 0 0 0 53.06-37C219.8 161.59 238 131.2 238 102a60.07 60.07 0 0 0-60-60m-50 175.11c-16.41-9.47-98-59.39-98-115.11a48 48 0 0 1 81.94-33.94l7.57 7.57l-11.75 11.76a6 6 0 0 0 0 8.49l25.94 25.94l-17.94 17.94a6 6 0 0 0 8.48 8.48l22.19-22.18a6 6 0 0 0 0-8.49l-25.94-25.94l23.57-23.57A48 48 0 0 1 226 102c0 55.72-81.59 105.64-98 115.11"/></svg>
React
import type { SVGProps } from "react";
export function PhHeartBreakLight(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="M178 42a59.63 59.63 0 0 0-42.43 17.57L128 67.15l-7.57-7.58A60 60 0 0 0 18 102c0 29.2 18.2 59.59 54.1 90.31a334.7 334.7 0 0 0 53.06 37a6 6 0 0 0 5.68 0a334.7 334.7 0 0 0 53.06-37C219.8 161.59 238 131.2 238 102a60.07 60.07 0 0 0-60-60m-50 175.11c-16.41-9.47-98-59.39-98-115.11a48 48 0 0 1 81.94-33.94l7.57 7.57l-11.75 11.76a6 6 0 0 0 0 8.49l25.94 25.94l-17.94 17.94a6 6 0 0 0 8.48 8.48l22.19-22.18a6 6 0 0 0 0-8.49l-25.94-25.94l23.57-23.57A48 48 0 0 1 226 102c0 55.72-81.59 105.64-98 115.11"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M178 42a59.63 59.63 0 0 0-42.43 17.57L128 67.15l-7.57-7.58A60 60 0 0 0 18 102c0 29.2 18.2 59.59 54.1 90.31a334.7 334.7 0 0 0 53.06 37a6 6 0 0 0 5.68 0a334.7 334.7 0 0 0 53.06-37C219.8 161.59 238 131.2 238 102a60.07 60.07 0 0 0-60-60m-50 175.11c-16.41-9.47-98-59.39-98-115.11a48 48 0 0 1 81.94-33.94l7.57 7.57l-11.75 11.76a6 6 0 0 0 0 8.49l25.94 25.94l-17.94 17.94a6 6 0 0 0 8.48 8.48l22.19-22.18a6 6 0 0 0 0-8.49l-25.94-25.94l23.57-23.57A48 48 0 0 1 226 102c0 55.72-81.59 105.64-98 115.11"/></svg> </template>
CSS
.icon-heart-break-light {
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%22M178%2042a59.63%2059.63%200%200%200-42.43%2017.57L128%2067.15l-7.57-7.58A60%2060%200%200%200%2018%20102c0%2029.2%2018.2%2059.59%2054.1%2090.31a334.7%20334.7%200%200%200%2053.06%2037a6%206%200%200%200%205.68%200a334.7%20334.7%200%200%200%2053.06-37C219.8%20161.59%20238%20131.2%20238%20102a60.07%2060.07%200%200%200-60-60m-50%20175.11c-16.41-9.47-98-59.39-98-115.11a48%2048%200%200%201%2081.94-33.94l7.57%207.57l-11.75%2011.76a6%206%200%200%200%200%208.49l25.94%2025.94l-17.94%2017.94a6%206%200%200%200%208.48%208.48l22.19-22.18a6%206%200%200%200%200-8.49l-25.94-25.94l23.57-23.57A48%2048%200%200%201%20226%20102c0%2055.72-81.59%20105.64-98%20115.11%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%22M178%2042a59.63%2059.63%200%200%200-42.43%2017.57L128%2067.15l-7.57-7.58A60%2060%200%200%200%2018%20102c0%2029.2%2018.2%2059.59%2054.1%2090.31a334.7%20334.7%200%200%200%2053.06%2037a6%206%200%200%200%205.68%200a334.7%20334.7%200%200%200%2053.06-37C219.8%20161.59%20238%20131.2%20238%20102a60.07%2060.07%200%200%200-60-60m-50%20175.11c-16.41-9.47-98-59.39-98-115.11a48%2048%200%200%201%2081.94-33.94l7.57%207.57l-11.75%2011.76a6%206%200%200%200%200%208.49l25.94%2025.94l-17.94%2017.94a6%206%200%200%200%208.48%208.48l22.19-22.18a6%206%200%200%200%200-8.49l-25.94-25.94l23.57-23.57A48%2048%200%200%201%20226%20102c0%2055.72-81.59%20105.64-98%20115.11%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/heart-break-light.svg?color=%231a73e8&size=48