heart-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
heart-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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M178 42c-21 0-39.26 9.47-50 25.34C117.26 51.47 99 42 78 42a60.07 60.07 0 0 0-60 60c0 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.05 48.05 0 0 1 48-48c20.28 0 37.31 10.83 44.45 28.27a6 6 0 0 0 11.1 0C140.69 64.83 157.72 54 178 54a48.05 48.05 0 0 1 48 48c0 55.72-81.59 105.64-98 115.11"/></svg>

React

import type { SVGProps } from "react";

export function PhHeartLight(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 42c-21 0-39.26 9.47-50 25.34C117.26 51.47 99 42 78 42a60.07 60.07 0 0 0-60 60c0 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.05 48.05 0 0 1 48-48c20.28 0 37.31 10.83 44.45 28.27a6 6 0 0 0 11.1 0C140.69 64.83 157.72 54 178 54a48.05 48.05 0 0 1 48 48c0 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 42c-21 0-39.26 9.47-50 25.34C117.26 51.47 99 42 78 42a60.07 60.07 0 0 0-60 60c0 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.05 48.05 0 0 1 48-48c20.28 0 37.31 10.83 44.45 28.27a6 6 0 0 0 11.1 0C140.69 64.83 157.72 54 178 54a48.05 48.05 0 0 1 48 48c0 55.72-81.59 105.64-98 115.11"/></svg>
</template>

CSS

.icon-heart-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%2042c-21%200-39.26%209.47-50%2025.34C117.26%2051.47%2099%2042%2078%2042a60.07%2060.07%200%200%200-60%2060c0%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.05%2048.05%200%200%201%2048-48c20.28%200%2037.31%2010.83%2044.45%2028.27a6%206%200%200%200%2011.1%200C140.69%2064.83%20157.72%2054%20178%2054a48.05%2048.05%200%200%201%2048%2048c0%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%2042c-21%200-39.26%209.47-50%2025.34C117.26%2051.47%2099%2042%2078%2042a60.07%2060.07%200%200%200-60%2060c0%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.05%2048.05%200%200%201%2048-48c20.28%200%2037.31%2010.83%2044.45%2028.27a6%206%200%200%200%2011.1%200C140.69%2064.83%20157.72%2054%20178%2054a48.05%2048.05%200%200%201%2048%2048c0%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-light.svg?color=%231a73e8&size=48