prisoner negative icon
prisoner-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- prisoner-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the prisoner negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsPrisonerNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm42 40v-3.96c0-4.398-10.924-7.17-18.53-7.035C16.259 29.132 6 31.642 6 36.04V42h36zm-2-2v2H8v-2zm-2.05-4H9.966c.735-.419 1.649-.82 2.717-1.188c3.235-1.114 7.39-1.747 10.824-1.808c3.59-.063 7.995.566 11.45 1.716c1.177.392 2.187.827 2.995 1.28M33 8a1 1 0 0 0-1-1c-.823 0-1.838-.186-3.085-.415l-.374-.069C27.171 6.266 25.601 6 24 6c-1.547 0-3.085.267-4.446.516l-.253.047C18.006 6.8 16.918 7 16 7a1 1 0 0 0-1 1v10a9 9 0 1 0 18 0zm-9 17a7 7 0 0 0 7-7v-2.163c-.759-.071-1.578-.205-2.396-.34l-.403-.066C26.831 15.21 25.412 15 24 15c-1.355 0-2.736.209-4.106.431l-.308.05c-.872.143-1.755.288-2.586.36V18a7 7 0 0 0 7 7m4.898-11.481c.786.128 1.484.242 2.102.308v-1.371c-.759-.071-1.578-.205-2.396-.34l-.403-.065c-1.37-.223-2.789-.432-4.201-.432c-1.355 0-2.736.209-4.106.431l-.308.05c-.872.143-1.755.288-2.586.36v1.373c.692-.069 1.461-.194 2.316-.334l.257-.042C20.935 13.236 22.463 13 24 13c1.59 0 3.151.235 4.522.457z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPrisonerNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsPrisonerNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsPrisonerNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm42 40v-3.96c0-4.398-10.924-7.17-18.53-7.035C16.259 29.132 6 31.642 6 36.04V42h36zm-2-2v2H8v-2zm-2.05-4H9.966c.735-.419 1.649-.82 2.717-1.188c3.235-1.114 7.39-1.747 10.824-1.808c3.59-.063 7.995.566 11.45 1.716c1.177.392 2.187.827 2.995 1.28M33 8a1 1 0 0 0-1-1c-.823 0-1.838-.186-3.085-.415l-.374-.069C27.171 6.266 25.601 6 24 6c-1.547 0-3.085.267-4.446.516l-.253.047C18.006 6.8 16.918 7 16 7a1 1 0 0 0-1 1v10a9 9 0 1 0 18 0zm-9 17a7 7 0 0 0 7-7v-2.163c-.759-.071-1.578-.205-2.396-.34l-.403-.066C26.831 15.21 25.412 15 24 15c-1.355 0-2.736.209-4.106.431l-.308.05c-.872.143-1.755.288-2.586.36V18a7 7 0 0 0 7 7m4.898-11.481c.786.128 1.484.242 2.102.308v-1.371c-.759-.071-1.578-.205-2.396-.34l-.403-.065c-1.37-.223-2.789-.432-4.201-.432c-1.355 0-2.736.209-4.106.431l-.308.05c-.872.143-1.755.288-2.586.36v1.373c.692-.069 1.461-.194 2.316-.334l.257-.042C20.935 13.236 22.463 13 24 13c1.59 0 3.151.235 4.522.457z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsPrisonerNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsPrisonerNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm42 40v-3.96c0-4.398-10.924-7.17-18.53-7.035C16.259 29.132 6 31.642 6 36.04V42h36zm-2-2v2H8v-2zm-2.05-4H9.966c.735-.419 1.649-.82 2.717-1.188c3.235-1.114 7.39-1.747 10.824-1.808c3.59-.063 7.995.566 11.45 1.716c1.177.392 2.187.827 2.995 1.28M33 8a1 1 0 0 0-1-1c-.823 0-1.838-.186-3.085-.415l-.374-.069C27.171 6.266 25.601 6 24 6c-1.547 0-3.085.267-4.446.516l-.253.047C18.006 6.8 16.918 7 16 7a1 1 0 0 0-1 1v10a9 9 0 1 0 18 0zm-9 17a7 7 0 0 0 7-7v-2.163c-.759-.071-1.578-.205-2.396-.34l-.403-.066C26.831 15.21 25.412 15 24 15c-1.355 0-2.736.209-4.106.431l-.308.05c-.872.143-1.755.288-2.586.36V18a7 7 0 0 0 7 7m4.898-11.481c.786.128 1.484.242 2.102.308v-1.371c-.759-.071-1.578-.205-2.396-.34l-.403-.065c-1.37-.223-2.789-.432-4.201-.432c-1.355 0-2.736.209-4.106.431l-.308.05c-.872.143-1.755.288-2.586.36v1.373c.692-.069 1.461-.194 2.316-.334l.257-.042C20.935 13.236 22.463 13 24 13c1.59 0 3.151.235 4.522.457z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPrisonerNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-prisoner-negative {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsPrisonerNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm42%2040v-3.96c0-4.398-10.924-7.17-18.53-7.035C16.259%2029.132%206%2031.642%206%2036.04V42h36zm-2-2v2H8v-2zm-2.05-4H9.966c.735-.419%201.649-.82%202.717-1.188c3.235-1.114%207.39-1.747%2010.824-1.808c3.59-.063%207.995.566%2011.45%201.716c1.177.392%202.187.827%202.995%201.28M33%208a1%201%200%200%200-1-1c-.823%200-1.838-.186-3.085-.415l-.374-.069C27.171%206.266%2025.601%206%2024%206c-1.547%200-3.085.267-4.446.516l-.253.047C18.006%206.8%2016.918%207%2016%207a1%201%200%200%200-1%201v10a9%209%200%201%200%2018%200zm-9%2017a7%207%200%200%200%207-7v-2.163c-.759-.071-1.578-.205-2.396-.34l-.403-.066C26.831%2015.21%2025.412%2015%2024%2015c-1.355%200-2.736.209-4.106.431l-.308.05c-.872.143-1.755.288-2.586.36V18a7%207%200%200%200%207%207m4.898-11.481c.786.128%201.484.242%202.102.308v-1.371c-.759-.071-1.578-.205-2.396-.34l-.403-.065c-1.37-.223-2.789-.432-4.201-.432c-1.355%200-2.736.209-4.106.431l-.308.05c-.872.143-1.755.288-2.586.36v1.373c.692-.069%201.461-.194%202.316-.334l.257-.042C20.935%2013.236%2022.463%2013%2024%2013c1.59%200%203.151.235%204.522.457z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPrisonerNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsPrisonerNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm42%2040v-3.96c0-4.398-10.924-7.17-18.53-7.035C16.259%2029.132%206%2031.642%206%2036.04V42h36zm-2-2v2H8v-2zm-2.05-4H9.966c.735-.419%201.649-.82%202.717-1.188c3.235-1.114%207.39-1.747%2010.824-1.808c3.59-.063%207.995.566%2011.45%201.716c1.177.392%202.187.827%202.995%201.28M33%208a1%201%200%200%200-1-1c-.823%200-1.838-.186-3.085-.415l-.374-.069C27.171%206.266%2025.601%206%2024%206c-1.547%200-3.085.267-4.446.516l-.253.047C18.006%206.8%2016.918%207%2016%207a1%201%200%200%200-1%201v10a9%209%200%201%200%2018%200zm-9%2017a7%207%200%200%200%207-7v-2.163c-.759-.071-1.578-.205-2.396-.34l-.403-.066C26.831%2015.21%2025.412%2015%2024%2015c-1.355%200-2.736.209-4.106.431l-.308.05c-.872.143-1.755.288-2.586.36V18a7%207%200%200%200%207%207m4.898-11.481c.786.128%201.484.242%202.102.308v-1.371c-.759-.071-1.578-.205-2.396-.34l-.403-.065c-1.37-.223-2.789-.432-4.201-.432c-1.355%200-2.736.209-4.106.431l-.308.05c-.872.143-1.755.288-2.586.36v1.373c.692-.069%201.461-.194%202.316-.334l.257-.042C20.935%2013.236%2022.463%2013%2024%2013c1.59%200%203.151.235%204.522.457z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPrisonerNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/prisoner-negative.svg?color=%231a73e8&size=48