prisoner icon
prisoner from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- prisoner
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the prisoner 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-width="1.5"><path d="M18 7c-1.671-.628-3.749-1-6-1s-4.329.372-6 1m1 0v1.725c0 1.793.921 3.455 2.428 4.378l.514.315a3.93 3.93 0 0 0 4.116 0l.515-.315A5.13 5.13 0 0 0 17 8.725V7"/><path d="M7 8V5.956c0-1.345.921-2.591 2.428-3.283l.514-.236c1.267-.582 2.85-.582 4.116 0l.515.236C16.078 3.365 17 4.61 17 5.956V8"/><path stroke-linejoin="round" d="m15 13l1 3m0 0l-1.369 1.195c-1.254 1.096-1.88 1.643-2.631 1.643s-1.377-.547-2.631-1.643L8 16m8 0l1.734.578c.998.333 1.497.5 1.94.756a5 5 0 0 1 1.167.936C21.188 18.647 22 20 22 22M9 13l-1 3m0 0l-1.734.578c-.998.333-1.497.5-1.94.756a5 5 0 0 0-1.167.936C2.812 18.647 2 20 2 22"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPrisoner(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" strokeWidth="1.5"><path d="M18 7c-1.671-.628-3.749-1-6-1s-4.329.372-6 1m1 0v1.725c0 1.793.921 3.455 2.428 4.378l.514.315a3.93 3.93 0 0 0 4.116 0l.515-.315A5.13 5.13 0 0 0 17 8.725V7"/><path d="M7 8V5.956c0-1.345.921-2.591 2.428-3.283l.514-.236c1.267-.582 2.85-.582 4.116 0l.515.236C16.078 3.365 17 4.61 17 5.956V8"/><path strokeLinejoin="round" d="m15 13l1 3m0 0l-1.369 1.195c-1.254 1.096-1.88 1.643-2.631 1.643s-1.377-.547-2.631-1.643L8 16m8 0l1.734.578c.998.333 1.497.5 1.94.756a5 5 0 0 1 1.167.936C21.188 18.647 22 20 22 22M9 13l-1 3m0 0l-1.734.578c-.998.333-1.497.5-1.94.756a5 5 0 0 0-1.167.936C2.812 18.647 2 20 2 22"/></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-width="1.5"><path d="M18 7c-1.671-.628-3.749-1-6-1s-4.329.372-6 1m1 0v1.725c0 1.793.921 3.455 2.428 4.378l.514.315a3.93 3.93 0 0 0 4.116 0l.515-.315A5.13 5.13 0 0 0 17 8.725V7"/><path d="M7 8V5.956c0-1.345.921-2.591 2.428-3.283l.514-.236c1.267-.582 2.85-.582 4.116 0l.515.236C16.078 3.365 17 4.61 17 5.956V8"/><path stroke-linejoin="round" d="m15 13l1 3m0 0l-1.369 1.195c-1.254 1.096-1.88 1.643-2.631 1.643s-1.377-.547-2.631-1.643L8 16m8 0l1.734.578c.998.333 1.497.5 1.94.756a5 5 0 0 1 1.167.936C21.188 18.647 22 20 22 22M9 13l-1 3m0 0l-1.734.578c-.998.333-1.497.5-1.94.756a5 5 0 0 0-1.167.936C2.812 18.647 2 20 2 22"/></g></svg> </template>
CSS
.icon-prisoner {
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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18%207c-1.671-.628-3.749-1-6-1s-4.329.372-6%201m1%200v1.725c0%201.793.921%203.455%202.428%204.378l.514.315a3.93%203.93%200%200%200%204.116%200l.515-.315A5.13%205.13%200%200%200%2017%208.725V7%22%2F%3E%3Cpath%20d%3D%22M7%208V5.956c0-1.345.921-2.591%202.428-3.283l.514-.236c1.267-.582%202.85-.582%204.116%200l.515.236C16.078%203.365%2017%204.61%2017%205.956V8%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m15%2013l1%203m0%200l-1.369%201.195c-1.254%201.096-1.88%201.643-2.631%201.643s-1.377-.547-2.631-1.643L8%2016m8%200l1.734.578c.998.333%201.497.5%201.94.756a5%205%200%200%201%201.167.936C21.188%2018.647%2022%2020%2022%2022M9%2013l-1%203m0%200l-1.734.578c-.998.333-1.497.5-1.94.756a5%205%200%200%200-1.167.936C2.812%2018.647%202%2020%202%2022%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18%207c-1.671-.628-3.749-1-6-1s-4.329.372-6%201m1%200v1.725c0%201.793.921%203.455%202.428%204.378l.514.315a3.93%203.93%200%200%200%204.116%200l.515-.315A5.13%205.13%200%200%200%2017%208.725V7%22%2F%3E%3Cpath%20d%3D%22M7%208V5.956c0-1.345.921-2.591%202.428-3.283l.514-.236c1.267-.582%202.85-.582%204.116%200l.515.236C16.078%203.365%2017%204.61%2017%205.956V8%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m15%2013l1%203m0%200l-1.369%201.195c-1.254%201.096-1.88%201.643-2.631%201.643s-1.377-.547-2.631-1.643L8%2016m8%200l1.734.578c.998.333%201.497.5%201.94.756a5%205%200%200%201%201.167.936C21.188%2018.647%2022%2020%2022%2022M9%2013l-1%203m0%200l-1.734.578c-.998.333-1.497.5-1.94.756a5%205%200%200%200-1.167.936C2.812%2018.647%202%2020%202%2022%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/prisoner.svg?color=%231a73e8&size=48