prison guard icon

prison-guard from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
prison-guard
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the prison guard 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 8c-1.671-.628-3.749-1-6-1s-4.329.372-6 1"/><path d="m6.97 8l-.73-1.413c-.578-1.12-.868-1.68-.686-2.176c.183-.495.744-.673 1.865-1.027l3.97-1.255c.272-.086.408-.129.547-.129s.274.043.545.129l4.238 1.34c1.01.319 1.516.478 1.708.927c.193.448-.014.983-.428 2.051L17.398 8M7 8v1.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 9.725V8"/><path stroke-linejoin="round" d="m15 14l1 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 17m8 0l1.734.578c.998.333 1.497.5 1.94.756a5 5 0 0 1 1.167.936C21.188 19.647 22 21 22 22M9 14l-1 3m0 0l-1.734.578c-.998.333-1.497.5-1.94.756a5 5 0 0 0-1.167.936C2.812 19.647 2 21 2 22"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPrisonGuard(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 8c-1.671-.628-3.749-1-6-1s-4.329.372-6 1"/><path d="m6.97 8l-.73-1.413c-.578-1.12-.868-1.68-.686-2.176c.183-.495.744-.673 1.865-1.027l3.97-1.255c.272-.086.408-.129.547-.129s.274.043.545.129l4.238 1.34c1.01.319 1.516.478 1.708.927c.193.448-.014.983-.428 2.051L17.398 8M7 8v1.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 9.725V8"/><path strokeLinejoin="round" d="m15 14l1 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 17m8 0l1.734.578c.998.333 1.497.5 1.94.756a5 5 0 0 1 1.167.936C21.188 19.647 22 21 22 22M9 14l-1 3m0 0l-1.734.578c-.998.333-1.497.5-1.94.756a5 5 0 0 0-1.167.936C2.812 19.647 2 21 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 8c-1.671-.628-3.749-1-6-1s-4.329.372-6 1"/><path d="m6.97 8l-.73-1.413c-.578-1.12-.868-1.68-.686-2.176c.183-.495.744-.673 1.865-1.027l3.97-1.255c.272-.086.408-.129.547-.129s.274.043.545.129l4.238 1.34c1.01.319 1.516.478 1.708.927c.193.448-.014.983-.428 2.051L17.398 8M7 8v1.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 9.725V8"/><path stroke-linejoin="round" d="m15 14l1 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 17m8 0l1.734.578c.998.333 1.497.5 1.94.756a5 5 0 0 1 1.167.936C21.188 19.647 22 21 22 22M9 14l-1 3m0 0l-1.734.578c-.998.333-1.497.5-1.94.756a5 5 0 0 0-1.167.936C2.812 19.647 2 21 2 22"/></g></svg>
</template>

CSS

.icon-prison-guard {
  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%208c-1.671-.628-3.749-1-6-1s-4.329.372-6%201%22%2F%3E%3Cpath%20d%3D%22m6.97%208l-.73-1.413c-.578-1.12-.868-1.68-.686-2.176c.183-.495.744-.673%201.865-1.027l3.97-1.255c.272-.086.408-.129.547-.129s.274.043.545.129l4.238%201.34c1.01.319%201.516.478%201.708.927c.193.448-.014.983-.428%202.051L17.398%208M7%208v1.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%209.725V8%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m15%2014l1%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%2017m8%200l1.734.578c.998.333%201.497.5%201.94.756a5%205%200%200%201%201.167.936C21.188%2019.647%2022%2021%2022%2022M9%2014l-1%203m0%200l-1.734.578c-.998.333-1.497.5-1.94.756a5%205%200%200%200-1.167.936C2.812%2019.647%202%2021%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%208c-1.671-.628-3.749-1-6-1s-4.329.372-6%201%22%2F%3E%3Cpath%20d%3D%22m6.97%208l-.73-1.413c-.578-1.12-.868-1.68-.686-2.176c.183-.495.744-.673%201.865-1.027l3.97-1.255c.272-.086.408-.129.547-.129s.274.043.545.129l4.238%201.34c1.01.319%201.516.478%201.708.927c.193.448-.014.983-.428%202.051L17.398%208M7%208v1.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%209.725V8%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m15%2014l1%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%2017m8%200l1.734.578c.998.333%201.497.5%201.94.756a5%205%200%200%201%201.167.936C21.188%2019.647%2022%2021%2022%2022M9%2014l-1%203m0%200l-1.734.578c-.998.333-1.497.5-1.94.756a5%205%200%200%200-1.167.936C2.812%2019.647%202%2021%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/prison-guard.svg?color=%231a73e8&size=48