hand heart icon

hand-heart-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M230.33 141.06a24.34 24.34 0 0 0-18.61-4.77C230.5 117.33 240 98.48 240 80c0-26.47-21.29-48-47.46-48A47.58 47.58 0 0 0 156 48.75A47.58 47.58 0 0 0 119.46 32C93.29 32 72 53.53 72 80c0 11 3.24 21.69 10.06 33a31.87 31.87 0 0 0-14.75 8.4L44.69 144H16a16 16 0 0 0-16 16v40a16 16 0 0 0 16 16h104a8 8 0 0 0 1.94-.24l64-16a7 7 0 0 0 1.19-.4L226 182.82l.44-.2a24.6 24.6 0 0 0 3.93-41.56Zm-10.9 27.15l-38 16.18L119 200H56v-44.69l22.63-22.62A15.86 15.86 0 0 1 89.94 128H140a12 12 0 0 1 0 24h-28a8 8 0 0 0 0 16h32a8.3 8.3 0 0 0 1.79-.2l67-15.41l.31-.08a8.6 8.6 0 0 1 6.3 15.9Z"/></svg>

React

import type { SVGProps } from "react";

export function PhHandHeartFill(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="M230.33 141.06a24.34 24.34 0 0 0-18.61-4.77C230.5 117.33 240 98.48 240 80c0-26.47-21.29-48-47.46-48A47.58 47.58 0 0 0 156 48.75A47.58 47.58 0 0 0 119.46 32C93.29 32 72 53.53 72 80c0 11 3.24 21.69 10.06 33a31.87 31.87 0 0 0-14.75 8.4L44.69 144H16a16 16 0 0 0-16 16v40a16 16 0 0 0 16 16h104a8 8 0 0 0 1.94-.24l64-16a7 7 0 0 0 1.19-.4L226 182.82l.44-.2a24.6 24.6 0 0 0 3.93-41.56Zm-10.9 27.15l-38 16.18L119 200H56v-44.69l22.63-22.62A15.86 15.86 0 0 1 89.94 128H140a12 12 0 0 1 0 24h-28a8 8 0 0 0 0 16h32a8.3 8.3 0 0 0 1.79-.2l67-15.41l.31-.08a8.6 8.6 0 0 1 6.3 15.9Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M230.33 141.06a24.34 24.34 0 0 0-18.61-4.77C230.5 117.33 240 98.48 240 80c0-26.47-21.29-48-47.46-48A47.58 47.58 0 0 0 156 48.75A47.58 47.58 0 0 0 119.46 32C93.29 32 72 53.53 72 80c0 11 3.24 21.69 10.06 33a31.87 31.87 0 0 0-14.75 8.4L44.69 144H16a16 16 0 0 0-16 16v40a16 16 0 0 0 16 16h104a8 8 0 0 0 1.94-.24l64-16a7 7 0 0 0 1.19-.4L226 182.82l.44-.2a24.6 24.6 0 0 0 3.93-41.56Zm-10.9 27.15l-38 16.18L119 200H56v-44.69l22.63-22.62A15.86 15.86 0 0 1 89.94 128H140a12 12 0 0 1 0 24h-28a8 8 0 0 0 0 16h32a8.3 8.3 0 0 0 1.79-.2l67-15.41l.31-.08a8.6 8.6 0 0 1 6.3 15.9Z"/></svg>
</template>

CSS

.icon-hand-heart-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%22M230.33%20141.06a24.34%2024.34%200%200%200-18.61-4.77C230.5%20117.33%20240%2098.48%20240%2080c0-26.47-21.29-48-47.46-48A47.58%2047.58%200%200%200%20156%2048.75A47.58%2047.58%200%200%200%20119.46%2032C93.29%2032%2072%2053.53%2072%2080c0%2011%203.24%2021.69%2010.06%2033a31.87%2031.87%200%200%200-14.75%208.4L44.69%20144H16a16%2016%200%200%200-16%2016v40a16%2016%200%200%200%2016%2016h104a8%208%200%200%200%201.94-.24l64-16a7%207%200%200%200%201.19-.4L226%20182.82l.44-.2a24.6%2024.6%200%200%200%203.93-41.56Zm-10.9%2027.15l-38%2016.18L119%20200H56v-44.69l22.63-22.62A15.86%2015.86%200%200%201%2089.94%20128H140a12%2012%200%200%201%200%2024h-28a8%208%200%200%200%200%2016h32a8.3%208.3%200%200%200%201.79-.2l67-15.41l.31-.08a8.6%208.6%200%200%201%206.3%2015.9Z%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%22M230.33%20141.06a24.34%2024.34%200%200%200-18.61-4.77C230.5%20117.33%20240%2098.48%20240%2080c0-26.47-21.29-48-47.46-48A47.58%2047.58%200%200%200%20156%2048.75A47.58%2047.58%200%200%200%20119.46%2032C93.29%2032%2072%2053.53%2072%2080c0%2011%203.24%2021.69%2010.06%2033a31.87%2031.87%200%200%200-14.75%208.4L44.69%20144H16a16%2016%200%200%200-16%2016v40a16%2016%200%200%200%2016%2016h104a8%208%200%200%200%201.94-.24l64-16a7%207%200%200%200%201.19-.4L226%20182.82l.44-.2a24.6%2024.6%200%200%200%203.93-41.56Zm-10.9%2027.15l-38%2016.18L119%20200H56v-44.69l22.63-22.62A15.86%2015.86%200%200%201%2089.94%20128H140a12%2012%200%200%201%200%2024h-28a8%208%200%200%200%200%2016h32a8.3%208.3%200%200%200%201.79-.2l67-15.41l.31-.08a8.6%208.6%200%200%201%206.3%2015.9Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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