hands bound icon
hands-bound from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- hands-bound
- 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 bound icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M96 96c0-17.7-14.3-32-32-32S32 78.3 32 96v181.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.7V96c0-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 244c10.8-13.5 8.9-33.3-4.4-44.5s-33-9.8-44.5 3.2l-46.7 52.5C361 273.7 352 297.4 352 322.1V416h-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.8-4.4 44.4l27.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 208.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 Fa7SolidHandsBound(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="M96 96c0-17.7-14.3-32-32-32S32 78.3 32 96v181.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.7V96c0-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 244c10.8-13.5 8.9-33.3-4.4-44.5s-33-9.8-44.5 3.2l-46.7 52.5C361 273.7 352 297.4 352 322.1V416h-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.8-4.4 44.4l27.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 208.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 640"><path fill="currentColor" d="M96 96c0-17.7-14.3-32-32-32S32 78.3 32 96v181.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.7V96c0-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 244c10.8-13.5 8.9-33.3-4.4-44.5s-33-9.8-44.5 3.2l-46.7 52.5C361 273.7 352 297.4 352 322.1V416h-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.8-4.4 44.4l27.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 208.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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%2096c0-17.7-14.3-32-32-32S32%2078.3%2032%2096v181.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.7V96c0-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%20244c10.8-13.5%208.9-33.3-4.4-44.5s-33-9.8-44.5%203.2l-46.7%2052.5C361%20273.7%20352%20297.4%20352%20322.1V416h-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.8-4.4%2044.4l27.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%20208.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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%2096c0-17.7-14.3-32-32-32S32%2078.3%2032%2096v181.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.7V96c0-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%20244c10.8-13.5%208.9-33.3-4.4-44.5s-33-9.8-44.5%203.2l-46.7%2052.5C361%20273.7%20352%20297.4%20352%20322.1V416h-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.8-4.4%2044.4l27.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%20208.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/fa7-solid/hands-bound.svg?color=%231a73e8&size=48