ppe mask icon
ppe-mask from Health Icons by Resolve to Save Lives · Filled · Ppe · MIT Free for personal and commercial use.
- Name
- ppe-mask
- Set
- Health Icons
- Style
- Filled
- Category
- Ppe
- Viewbox
- 48×48
- License
- MIT
- Aliases
- mask
3 other variants in Health Icons
More ppe icons from Health Icons
disinfecting-wipeshand-wipe-paperppe-apronppe-face-maskppe-face-shieldppe-face-shield-altppe-glovesppe-gogglesppe-gownppe-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 mask 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="M9 16.868c0-4.226 11.16-4.226 11.16-4.226l.9-1.616A2 2 0 0 1 22.809 10h2.559a2 2 0 0 1 1.747 1.026l.9 1.616S39 12.642 39 16.868v.167l1.73.42a4 4 0 0 1 3.042 4.235l-.557 6.387a4 4 0 0 1-2.62 3.412L33.84 33.94a1 1 0 0 1-.486.05C29.277 38 24.484 38 24.484 38h-.968s-4.866 0-8.963-4.1L7.36 31.101a4 4 0 0 1-2.532-3.348l-.573-6.021a4 4 0 0 1 3.114-4.284L9 17.087zm26.61 14.303c1.735-2.763 3.053-6.642 3.334-12.092l1.315.32a2 2 0 0 1 1.52 2.117l-.557 6.387a2 2 0 0 1-1.31 1.706zM9.058 19.123l-1.254.278a2 2 0 0 0-1.557 2.142l.573 6.021a2 2 0 0 0 1.266 1.674l4.096 1.593c-1.627-2.73-2.85-6.501-3.124-11.708M24 18.469l6.242 1.56a1 1 0 1 1-.485 1.941L24 20.53l-5.758 1.44a1 1 0 1 1-.485-1.94z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsPpeMask(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="M9 16.868c0-4.226 11.16-4.226 11.16-4.226l.9-1.616A2 2 0 0 1 22.809 10h2.559a2 2 0 0 1 1.747 1.026l.9 1.616S39 12.642 39 16.868v.167l1.73.42a4 4 0 0 1 3.042 4.235l-.557 6.387a4 4 0 0 1-2.62 3.412L33.84 33.94a1 1 0 0 1-.486.05C29.277 38 24.484 38 24.484 38h-.968s-4.866 0-8.963-4.1L7.36 31.101a4 4 0 0 1-2.532-3.348l-.573-6.021a4 4 0 0 1 3.114-4.284L9 17.087zm26.61 14.303c1.735-2.763 3.053-6.642 3.334-12.092l1.315.32a2 2 0 0 1 1.52 2.117l-.557 6.387a2 2 0 0 1-1.31 1.706zM9.058 19.123l-1.254.278a2 2 0 0 0-1.557 2.142l.573 6.021a2 2 0 0 0 1.266 1.674l4.096 1.593c-1.627-2.73-2.85-6.501-3.124-11.708M24 18.469l6.242 1.56a1 1 0 1 1-.485 1.941L24 20.53l-5.758 1.44a1 1 0 1 1-.485-1.94z" 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="M9 16.868c0-4.226 11.16-4.226 11.16-4.226l.9-1.616A2 2 0 0 1 22.809 10h2.559a2 2 0 0 1 1.747 1.026l.9 1.616S39 12.642 39 16.868v.167l1.73.42a4 4 0 0 1 3.042 4.235l-.557 6.387a4 4 0 0 1-2.62 3.412L33.84 33.94a1 1 0 0 1-.486.05C29.277 38 24.484 38 24.484 38h-.968s-4.866 0-8.963-4.1L7.36 31.101a4 4 0 0 1-2.532-3.348l-.573-6.021a4 4 0 0 1 3.114-4.284L9 17.087zm26.61 14.303c1.735-2.763 3.053-6.642 3.334-12.092l1.315.32a2 2 0 0 1 1.52 2.117l-.557 6.387a2 2 0 0 1-1.31 1.706zM9.058 19.123l-1.254.278a2 2 0 0 0-1.557 2.142l.573 6.021a2 2 0 0 0 1.266 1.674l4.096 1.593c-1.627-2.73-2.85-6.501-3.124-11.708M24 18.469l6.242 1.56a1 1 0 1 1-.485 1.941L24 20.53l-5.758 1.44a1 1 0 1 1-.485-1.94z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-ppe-mask {
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%22M9%2016.868c0-4.226%2011.16-4.226%2011.16-4.226l.9-1.616A2%202%200%200%201%2022.809%2010h2.559a2%202%200%200%201%201.747%201.026l.9%201.616S39%2012.642%2039%2016.868v.167l1.73.42a4%204%200%200%201%203.042%204.235l-.557%206.387a4%204%200%200%201-2.62%203.412L33.84%2033.94a1%201%200%200%201-.486.05C29.277%2038%2024.484%2038%2024.484%2038h-.968s-4.866%200-8.963-4.1L7.36%2031.101a4%204%200%200%201-2.532-3.348l-.573-6.021a4%204%200%200%201%203.114-4.284L9%2017.087zm26.61%2014.303c1.735-2.763%203.053-6.642%203.334-12.092l1.315.32a2%202%200%200%201%201.52%202.117l-.557%206.387a2%202%200%200%201-1.31%201.706zM9.058%2019.123l-1.254.278a2%202%200%200%200-1.557%202.142l.573%206.021a2%202%200%200%200%201.266%201.674l4.096%201.593c-1.627-2.73-2.85-6.501-3.124-11.708M24%2018.469l6.242%201.56a1%201%200%201%201-.485%201.941L24%2020.53l-5.758%201.44a1%201%200%201%201-.485-1.94z%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%22M9%2016.868c0-4.226%2011.16-4.226%2011.16-4.226l.9-1.616A2%202%200%200%201%2022.809%2010h2.559a2%202%200%200%201%201.747%201.026l.9%201.616S39%2012.642%2039%2016.868v.167l1.73.42a4%204%200%200%201%203.042%204.235l-.557%206.387a4%204%200%200%201-2.62%203.412L33.84%2033.94a1%201%200%200%201-.486.05C29.277%2038%2024.484%2038%2024.484%2038h-.968s-4.866%200-8.963-4.1L7.36%2031.101a4%204%200%200%201-2.532-3.348l-.573-6.021a4%204%200%200%201%203.114-4.284L9%2017.087zm26.61%2014.303c1.735-2.763%203.053-6.642%203.334-12.092l1.315.32a2%202%200%200%201%201.52%202.117l-.557%206.387a2%202%200%200%201-1.31%201.706zM9.058%2019.123l-1.254.278a2%202%200%200%200-1.557%202.142l.573%206.021a2%202%200%200%200%201.266%201.674l4.096%201.593c-1.627-2.73-2.85-6.501-3.124-11.708M24%2018.469l6.242%201.56a1%201%200%201%201-.485%201.941L24%2020.53l-5.758%201.44a1%201%200%201%201-.485-1.94z%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-mask.svg?color=%231a73e8&size=48