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

Name
handcuffs
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Use the handcuffs icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M352 32c0-17.7-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32m-128 96c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32m-40 32c-13.3 0-24 10.7-24 24v16c0 1 .1 1.9.2 2.9C85.5 229.2 32 300.4 32 384c0 106 86 192 192 192s192-86 192-192c0-83.7-53.5-154.8-128.2-181.1c.1-.9.2-1.9.2-2.9v-16c0-13.3-10.7-24-24-24zM96 384c0-70.7 57.3-128 128-128s128 57.3 128 128s-57.3 128-128 128S96 454.7 96 384m448 0c0 66.9-51.3 121.8-116.6 127.5c-14.3 22.8-32.4 43.1-53.4 59.9c13.5 3 27.6 4.6 42 4.6c106 0 192-86 192-192c0-83.7-53.5-154.8-128.2-181.1c.1-.9.2-1.9.2-2.9v-16c0-13.3-10.7-24-24-24h-80c-12.3 0-22.4 9.2-23.8 21.1c30.3 19.2 56.1 45 75.2 75.4C492.8 262.3 544 317.1 544 384M416 128c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidHandcuffs(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="M352 32c0-17.7-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32m-128 96c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32m-40 32c-13.3 0-24 10.7-24 24v16c0 1 .1 1.9.2 2.9C85.5 229.2 32 300.4 32 384c0 106 86 192 192 192s192-86 192-192c0-83.7-53.5-154.8-128.2-181.1c.1-.9.2-1.9.2-2.9v-16c0-13.3-10.7-24-24-24zM96 384c0-70.7 57.3-128 128-128s128 57.3 128 128s-57.3 128-128 128S96 454.7 96 384m448 0c0 66.9-51.3 121.8-116.6 127.5c-14.3 22.8-32.4 43.1-53.4 59.9c13.5 3 27.6 4.6 42 4.6c106 0 192-86 192-192c0-83.7-53.5-154.8-128.2-181.1c.1-.9.2-1.9.2-2.9v-16c0-13.3-10.7-24-24-24h-80c-12.3 0-22.4 9.2-23.8 21.1c30.3 19.2 56.1 45 75.2 75.4C492.8 262.3 544 317.1 544 384M416 128c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M352 32c0-17.7-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32m-128 96c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32m-40 32c-13.3 0-24 10.7-24 24v16c0 1 .1 1.9.2 2.9C85.5 229.2 32 300.4 32 384c0 106 86 192 192 192s192-86 192-192c0-83.7-53.5-154.8-128.2-181.1c.1-.9.2-1.9.2-2.9v-16c0-13.3-10.7-24-24-24zM96 384c0-70.7 57.3-128 128-128s128 57.3 128 128s-57.3 128-128 128S96 454.7 96 384m448 0c0 66.9-51.3 121.8-116.6 127.5c-14.3 22.8-32.4 43.1-53.4 59.9c13.5 3 27.6 4.6 42 4.6c106 0 192-86 192-192c0-83.7-53.5-154.8-128.2-181.1c.1-.9.2-1.9.2-2.9v-16c0-13.3-10.7-24-24-24h-80c-12.3 0-22.4 9.2-23.8 21.1c30.3 19.2 56.1 45 75.2 75.4C492.8 262.3 544 317.1 544 384M416 128c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32"/></svg>
</template>

CSS

.icon-handcuffs {
  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%22M352%2032c0-17.7-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032s32-14.3%2032-32m-128%2096c17.7%200%2032-14.3%2032-32s-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032m-40%2032c-13.3%200-24%2010.7-24%2024v16c0%201%20.1%201.9.2%202.9C85.5%20229.2%2032%20300.4%2032%20384c0%20106%2086%20192%20192%20192s192-86%20192-192c0-83.7-53.5-154.8-128.2-181.1c.1-.9.2-1.9.2-2.9v-16c0-13.3-10.7-24-24-24zM96%20384c0-70.7%2057.3-128%20128-128s128%2057.3%20128%20128s-57.3%20128-128%20128S96%20454.7%2096%20384m448%200c0%2066.9-51.3%20121.8-116.6%20127.5c-14.3%2022.8-32.4%2043.1-53.4%2059.9c13.5%203%2027.6%204.6%2042%204.6c106%200%20192-86%20192-192c0-83.7-53.5-154.8-128.2-181.1c.1-.9.2-1.9.2-2.9v-16c0-13.3-10.7-24-24-24h-80c-12.3%200-22.4%209.2-23.8%2021.1c30.3%2019.2%2056.1%2045%2075.2%2075.4C492.8%20262.3%20544%20317.1%20544%20384M416%20128c17.7%200%2032-14.3%2032-32s-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032%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%22M352%2032c0-17.7-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032s32-14.3%2032-32m-128%2096c17.7%200%2032-14.3%2032-32s-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032m-40%2032c-13.3%200-24%2010.7-24%2024v16c0%201%20.1%201.9.2%202.9C85.5%20229.2%2032%20300.4%2032%20384c0%20106%2086%20192%20192%20192s192-86%20192-192c0-83.7-53.5-154.8-128.2-181.1c.1-.9.2-1.9.2-2.9v-16c0-13.3-10.7-24-24-24zM96%20384c0-70.7%2057.3-128%20128-128s128%2057.3%20128%20128s-57.3%20128-128%20128S96%20454.7%2096%20384m448%200c0%2066.9-51.3%20121.8-116.6%20127.5c-14.3%2022.8-32.4%2043.1-53.4%2059.9c13.5%203%2027.6%204.6%2042%204.6c106%200%20192-86%20192-192c0-83.7-53.5-154.8-128.2-181.1c.1-.9.2-1.9.2-2.9v-16c0-13.3-10.7-24-24-24h-80c-12.3%200-22.4%209.2-23.8%2021.1c30.3%2019.2%2056.1%2045%2075.2%2075.4C492.8%20262.3%20544%20317.1%20544%20384M416%20128c17.7%200%2032-14.3%2032-32s-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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