heart-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
heart-thin
Set
Phosphor
Style
Thin
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 44c-21.44 0-39.92 10.19-50 27.07C117.92 54.19 99.44 44 78 44a58.07 58.07 0 0 0-58 58c0 28.59 18 58.47 53.4 88.79a334 334 0 0 0 52.7 36.73a4 4 0 0 0 3.8 0a334 334 0 0 0 52.7-36.73C218 160.47 236 130.59 236 102a58.07 58.07 0 0 0-58-58m-50 175.42c-14-8-100-59.35-100-117.42a50.06 50.06 0 0 1 50-50c21.11 0 38.85 11.31 46.3 29.51a4 4 0 0 0 7.4 0C139.15 63.31 156.89 52 178 52a50.06 50.06 0 0 1 50 50c0 58-86 109.46-100 117.42"/></svg>

React

import type { SVGProps } from "react";

export function PhHeartThin(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 44c-21.44 0-39.92 10.19-50 27.07C117.92 54.19 99.44 44 78 44a58.07 58.07 0 0 0-58 58c0 28.59 18 58.47 53.4 88.79a334 334 0 0 0 52.7 36.73a4 4 0 0 0 3.8 0a334 334 0 0 0 52.7-36.73C218 160.47 236 130.59 236 102a58.07 58.07 0 0 0-58-58m-50 175.42c-14-8-100-59.35-100-117.42a50.06 50.06 0 0 1 50-50c21.11 0 38.85 11.31 46.3 29.51a4 4 0 0 0 7.4 0C139.15 63.31 156.89 52 178 52a50.06 50.06 0 0 1 50 50c0 58-86 109.46-100 117.42"/></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 44c-21.44 0-39.92 10.19-50 27.07C117.92 54.19 99.44 44 78 44a58.07 58.07 0 0 0-58 58c0 28.59 18 58.47 53.4 88.79a334 334 0 0 0 52.7 36.73a4 4 0 0 0 3.8 0a334 334 0 0 0 52.7-36.73C218 160.47 236 130.59 236 102a58.07 58.07 0 0 0-58-58m-50 175.42c-14-8-100-59.35-100-117.42a50.06 50.06 0 0 1 50-50c21.11 0 38.85 11.31 46.3 29.51a4 4 0 0 0 7.4 0C139.15 63.31 156.89 52 178 52a50.06 50.06 0 0 1 50 50c0 58-86 109.46-100 117.42"/></svg>
</template>

CSS

.icon-heart-thin {
  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%2044c-21.44%200-39.92%2010.19-50%2027.07C117.92%2054.19%2099.44%2044%2078%2044a58.07%2058.07%200%200%200-58%2058c0%2028.59%2018%2058.47%2053.4%2088.79a334%20334%200%200%200%2052.7%2036.73a4%204%200%200%200%203.8%200a334%20334%200%200%200%2052.7-36.73C218%20160.47%20236%20130.59%20236%20102a58.07%2058.07%200%200%200-58-58m-50%20175.42c-14-8-100-59.35-100-117.42a50.06%2050.06%200%200%201%2050-50c21.11%200%2038.85%2011.31%2046.3%2029.51a4%204%200%200%200%207.4%200C139.15%2063.31%20156.89%2052%20178%2052a50.06%2050.06%200%200%201%2050%2050c0%2058-86%20109.46-100%20117.42%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%2044c-21.44%200-39.92%2010.19-50%2027.07C117.92%2054.19%2099.44%2044%2078%2044a58.07%2058.07%200%200%200-58%2058c0%2028.59%2018%2058.47%2053.4%2088.79a334%20334%200%200%200%2052.7%2036.73a4%204%200%200%200%203.8%200a334%20334%200%200%200%2052.7-36.73C218%20160.47%20236%20130.59%20236%20102a58.07%2058.07%200%200%200-58-58m-50%20175.42c-14-8-100-59.35-100-117.42a50.06%2050.06%200%200%201%2050-50c21.11%200%2038.85%2011.31%2046.3%2029.51a4%204%200%200%200%207.4%200C139.15%2063.31%20156.89%2052%20178%2052a50.06%2050.06%200%200%201%2050%2050c0%2058-86%20109.46-100%20117.42%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/heart-thin.svg?color=%231a73e8&size=48