hand holding hand icon

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

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

The same icon in other sets

Related icons in Font Awesome Solid

Use the hand holding hand icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m498.8 250.5l42.5-42.5H576c17.7 0 32-14.3 32-32v-64c0-17.7-14.3-32-32-32H255.6c-29 0-57.3 9.3-80.7 26.5L48.3 199.8c-17.8 13.1-21.6 38.1-8.5 55.9s38.1 21.6 55.9 8.5L215.4 176H328c13.3 0 24 10.7 24 24s-10.7 24-24 24h-72c-17.7 0-32 14.3-32 32s14.3 32 32 32h152.2c33.9 0 66.5-13.5 90.5-37.5zm-357.5 139L98.7 432H64c-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 464H312c-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 Fa7SolidHandHoldingHand(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="m498.8 250.5l42.5-42.5H576c17.7 0 32-14.3 32-32v-64c0-17.7-14.3-32-32-32H255.6c-29 0-57.3 9.3-80.7 26.5L48.3 199.8c-17.8 13.1-21.6 38.1-8.5 55.9s38.1 21.6 55.9 8.5L215.4 176H328c13.3 0 24 10.7 24 24s-10.7 24-24 24h-72c-17.7 0-32 14.3-32 32s14.3 32 32 32h152.2c33.9 0 66.5-13.5 90.5-37.5zm-357.5 139L98.7 432H64c-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 464H312c-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="m498.8 250.5l42.5-42.5H576c17.7 0 32-14.3 32-32v-64c0-17.7-14.3-32-32-32H255.6c-29 0-57.3 9.3-80.7 26.5L48.3 199.8c-17.8 13.1-21.6 38.1-8.5 55.9s38.1 21.6 55.9 8.5L215.4 176H328c13.3 0 24 10.7 24 24s-10.7 24-24 24h-72c-17.7 0-32 14.3-32 32s14.3 32 32 32h152.2c33.9 0 66.5-13.5 90.5-37.5zm-357.5 139L98.7 432H64c-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 464H312c-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-hand {
  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%22m498.8%20250.5l42.5-42.5H576c17.7%200%2032-14.3%2032-32v-64c0-17.7-14.3-32-32-32H255.6c-29%200-57.3%209.3-80.7%2026.5L48.3%20199.8c-17.8%2013.1-21.6%2038.1-8.5%2055.9s38.1%2021.6%2055.9%208.5L215.4%20176H328c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024h-72c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h152.2c33.9%200%2066.5-13.5%2090.5-37.5zm-357.5%20139L98.7%20432H64c-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%20464H312c-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%22m498.8%20250.5l42.5-42.5H576c17.7%200%2032-14.3%2032-32v-64c0-17.7-14.3-32-32-32H255.6c-29%200-57.3%209.3-80.7%2026.5L48.3%20199.8c-17.8%2013.1-21.6%2038.1-8.5%2055.9s38.1%2021.6%2055.9%208.5L215.4%20176H328c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024h-72c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h152.2c33.9%200%2066.5-13.5%2090.5-37.5zm-357.5%20139L98.7%20432H64c-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%20464H312c-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-hand.svg?color=%231a73e8&size=48