hand holding heart icon

hand-holding-heart from Font Awesome Solid by Dave Gandy · Solid · Charity · CC-BY-4.0 Attribution required.

Name
hand-holding-heart
Set
Font Awesome Solid
Style
Solid
Category
Charity
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More charity icons from Font Awesome Solid

Use the hand holding heart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M311.6 95c-14.1-19.5-36.7-31-60.7-31c-41.4 0-74.9 33.5-74.9 74.9v2.4c0 64.4 82 133.4 122.2 163.3c13 9.7 30.5 9.7 43.5 0c40.2-30 122.2-98.9 122.2-163.3v-2.4c0-41.4-33.5-74.9-74.9-74.9c-24 0-46.6 11.5-60.7 31l-8.3 11.7zM141.3 405.5L98.7 448H64c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h320.5c29 0 57.3-9.3 80.7-26.5l126.6-93.3c17.8-13.1 21.6-38.1 8.5-55.9s-38.1-21.6-55.9-8.5L424.6 480H312c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c17.7 0 32-14.3 32-32s-14.3-32-32-32H231.8c-33.9 0-66.5 13.5-90.5 37.5"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidHandHoldingHeart(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M311.6 95c-14.1-19.5-36.7-31-60.7-31c-41.4 0-74.9 33.5-74.9 74.9v2.4c0 64.4 82 133.4 122.2 163.3c13 9.7 30.5 9.7 43.5 0c40.2-30 122.2-98.9 122.2-163.3v-2.4c0-41.4-33.5-74.9-74.9-74.9c-24 0-46.6 11.5-60.7 31l-8.3 11.7zM141.3 405.5L98.7 448H64c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h320.5c29 0 57.3-9.3 80.7-26.5l126.6-93.3c17.8-13.1 21.6-38.1 8.5-55.9s-38.1-21.6-55.9-8.5L424.6 480H312c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c17.7 0 32-14.3 32-32s-14.3-32-32-32H231.8c-33.9 0-66.5 13.5-90.5 37.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M311.6 95c-14.1-19.5-36.7-31-60.7-31c-41.4 0-74.9 33.5-74.9 74.9v2.4c0 64.4 82 133.4 122.2 163.3c13 9.7 30.5 9.7 43.5 0c40.2-30 122.2-98.9 122.2-163.3v-2.4c0-41.4-33.5-74.9-74.9-74.9c-24 0-46.6 11.5-60.7 31l-8.3 11.7zM141.3 405.5L98.7 448H64c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h320.5c29 0 57.3-9.3 80.7-26.5l126.6-93.3c17.8-13.1 21.6-38.1 8.5-55.9s-38.1-21.6-55.9-8.5L424.6 480H312c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c17.7 0 32-14.3 32-32s-14.3-32-32-32H231.8c-33.9 0-66.5 13.5-90.5 37.5"/></svg>
</template>

CSS

.icon-hand-holding-heart {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M311.6%2095c-14.1-19.5-36.7-31-60.7-31c-41.4%200-74.9%2033.5-74.9%2074.9v2.4c0%2064.4%2082%20133.4%20122.2%20163.3c13%209.7%2030.5%209.7%2043.5%200c40.2-30%20122.2-98.9%20122.2-163.3v-2.4c0-41.4-33.5-74.9-74.9-74.9c-24%200-46.6%2011.5-60.7%2031l-8.3%2011.7zM141.3%20405.5L98.7%20448H64c-17.7%200-32%2014.3-32%2032v64c0%2017.7%2014.3%2032%2032%2032h320.5c29%200%2057.3-9.3%2080.7-26.5l126.6-93.3c17.8-13.1%2021.6-38.1%208.5-55.9s-38.1-21.6-55.9-8.5L424.6%20480H312c-13.3%200-24-10.7-24-24s10.7-24%2024-24h72c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H231.8c-33.9%200-66.5%2013.5-90.5%2037.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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M311.6%2095c-14.1-19.5-36.7-31-60.7-31c-41.4%200-74.9%2033.5-74.9%2074.9v2.4c0%2064.4%2082%20133.4%20122.2%20163.3c13%209.7%2030.5%209.7%2043.5%200c40.2-30%20122.2-98.9%20122.2-163.3v-2.4c0-41.4-33.5-74.9-74.9-74.9c-24%200-46.6%2011.5-60.7%2031l-8.3%2011.7zM141.3%20405.5L98.7%20448H64c-17.7%200-32%2014.3-32%2032v64c0%2017.7%2014.3%2032%2032%2032h320.5c29%200%2057.3-9.3%2080.7-26.5l126.6-93.3c17.8-13.1%2021.6-38.1%208.5-55.9s-38.1-21.6-55.9-8.5L424.6%20480H312c-13.3%200-24-10.7-24-24s10.7-24%2024-24h72c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H231.8c-33.9%200-66.5%2013.5-90.5%2037.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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