hands holding icon
hands-holding from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- hands-holding
- 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 hands holding icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M80 168c0-22.1-17.9-40-40-40S0 145.9 0 168v221.5c0 25.5 10.1 49.9 28.1 67.9l99.9 99.9c12 12 28.3 18.7 45.3 18.7H240c26.5 0 48-21.5 48-48v-78.9c0-29.7-11.8-58.2-32.8-79.2l-25.3-25.3l-47.2-47.2c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l47.2 47.2c11 11 9.2 29.2-3.7 37.8c-9.7 6.5-22.7 5.2-31-3.1l-51.2-51.1c-12-12-18.7-28.3-18.7-45.3zm480 0v160.2c0 17-6.7 33.3-18.7 45.3l-51.1 51.1c-8.3 8.3-21.3 9.6-31 3.1c-12.9-8.6-14.7-26.9-3.7-37.8l47.2-47.2c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-47.2 47.2l-25.3 25.3c-21 21-32.8 49.5-32.8 79.2V528c0 26.5 21.5 48 48 48h66.7c17 0 33.3-6.7 45.3-18.7l99.9-99.9c18-18 28.1-42.4 28.1-67.9L640 168c0-22.1-17.9-40-40-40s-40 17.9-40 40"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidHandsHolding(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="M80 168c0-22.1-17.9-40-40-40S0 145.9 0 168v221.5c0 25.5 10.1 49.9 28.1 67.9l99.9 99.9c12 12 28.3 18.7 45.3 18.7H240c26.5 0 48-21.5 48-48v-78.9c0-29.7-11.8-58.2-32.8-79.2l-25.3-25.3l-47.2-47.2c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l47.2 47.2c11 11 9.2 29.2-3.7 37.8c-9.7 6.5-22.7 5.2-31-3.1l-51.2-51.1c-12-12-18.7-28.3-18.7-45.3zm480 0v160.2c0 17-6.7 33.3-18.7 45.3l-51.1 51.1c-8.3 8.3-21.3 9.6-31 3.1c-12.9-8.6-14.7-26.9-3.7-37.8l47.2-47.2c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-47.2 47.2l-25.3 25.3c-21 21-32.8 49.5-32.8 79.2V528c0 26.5 21.5 48 48 48h66.7c17 0 33.3-6.7 45.3-18.7l99.9-99.9c18-18 28.1-42.4 28.1-67.9L640 168c0-22.1-17.9-40-40-40s-40 17.9-40 40"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M80 168c0-22.1-17.9-40-40-40S0 145.9 0 168v221.5c0 25.5 10.1 49.9 28.1 67.9l99.9 99.9c12 12 28.3 18.7 45.3 18.7H240c26.5 0 48-21.5 48-48v-78.9c0-29.7-11.8-58.2-32.8-79.2l-25.3-25.3l-47.2-47.2c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l47.2 47.2c11 11 9.2 29.2-3.7 37.8c-9.7 6.5-22.7 5.2-31-3.1l-51.2-51.1c-12-12-18.7-28.3-18.7-45.3zm480 0v160.2c0 17-6.7 33.3-18.7 45.3l-51.1 51.1c-8.3 8.3-21.3 9.6-31 3.1c-12.9-8.6-14.7-26.9-3.7-37.8l47.2-47.2c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-47.2 47.2l-25.3 25.3c-21 21-32.8 49.5-32.8 79.2V528c0 26.5 21.5 48 48 48h66.7c17 0 33.3-6.7 45.3-18.7l99.9-99.9c18-18 28.1-42.4 28.1-67.9L640 168c0-22.1-17.9-40-40-40s-40 17.9-40 40"/></svg> </template>
CSS
.icon-hands-holding {
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%22M80%20168c0-22.1-17.9-40-40-40S0%20145.9%200%20168v221.5c0%2025.5%2010.1%2049.9%2028.1%2067.9l99.9%2099.9c12%2012%2028.3%2018.7%2045.3%2018.7H240c26.5%200%2048-21.5%2048-48v-78.9c0-29.7-11.8-58.2-32.8-79.2l-25.3-25.3l-47.2-47.2c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l47.2%2047.2c11%2011%209.2%2029.2-3.7%2037.8c-9.7%206.5-22.7%205.2-31-3.1l-51.2-51.1c-12-12-18.7-28.3-18.7-45.3zm480%200v160.2c0%2017-6.7%2033.3-18.7%2045.3l-51.1%2051.1c-8.3%208.3-21.3%209.6-31%203.1c-12.9-8.6-14.7-26.9-3.7-37.8l47.2-47.2c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200l-47.2%2047.2l-25.3%2025.3c-21%2021-32.8%2049.5-32.8%2079.2V528c0%2026.5%2021.5%2048%2048%2048h66.7c17%200%2033.3-6.7%2045.3-18.7l99.9-99.9c18-18%2028.1-42.4%2028.1-67.9L640%20168c0-22.1-17.9-40-40-40s-40%2017.9-40%2040%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%22M80%20168c0-22.1-17.9-40-40-40S0%20145.9%200%20168v221.5c0%2025.5%2010.1%2049.9%2028.1%2067.9l99.9%2099.9c12%2012%2028.3%2018.7%2045.3%2018.7H240c26.5%200%2048-21.5%2048-48v-78.9c0-29.7-11.8-58.2-32.8-79.2l-25.3-25.3l-47.2-47.2c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l47.2%2047.2c11%2011%209.2%2029.2-3.7%2037.8c-9.7%206.5-22.7%205.2-31-3.1l-51.2-51.1c-12-12-18.7-28.3-18.7-45.3zm480%200v160.2c0%2017-6.7%2033.3-18.7%2045.3l-51.1%2051.1c-8.3%208.3-21.3%209.6-31%203.1c-12.9-8.6-14.7-26.9-3.7-37.8l47.2-47.2c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200l-47.2%2047.2l-25.3%2025.3c-21%2021-32.8%2049.5-32.8%2079.2V528c0%2026.5%2021.5%2048%2048%2048h66.7c17%200%2033.3-6.7%2045.3-18.7l99.9-99.9c18-18%2028.1-42.4%2028.1-67.9L640%20168c0-22.1-17.9-40-40-40s-40%2017.9-40%2040%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/hands-holding.svg?color=%231a73e8&size=48