handcuffs icon
handcuffs from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- handcuffs
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
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 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2 14.167C2 17.389 4.686 20 8 20s6-2.611 6-5.833c0-1.98-1.014-3.729-2.565-4.783c-.309-.21-.435-.386-.435-.772c0-.803 0-1.204-.133-1.522C10.415 6.01 9.34 6 8.314 6h-.628c-1.026 0-2.1.01-2.553 1.09C5 7.408 5 7.81 5 8.612c0 .368-.116.555-.435.772C3.014 10.438 2 12.187 2 14.167"/><path d="M14.51 8.066c.374-.064.779-.066 1.177-.066h.628c1.026 0 2.1.01 2.553 1.09c.133.317.133.719.133 1.522c0 .386.126.561.435.772c1.55 1.054 2.565 2.803 2.565 4.783C22 19.388 19.315 22 16 22a6.1 6.1 0 0 1-2.76-.653"/><circle cx="8" cy="14" r="2"/><path d="M16.115 17.997a2 2 0 0 0 .884-3.73M16 9V6.933c0-1.651 0-2.477-.424-3.074c-.423-.598-1.15-.798-2.606-1.199l-.12-.033c-2.173-.598-3.26-.897-4.01-.308a2 2 0 0 0-.138.119C8 3.097 8 4.33 8 6.798"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsHandcuffs(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M2 14.167C2 17.389 4.686 20 8 20s6-2.611 6-5.833c0-1.98-1.014-3.729-2.565-4.783c-.309-.21-.435-.386-.435-.772c0-.803 0-1.204-.133-1.522C10.415 6.01 9.34 6 8.314 6h-.628c-1.026 0-2.1.01-2.553 1.09C5 7.408 5 7.81 5 8.612c0 .368-.116.555-.435.772C3.014 10.438 2 12.187 2 14.167"/><path d="M14.51 8.066c.374-.064.779-.066 1.177-.066h.628c1.026 0 2.1.01 2.553 1.09c.133.317.133.719.133 1.522c0 .386.126.561.435.772c1.55 1.054 2.565 2.803 2.565 4.783C22 19.388 19.315 22 16 22a6.1 6.1 0 0 1-2.76-.653"/><circle cx="8" cy="14" r="2"/><path d="M16.115 17.997a2 2 0 0 0 .884-3.73M16 9V6.933c0-1.651 0-2.477-.424-3.074c-.423-.598-1.15-.798-2.606-1.199l-.12-.033c-2.173-.598-3.26-.897-4.01-.308a2 2 0 0 0-.138.119C8 3.097 8 4.33 8 6.798"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2 14.167C2 17.389 4.686 20 8 20s6-2.611 6-5.833c0-1.98-1.014-3.729-2.565-4.783c-.309-.21-.435-.386-.435-.772c0-.803 0-1.204-.133-1.522C10.415 6.01 9.34 6 8.314 6h-.628c-1.026 0-2.1.01-2.553 1.09C5 7.408 5 7.81 5 8.612c0 .368-.116.555-.435.772C3.014 10.438 2 12.187 2 14.167"/><path d="M14.51 8.066c.374-.064.779-.066 1.177-.066h.628c1.026 0 2.1.01 2.553 1.09c.133.317.133.719.133 1.522c0 .386.126.561.435.772c1.55 1.054 2.565 2.803 2.565 4.783C22 19.388 19.315 22 16 22a6.1 6.1 0 0 1-2.76-.653"/><circle cx="8" cy="14" r="2"/><path d="M16.115 17.997a2 2 0 0 0 .884-3.73M16 9V6.933c0-1.651 0-2.477-.424-3.074c-.423-.598-1.15-.798-2.606-1.199l-.12-.033c-2.173-.598-3.26-.897-4.01-.308a2 2 0 0 0-.138.119C8 3.097 8 4.33 8 6.798"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2014.167C2%2017.389%204.686%2020%208%2020s6-2.611%206-5.833c0-1.98-1.014-3.729-2.565-4.783c-.309-.21-.435-.386-.435-.772c0-.803%200-1.204-.133-1.522C10.415%206.01%209.34%206%208.314%206h-.628c-1.026%200-2.1.01-2.553%201.09C5%207.408%205%207.81%205%208.612c0%20.368-.116.555-.435.772C3.014%2010.438%202%2012.187%202%2014.167%22%2F%3E%3Cpath%20d%3D%22M14.51%208.066c.374-.064.779-.066%201.177-.066h.628c1.026%200%202.1.01%202.553%201.09c.133.317.133.719.133%201.522c0%20.386.126.561.435.772c1.55%201.054%202.565%202.803%202.565%204.783C22%2019.388%2019.315%2022%2016%2022a6.1%206.1%200%200%201-2.76-.653%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%2214%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22M16.115%2017.997a2%202%200%200%200%20.884-3.73M16%209V6.933c0-1.651%200-2.477-.424-3.074c-.423-.598-1.15-.798-2.606-1.199l-.12-.033c-2.173-.598-3.26-.897-4.01-.308a2%202%200%200%200-.138.119C8%203.097%208%204.33%208%206.798%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2014.167C2%2017.389%204.686%2020%208%2020s6-2.611%206-5.833c0-1.98-1.014-3.729-2.565-4.783c-.309-.21-.435-.386-.435-.772c0-.803%200-1.204-.133-1.522C10.415%206.01%209.34%206%208.314%206h-.628c-1.026%200-2.1.01-2.553%201.09C5%207.408%205%207.81%205%208.612c0%20.368-.116.555-.435.772C3.014%2010.438%202%2012.187%202%2014.167%22%2F%3E%3Cpath%20d%3D%22M14.51%208.066c.374-.064.779-.066%201.177-.066h.628c1.026%200%202.1.01%202.553%201.09c.133.317.133.719.133%201.522c0%20.386.126.561.435.772c1.55%201.054%202.565%202.803%202.565%204.783C22%2019.388%2019.315%2022%2016%2022a6.1%206.1%200%200%201-2.76-.653%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%2214%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22M16.115%2017.997a2%202%200%200%200%20.884-3.73M16%209V6.933c0-1.651%200-2.477-.424-3.074c-.423-.598-1.15-.798-2.606-1.199l-.12-.033c-2.173-.598-3.26-.897-4.01-.308a2%202%200%200%200-.138.119C8%203.097%208%204.33%208%206.798%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/handcuffs.svg?color=%231a73e8&size=48