hands from Font Awesome 6 Solid by Dave Gandy · Regular · Hands · CC-BY-4.0 Attribution required.

Name
hands
Set
Font Awesome 6 Solid
Style
Regular
Category
Hands
Viewbox
576×512
License
CC BY 4.0

The same icon in other sets

More hands icons from Font Awesome 6 Solid

Use the hands icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="m544 160l-.1 72.6c-.1 52.2-24 101-64 133.1c.1-1.9.1-3.8.1-5.7v-8c0-71.8-37-138.6-97.9-176.7l-60.2-37.6c-8.6-5.4-17.9-8.4-27.3-9.4l-45.9-79.5c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8l78 135.1c3.3 5.7 10.7 7.7 16.4 4.4s7.7-10.7 4.4-16.4l-62-107.4c-6.6-11.5-2.7-26.2 8.8-32.8S362 5 368.6 16.5l68 117.8l43.3 75l.1-49.3c0-17.7 14.4-32 32-32s32 14.4 32 32M243.9 88.5l24.6 42.5c-13.9 4.5-26.4 13.7-34.7 27c-.9 1.4-1.7 2.9-2.5 4.4l-28.9-50c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8zm-46.4 63.7l26.8 46.4c.6 6 2.1 11.8 4.3 17.4H179l-23-39.8c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8zm63.4 22.8c9.4-15 29.1-19.5 44.1-10.2l60.2 37.6C416.7 234.7 448 291.2 448 352v8c0 83.9-68.1 152-152 152H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h92c6.6 0 12-5.4 12-12s-5.4-12-12-12H88c-13.3 0-24-10.7-24-24s10.7-24 24-24h124c6.6 0 12-5.4 12-12s-5.4-12-12-12H56c-13.3 0-24-10.7-24-24s10.7-24 24-24h156c6.6 0 12-5.4 12-12s-5.4-12-12-12H88c-13.3 0-24-10.7-24-24s10.7-24 24-24h229.2L271 219.1c-15-9.4-19.5-29.1-10.2-44.1z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidHands(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="m544 160l-.1 72.6c-.1 52.2-24 101-64 133.1c.1-1.9.1-3.8.1-5.7v-8c0-71.8-37-138.6-97.9-176.7l-60.2-37.6c-8.6-5.4-17.9-8.4-27.3-9.4l-45.9-79.5c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8l78 135.1c3.3 5.7 10.7 7.7 16.4 4.4s7.7-10.7 4.4-16.4l-62-107.4c-6.6-11.5-2.7-26.2 8.8-32.8S362 5 368.6 16.5l68 117.8l43.3 75l.1-49.3c0-17.7 14.4-32 32-32s32 14.4 32 32M243.9 88.5l24.6 42.5c-13.9 4.5-26.4 13.7-34.7 27c-.9 1.4-1.7 2.9-2.5 4.4l-28.9-50c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8zm-46.4 63.7l26.8 46.4c.6 6 2.1 11.8 4.3 17.4H179l-23-39.8c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8zm63.4 22.8c9.4-15 29.1-19.5 44.1-10.2l60.2 37.6C416.7 234.7 448 291.2 448 352v8c0 83.9-68.1 152-152 152H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h92c6.6 0 12-5.4 12-12s-5.4-12-12-12H88c-13.3 0-24-10.7-24-24s10.7-24 24-24h124c6.6 0 12-5.4 12-12s-5.4-12-12-12H56c-13.3 0-24-10.7-24-24s10.7-24 24-24h156c6.6 0 12-5.4 12-12s-5.4-12-12-12H88c-13.3 0-24-10.7-24-24s10.7-24 24-24h229.2L271 219.1c-15-9.4-19.5-29.1-10.2-44.1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="m544 160l-.1 72.6c-.1 52.2-24 101-64 133.1c.1-1.9.1-3.8.1-5.7v-8c0-71.8-37-138.6-97.9-176.7l-60.2-37.6c-8.6-5.4-17.9-8.4-27.3-9.4l-45.9-79.5c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8l78 135.1c3.3 5.7 10.7 7.7 16.4 4.4s7.7-10.7 4.4-16.4l-62-107.4c-6.6-11.5-2.7-26.2 8.8-32.8S362 5 368.6 16.5l68 117.8l43.3 75l.1-49.3c0-17.7 14.4-32 32-32s32 14.4 32 32M243.9 88.5l24.6 42.5c-13.9 4.5-26.4 13.7-34.7 27c-.9 1.4-1.7 2.9-2.5 4.4l-28.9-50c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8zm-46.4 63.7l26.8 46.4c.6 6 2.1 11.8 4.3 17.4H179l-23-39.8c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8zm63.4 22.8c9.4-15 29.1-19.5 44.1-10.2l60.2 37.6C416.7 234.7 448 291.2 448 352v8c0 83.9-68.1 152-152 152H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h92c6.6 0 12-5.4 12-12s-5.4-12-12-12H88c-13.3 0-24-10.7-24-24s10.7-24 24-24h124c6.6 0 12-5.4 12-12s-5.4-12-12-12H56c-13.3 0-24-10.7-24-24s10.7-24 24-24h156c6.6 0 12-5.4 12-12s-5.4-12-12-12H88c-13.3 0-24-10.7-24-24s10.7-24 24-24h229.2L271 219.1c-15-9.4-19.5-29.1-10.2-44.1z"/></svg>
</template>

CSS

.icon-hands {
  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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m544%20160l-.1%2072.6c-.1%2052.2-24%20101-64%20133.1c.1-1.9.1-3.8.1-5.7v-8c0-71.8-37-138.6-97.9-176.7l-60.2-37.6c-8.6-5.4-17.9-8.4-27.3-9.4l-45.9-79.5c-6.6-11.5-2.7-26.2%208.8-32.8s26.2-2.7%2032.8%208.8l78%20135.1c3.3%205.7%2010.7%207.7%2016.4%204.4s7.7-10.7%204.4-16.4l-62-107.4c-6.6-11.5-2.7-26.2%208.8-32.8S362%205%20368.6%2016.5l68%20117.8l43.3%2075l.1-49.3c0-17.7%2014.4-32%2032-32s32%2014.4%2032%2032M243.9%2088.5l24.6%2042.5c-13.9%204.5-26.4%2013.7-34.7%2027c-.9%201.4-1.7%202.9-2.5%204.4l-28.9-50c-6.6-11.5-2.7-26.2%208.8-32.8s26.2-2.7%2032.8%208.8zm-46.4%2063.7l26.8%2046.4c.6%206%202.1%2011.8%204.3%2017.4H179l-23-39.8c-6.6-11.5-2.7-26.2%208.8-32.8s26.2-2.7%2032.8%208.8zm63.4%2022.8c9.4-15%2029.1-19.5%2044.1-10.2l60.2%2037.6C416.7%20234.7%20448%20291.2%20448%20352v8c0%2083.9-68.1%20152-152%20152H120c-13.3%200-24-10.7-24-24s10.7-24%2024-24h92c6.6%200%2012-5.4%2012-12s-5.4-12-12-12H88c-13.3%200-24-10.7-24-24s10.7-24%2024-24h124c6.6%200%2012-5.4%2012-12s-5.4-12-12-12H56c-13.3%200-24-10.7-24-24s10.7-24%2024-24h156c6.6%200%2012-5.4%2012-12s-5.4-12-12-12H88c-13.3%200-24-10.7-24-24s10.7-24%2024-24h229.2L271%20219.1c-15-9.4-19.5-29.1-10.2-44.1z%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m544%20160l-.1%2072.6c-.1%2052.2-24%20101-64%20133.1c.1-1.9.1-3.8.1-5.7v-8c0-71.8-37-138.6-97.9-176.7l-60.2-37.6c-8.6-5.4-17.9-8.4-27.3-9.4l-45.9-79.5c-6.6-11.5-2.7-26.2%208.8-32.8s26.2-2.7%2032.8%208.8l78%20135.1c3.3%205.7%2010.7%207.7%2016.4%204.4s7.7-10.7%204.4-16.4l-62-107.4c-6.6-11.5-2.7-26.2%208.8-32.8S362%205%20368.6%2016.5l68%20117.8l43.3%2075l.1-49.3c0-17.7%2014.4-32%2032-32s32%2014.4%2032%2032M243.9%2088.5l24.6%2042.5c-13.9%204.5-26.4%2013.7-34.7%2027c-.9%201.4-1.7%202.9-2.5%204.4l-28.9-50c-6.6-11.5-2.7-26.2%208.8-32.8s26.2-2.7%2032.8%208.8zm-46.4%2063.7l26.8%2046.4c.6%206%202.1%2011.8%204.3%2017.4H179l-23-39.8c-6.6-11.5-2.7-26.2%208.8-32.8s26.2-2.7%2032.8%208.8zm63.4%2022.8c9.4-15%2029.1-19.5%2044.1-10.2l60.2%2037.6C416.7%20234.7%20448%20291.2%20448%20352v8c0%2083.9-68.1%20152-152%20152H120c-13.3%200-24-10.7-24-24s10.7-24%2024-24h92c6.6%200%2012-5.4%2012-12s-5.4-12-12-12H88c-13.3%200-24-10.7-24-24s10.7-24%2024-24h124c6.6%200%2012-5.4%2012-12s-5.4-12-12-12H56c-13.3%200-24-10.7-24-24s10.7-24%2024-24h156c6.6%200%2012-5.4%2012-12s-5.4-12-12-12H88c-13.3%200-24-10.7-24-24s10.7-24%2024-24h229.2L271%20219.1c-15-9.4-19.5-29.1-10.2-44.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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