handcuffs icon
handcuffs from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- handcuffs
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 640×512
- 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 512"><path fill="currentColor" d="M240 32a32 32 0 1 1 64 0a32 32 0 1 1-64 0m-48 16a32 32 0 1 1 0 64a32 32 0 1 1 0-64m-32 80c17.7 0 32 14.3 32 32h8c13.3 0 24 10.7 24 24v16c0 1.7-.2 3.4-.5 5.1C280.3 229.6 320 286.2 320 352c0 88.4-71.6 160-160 160S0 440.4 0 352c0-65.8 39.7-122.4 96.5-146.9c-.4-1.6-.5-3.3-.5-5.1v-16c0-13.3 10.7-24 24-24h8c0-17.7 14.3-32 32-32m0 320a96 96 0 1 0 0-192a96 96 0 1 0 0 192m192-96c0-25.9-5.1-50.5-14.4-73.1c16.9-32.9 44.8-59.1 78.9-73.9c-.4-1.6-.5-3.3-.5-5.1v-16c0-13.3 10.7-24 24-24h8c0-17.7 14.3-32 32-32s32 14.3 32 32h8c13.3 0 24 10.7 24 24v16c0 1.7-.2 3.4-.5 5.1c56.8 24.6 96.5 81.2 96.5 147c0 88.4-71.6 160-160 160c-62 0-115.8-35.3-142.4-86.9c9.3-22.5 14.4-47.2 14.4-73.1m224 0a96 96 0 1 0-192 0a96 96 0 1 0 192 0M368 0a32 32 0 1 1 0 64a32 32 0 1 1 0-64m80 48a32 32 0 1 1 0 64a32 32 0 1 1 0-64"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidHandcuffs(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="M240 32a32 32 0 1 1 64 0a32 32 0 1 1-64 0m-48 16a32 32 0 1 1 0 64a32 32 0 1 1 0-64m-32 80c17.7 0 32 14.3 32 32h8c13.3 0 24 10.7 24 24v16c0 1.7-.2 3.4-.5 5.1C280.3 229.6 320 286.2 320 352c0 88.4-71.6 160-160 160S0 440.4 0 352c0-65.8 39.7-122.4 96.5-146.9c-.4-1.6-.5-3.3-.5-5.1v-16c0-13.3 10.7-24 24-24h8c0-17.7 14.3-32 32-32m0 320a96 96 0 1 0 0-192a96 96 0 1 0 0 192m192-96c0-25.9-5.1-50.5-14.4-73.1c16.9-32.9 44.8-59.1 78.9-73.9c-.4-1.6-.5-3.3-.5-5.1v-16c0-13.3 10.7-24 24-24h8c0-17.7 14.3-32 32-32s32 14.3 32 32h8c13.3 0 24 10.7 24 24v16c0 1.7-.2 3.4-.5 5.1c56.8 24.6 96.5 81.2 96.5 147c0 88.4-71.6 160-160 160c-62 0-115.8-35.3-142.4-86.9c9.3-22.5 14.4-47.2 14.4-73.1m224 0a96 96 0 1 0-192 0a96 96 0 1 0 192 0M368 0a32 32 0 1 1 0 64a32 32 0 1 1 0-64m80 48a32 32 0 1 1 0 64a32 32 0 1 1 0-64"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M240 32a32 32 0 1 1 64 0a32 32 0 1 1-64 0m-48 16a32 32 0 1 1 0 64a32 32 0 1 1 0-64m-32 80c17.7 0 32 14.3 32 32h8c13.3 0 24 10.7 24 24v16c0 1.7-.2 3.4-.5 5.1C280.3 229.6 320 286.2 320 352c0 88.4-71.6 160-160 160S0 440.4 0 352c0-65.8 39.7-122.4 96.5-146.9c-.4-1.6-.5-3.3-.5-5.1v-16c0-13.3 10.7-24 24-24h8c0-17.7 14.3-32 32-32m0 320a96 96 0 1 0 0-192a96 96 0 1 0 0 192m192-96c0-25.9-5.1-50.5-14.4-73.1c16.9-32.9 44.8-59.1 78.9-73.9c-.4-1.6-.5-3.3-.5-5.1v-16c0-13.3 10.7-24 24-24h8c0-17.7 14.3-32 32-32s32 14.3 32 32h8c13.3 0 24 10.7 24 24v16c0 1.7-.2 3.4-.5 5.1c56.8 24.6 96.5 81.2 96.5 147c0 88.4-71.6 160-160 160c-62 0-115.8-35.3-142.4-86.9c9.3-22.5 14.4-47.2 14.4-73.1m224 0a96 96 0 1 0-192 0a96 96 0 1 0 192 0M368 0a32 32 0 1 1 0 64a32 32 0 1 1 0-64m80 48a32 32 0 1 1 0 64a32 32 0 1 1 0-64"/></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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M240%2032a32%2032%200%201%201%2064%200a32%2032%200%201%201-64%200m-48%2016a32%2032%200%201%201%200%2064a32%2032%200%201%201%200-64m-32%2080c17.7%200%2032%2014.3%2032%2032h8c13.3%200%2024%2010.7%2024%2024v16c0%201.7-.2%203.4-.5%205.1C280.3%20229.6%20320%20286.2%20320%20352c0%2088.4-71.6%20160-160%20160S0%20440.4%200%20352c0-65.8%2039.7-122.4%2096.5-146.9c-.4-1.6-.5-3.3-.5-5.1v-16c0-13.3%2010.7-24%2024-24h8c0-17.7%2014.3-32%2032-32m0%20320a96%2096%200%201%200%200-192a96%2096%200%201%200%200%20192m192-96c0-25.9-5.1-50.5-14.4-73.1c16.9-32.9%2044.8-59.1%2078.9-73.9c-.4-1.6-.5-3.3-.5-5.1v-16c0-13.3%2010.7-24%2024-24h8c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032h8c13.3%200%2024%2010.7%2024%2024v16c0%201.7-.2%203.4-.5%205.1c56.8%2024.6%2096.5%2081.2%2096.5%20147c0%2088.4-71.6%20160-160%20160c-62%200-115.8-35.3-142.4-86.9c9.3-22.5%2014.4-47.2%2014.4-73.1m224%200a96%2096%200%201%200-192%200a96%2096%200%201%200%20192%200M368%200a32%2032%200%201%201%200%2064a32%2032%200%201%201%200-64m80%2048a32%2032%200%201%201%200%2064a32%2032%200%201%201%200-64%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%22M240%2032a32%2032%200%201%201%2064%200a32%2032%200%201%201-64%200m-48%2016a32%2032%200%201%201%200%2064a32%2032%200%201%201%200-64m-32%2080c17.7%200%2032%2014.3%2032%2032h8c13.3%200%2024%2010.7%2024%2024v16c0%201.7-.2%203.4-.5%205.1C280.3%20229.6%20320%20286.2%20320%20352c0%2088.4-71.6%20160-160%20160S0%20440.4%200%20352c0-65.8%2039.7-122.4%2096.5-146.9c-.4-1.6-.5-3.3-.5-5.1v-16c0-13.3%2010.7-24%2024-24h8c0-17.7%2014.3-32%2032-32m0%20320a96%2096%200%201%200%200-192a96%2096%200%201%200%200%20192m192-96c0-25.9-5.1-50.5-14.4-73.1c16.9-32.9%2044.8-59.1%2078.9-73.9c-.4-1.6-.5-3.3-.5-5.1v-16c0-13.3%2010.7-24%2024-24h8c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032h8c13.3%200%2024%2010.7%2024%2024v16c0%201.7-.2%203.4-.5%205.1c56.8%2024.6%2096.5%2081.2%2096.5%20147c0%2088.4-71.6%20160-160%20160c-62%200-115.8-35.3-142.4-86.9c9.3-22.5%2014.4-47.2%2014.4-73.1m224%200a96%2096%200%201%200-192%200a96%2096%200%201%200%20192%200M368%200a32%2032%200%201%201%200%2064a32%2032%200%201%201%200-64m80%2048a32%2032%200%201%201%200%2064a32%2032%200%201%201%200-64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/handcuffs.svg?color=%231a73e8&size=48