ppe apron icon
ppe-apron-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Ppe · MIT Free for personal and commercial use.
- Name
- ppe-apron-outline-24px
- Set
- Health Icons
- Style
- Outline 24px
- Category
- Ppe
- Viewbox
- 24×24
- License
- MIT
3 other variants in Health Icons
More ppe icons from Health Icons
disinfecting-wipeshand-wipe-paperppe-face-maskppe-face-shieldppe-face-shield-altppe-glovesppe-gogglesppe-gownppe-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 apron icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M16.5 21s-1.687 1-4.5 1s-4.5-1-4.5-1v-6.03A4 4 0 0 1 4 11V6a4 4 0 0 1 4-4h1.875c0 1.105.951 2 2.125 2s2.125-.895 2.125-2H16q.063 0 .125.002A4 4 0 0 1 20 6v5a4 4 0 0 1-3.5 3.97zM18 11c0 .931-.638 1.716-1.5 1.937V8h-2v3h-5V8h-2v4.937A2 2 0 0 1 6 11V6a2 2 0 0 1 2-2h.422C9.154 5.225 10.53 6 12 6s2.846-.775 3.578-2H16a2 2 0 0 1 2 2zm-8.5 2h5v6.655c-.6.177-1.448.345-2.5.345s-1.9-.168-2.5-.345z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsPpeApronOutline24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M16.5 21s-1.687 1-4.5 1s-4.5-1-4.5-1v-6.03A4 4 0 0 1 4 11V6a4 4 0 0 1 4-4h1.875c0 1.105.951 2 2.125 2s2.125-.895 2.125-2H16q.063 0 .125.002A4 4 0 0 1 20 6v5a4 4 0 0 1-3.5 3.97zM18 11c0 .931-.638 1.716-1.5 1.937V8h-2v3h-5V8h-2v4.937A2 2 0 0 1 6 11V6a2 2 0 0 1 2-2h.422C9.154 5.225 10.53 6 12 6s2.846-.775 3.578-2H16a2 2 0 0 1 2 2zm-8.5 2h5v6.655c-.6.177-1.448.345-2.5.345s-1.9-.168-2.5-.345z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M16.5 21s-1.687 1-4.5 1s-4.5-1-4.5-1v-6.03A4 4 0 0 1 4 11V6a4 4 0 0 1 4-4h1.875c0 1.105.951 2 2.125 2s2.125-.895 2.125-2H16q.063 0 .125.002A4 4 0 0 1 20 6v5a4 4 0 0 1-3.5 3.97zM18 11c0 .931-.638 1.716-1.5 1.937V8h-2v3h-5V8h-2v4.937A2 2 0 0 1 6 11V6a2 2 0 0 1 2-2h.422C9.154 5.225 10.53 6 12 6s2.846-.775 3.578-2H16a2 2 0 0 1 2 2zm-8.5 2h5v6.655c-.6.177-1.448.345-2.5.345s-1.9-.168-2.5-.345z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-ppe-apron-outline-24px {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16.5%2021s-1.687%201-4.5%201s-4.5-1-4.5-1v-6.03A4%204%200%200%201%204%2011V6a4%204%200%200%201%204-4h1.875c0%201.105.951%202%202.125%202s2.125-.895%202.125-2H16q.063%200%20.125.002A4%204%200%200%201%2020%206v5a4%204%200%200%201-3.5%203.97zM18%2011c0%20.931-.638%201.716-1.5%201.937V8h-2v3h-5V8h-2v4.937A2%202%200%200%201%206%2011V6a2%202%200%200%201%202-2h.422C9.154%205.225%2010.53%206%2012%206s2.846-.775%203.578-2H16a2%202%200%200%201%202%202zm-8.5%202h5v6.655c-.6.177-1.448.345-2.5.345s-1.9-.168-2.5-.345z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16.5%2021s-1.687%201-4.5%201s-4.5-1-4.5-1v-6.03A4%204%200%200%201%204%2011V6a4%204%200%200%201%204-4h1.875c0%201.105.951%202%202.125%202s2.125-.895%202.125-2H16q.063%200%20.125.002A4%204%200%200%201%2020%206v5a4%204%200%200%201-3.5%203.97zM18%2011c0%20.931-.638%201.716-1.5%201.937V8h-2v3h-5V8h-2v4.937A2%202%200%200%201%206%2011V6a2%202%200%200%201%202-2h.422C9.154%205.225%2010.53%206%2012%206s2.846-.775%203.578-2H16a2%202%200%200%201%202%202zm-8.5%202h5v6.655c-.6.177-1.448.345-2.5.345s-1.9-.168-2.5-.345z%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-apron-outline-24px.svg?color=%231a73e8&size=48