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

Name
hands-bound
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
640×512
License
CC BY 4.0

Related icons in Font Awesome 6 Solid

Use the hands bound icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M96 32C96 14.3 81.7 0 64 0S32 14.3 32 32v181.9c0 14.2 5.1 27.9 14.3 38.7l85.3 99.4H128c-13.3 0-24 10.7-24 24s10.7 24 24 24h384c13.3 0 24-10.7 24-24s-10.7-24-24-24h-3.6l85.3-99.5c9.2-10.8 14.3-24.5 14.3-38.7V32c0-17.7-14.3-32-32-32s-32 14.3-32 32v112.8l-69.3 92.4c-5.7 7.6-16.1 9.6-24.2 4.8c-9.7-5.7-12.1-18.7-5.1-27.5L473 180c10.8-13.5 8.9-33.3-4.4-44.5s-33-9.8-44.5 3.2l-46.7 52.5C361 209.7 352 233.4 352 258.1V352h-64v-93.9c0-24.6-9-48.4-25.4-66.8l-46.7-52.5c-11.5-13-31.3-14.4-44.5-3.2s-15.2 30.9-4.4 44.5l27.6 34.5c7 8.8 4.7 21.8-5.1 27.5c-8.1 4.8-18.6 2.7-24.2-4.8L96 144.8zm64 448v32h128v-32h64v32h128v-32h32c13.3 0 24-10.7 24-24s-10.7-24-24-24H128c-13.3 0-24 10.7-24 24s10.7 24 24 24z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidHandsBound(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M96 32C96 14.3 81.7 0 64 0S32 14.3 32 32v181.9c0 14.2 5.1 27.9 14.3 38.7l85.3 99.4H128c-13.3 0-24 10.7-24 24s10.7 24 24 24h384c13.3 0 24-10.7 24-24s-10.7-24-24-24h-3.6l85.3-99.5c9.2-10.8 14.3-24.5 14.3-38.7V32c0-17.7-14.3-32-32-32s-32 14.3-32 32v112.8l-69.3 92.4c-5.7 7.6-16.1 9.6-24.2 4.8c-9.7-5.7-12.1-18.7-5.1-27.5L473 180c10.8-13.5 8.9-33.3-4.4-44.5s-33-9.8-44.5 3.2l-46.7 52.5C361 209.7 352 233.4 352 258.1V352h-64v-93.9c0-24.6-9-48.4-25.4-66.8l-46.7-52.5c-11.5-13-31.3-14.4-44.5-3.2s-15.2 30.9-4.4 44.5l27.6 34.5c7 8.8 4.7 21.8-5.1 27.5c-8.1 4.8-18.6 2.7-24.2-4.8L96 144.8zm64 448v32h128v-32h64v32h128v-32h32c13.3 0 24-10.7 24-24s-10.7-24-24-24H128c-13.3 0-24 10.7-24 24s10.7 24 24 24z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M96 32C96 14.3 81.7 0 64 0S32 14.3 32 32v181.9c0 14.2 5.1 27.9 14.3 38.7l85.3 99.4H128c-13.3 0-24 10.7-24 24s10.7 24 24 24h384c13.3 0 24-10.7 24-24s-10.7-24-24-24h-3.6l85.3-99.5c9.2-10.8 14.3-24.5 14.3-38.7V32c0-17.7-14.3-32-32-32s-32 14.3-32 32v112.8l-69.3 92.4c-5.7 7.6-16.1 9.6-24.2 4.8c-9.7-5.7-12.1-18.7-5.1-27.5L473 180c10.8-13.5 8.9-33.3-4.4-44.5s-33-9.8-44.5 3.2l-46.7 52.5C361 209.7 352 233.4 352 258.1V352h-64v-93.9c0-24.6-9-48.4-25.4-66.8l-46.7-52.5c-11.5-13-31.3-14.4-44.5-3.2s-15.2 30.9-4.4 44.5l27.6 34.5c7 8.8 4.7 21.8-5.1 27.5c-8.1 4.8-18.6 2.7-24.2-4.8L96 144.8zm64 448v32h128v-32h64v32h128v-32h32c13.3 0 24-10.7 24-24s-10.7-24-24-24H128c-13.3 0-24 10.7-24 24s10.7 24 24 24z"/></svg>
</template>

CSS

.icon-hands-bound {
  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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%2032C96%2014.3%2081.7%200%2064%200S32%2014.3%2032%2032v181.9c0%2014.2%205.1%2027.9%2014.3%2038.7l85.3%2099.4H128c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h384c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-3.6l85.3-99.5c9.2-10.8%2014.3-24.5%2014.3-38.7V32c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v112.8l-69.3%2092.4c-5.7%207.6-16.1%209.6-24.2%204.8c-9.7-5.7-12.1-18.7-5.1-27.5L473%20180c10.8-13.5%208.9-33.3-4.4-44.5s-33-9.8-44.5%203.2l-46.7%2052.5C361%20209.7%20352%20233.4%20352%20258.1V352h-64v-93.9c0-24.6-9-48.4-25.4-66.8l-46.7-52.5c-11.5-13-31.3-14.4-44.5-3.2s-15.2%2030.9-4.4%2044.5l27.6%2034.5c7%208.8%204.7%2021.8-5.1%2027.5c-8.1%204.8-18.6%202.7-24.2-4.8L96%20144.8zm64%20448v32h128v-32h64v32h128v-32h32c13.3%200%2024-10.7%2024-24s-10.7-24-24-24H128c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024z%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%2032C96%2014.3%2081.7%200%2064%200S32%2014.3%2032%2032v181.9c0%2014.2%205.1%2027.9%2014.3%2038.7l85.3%2099.4H128c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h384c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-3.6l85.3-99.5c9.2-10.8%2014.3-24.5%2014.3-38.7V32c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v112.8l-69.3%2092.4c-5.7%207.6-16.1%209.6-24.2%204.8c-9.7-5.7-12.1-18.7-5.1-27.5L473%20180c10.8-13.5%208.9-33.3-4.4-44.5s-33-9.8-44.5%203.2l-46.7%2052.5C361%20209.7%20352%20233.4%20352%20258.1V352h-64v-93.9c0-24.6-9-48.4-25.4-66.8l-46.7-52.5c-11.5-13-31.3-14.4-44.5-3.2s-15.2%2030.9-4.4%2044.5l27.6%2034.5c7%208.8%204.7%2021.8-5.1%2027.5c-8.1%204.8-18.6%202.7-24.2-4.8L96%20144.8zm64%20448v32h128v-32h64v32h128v-32h32c13.3%200%2024-10.7%2024-24s-10.7-24-24-24H128c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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