ppe gown icon
ppe-gown-outline from Health Icons by Resolve to Save Lives · Outline · Ppe · MIT Free for personal and commercial use.
- Name
- ppe-gown-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Ppe
- Viewbox
- 48×48
- License
- MIT
- Aliases
- ppe-gown2x-outline
1 other variant in Health Icons
More ppe icons from Health Icons
disinfecting-wipeshand-wipe-paperppe-apronppe-face-maskppe-face-shieldppe-face-shield-altppe-glovesppe-gogglesppe-maskppe-mask-n95ppe-sanitizerppe-suitrespiratorppe-santizer-altppe-apron-negativeppe-face-mask-negativeppe-face-shield-alt-negativeppe-face-shield-negativeppe-gloves-negativeppe-goggles-negativeppe-gown-negativeppe-mask-n95-negativeppe-mask-negativeppe-sanitizer-negative
Use the ppe gown icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M12.66 8.526A5 5 0 0 1 17.637 4H21a3 3 0 1 0 6 0h3.363a5 5 0 0 1 4.977 4.526l1.447 15.19A3 3 0 0 1 35 26.75V30a1 1 0 0 1-1 1h-2v12a1 1 0 0 1-1 1H17a1 1 0 0 1-1-1V31h-2a1 1 0 0 1-1-1v-3.249a3 3 0 0 1-1.787-3.035zM30 30v-3H18v15h12zm2-3v2h1v-2zm0-2V11h-2v14H18V11h-2v14h-1.8a1 1 0 0 1-.996-1.095l1.447-15.19A3 3 0 0 1 17.637 6h1.779a5.001 5.001 0 0 0 9.168 0h1.779a3 3 0 0 1 2.986 2.716l1.447 15.19A1 1 0 0 1 33.801 25zm-16 2v2h-1v-2z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsPpeGownOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M12.66 8.526A5 5 0 0 1 17.637 4H21a3 3 0 1 0 6 0h3.363a5 5 0 0 1 4.977 4.526l1.447 15.19A3 3 0 0 1 35 26.75V30a1 1 0 0 1-1 1h-2v12a1 1 0 0 1-1 1H17a1 1 0 0 1-1-1V31h-2a1 1 0 0 1-1-1v-3.249a3 3 0 0 1-1.787-3.035zM30 30v-3H18v15h12zm2-3v2h1v-2zm0-2V11h-2v14H18V11h-2v14h-1.8a1 1 0 0 1-.996-1.095l1.447-15.19A3 3 0 0 1 17.637 6h1.779a5.001 5.001 0 0 0 9.168 0h1.779a3 3 0 0 1 2.986 2.716l1.447 15.19A1 1 0 0 1 33.801 25zm-16 2v2h-1v-2z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M12.66 8.526A5 5 0 0 1 17.637 4H21a3 3 0 1 0 6 0h3.363a5 5 0 0 1 4.977 4.526l1.447 15.19A3 3 0 0 1 35 26.75V30a1 1 0 0 1-1 1h-2v12a1 1 0 0 1-1 1H17a1 1 0 0 1-1-1V31h-2a1 1 0 0 1-1-1v-3.249a3 3 0 0 1-1.787-3.035zM30 30v-3H18v15h12zm2-3v2h1v-2zm0-2V11h-2v14H18V11h-2v14h-1.8a1 1 0 0 1-.996-1.095l1.447-15.19A3 3 0 0 1 17.637 6h1.779a5.001 5.001 0 0 0 9.168 0h1.779a3 3 0 0 1 2.986 2.716l1.447 15.19A1 1 0 0 1 33.801 25zm-16 2v2h-1v-2z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-ppe-gown-outline {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.66%208.526A5%205%200%200%201%2017.637%204H21a3%203%200%201%200%206%200h3.363a5%205%200%200%201%204.977%204.526l1.447%2015.19A3%203%200%200%201%2035%2026.75V30a1%201%200%200%201-1%201h-2v12a1%201%200%200%201-1%201H17a1%201%200%200%201-1-1V31h-2a1%201%200%200%201-1-1v-3.249a3%203%200%200%201-1.787-3.035zM30%2030v-3H18v15h12zm2-3v2h1v-2zm0-2V11h-2v14H18V11h-2v14h-1.8a1%201%200%200%201-.996-1.095l1.447-15.19A3%203%200%200%201%2017.637%206h1.779a5.001%205.001%200%200%200%209.168%200h1.779a3%203%200%200%201%202.986%202.716l1.447%2015.19A1%201%200%200%201%2033.801%2025zm-16%202v2h-1v-2z%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.66%208.526A5%205%200%200%201%2017.637%204H21a3%203%200%201%200%206%200h3.363a5%205%200%200%201%204.977%204.526l1.447%2015.19A3%203%200%200%201%2035%2026.75V30a1%201%200%200%201-1%201h-2v12a1%201%200%200%201-1%201H17a1%201%200%200%201-1-1V31h-2a1%201%200%200%201-1-1v-3.249a3%203%200%200%201-1.787-3.035zM30%2030v-3H18v15h12zm2-3v2h1v-2zm0-2V11h-2v14H18V11h-2v14h-1.8a1%201%200%200%201-.996-1.095l1.447-15.19A3%203%200%200%201%2017.637%206h1.779a5.001%205.001%200%200%200%209.168%200h1.779a3%203%200%200%201%202.986%202.716l1.447%2015.19A1%201%200%200%201%2033.801%2025zm-16%202v2h-1v-2z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/ppe-gown-outline.svg?color=%231a73e8&size=48