ppe goggles negative icon
ppe-goggles-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- ppe-goggles-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
ppe-apronppe-apron-negativeppe-face-maskppe-face-mask-negativeppe-face-shieldppe-face-shield-altppe-face-shield-alt-negativeppe-face-shield-negativeppe-glovesppe-gloves-negativeppe-gogglesppe-gownppe-gown-negativeppe-maskppe-mask-n95ppe-mask-n95-negativeppe-mask-negativeppe-sanitizerppe-sanitizer-negativeppe-santizer-altppe-santizer-alt-negativeppe-suitppe-suit-negative
Use the ppe goggles 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(#healthiconsPpeGogglesNegative2)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM4 22C4 14.82 9.82 9 17 9h14c7.18 0 13 5.82 13 13a5 5 0 0 1-4 4.9V29a8 8 0 0 1-15.653 2.336a.56.56 0 0 0-.17-.264A.27.27 0 0 0 24 31c-.05 0-.11.017-.177.072a.56.56 0 0 0-.17.264A8 8 0 0 1 8 29v-2.1A5 5 0 0 1 4 22m38 0a3 3 0 0 1-2.128 2.871A5 5 0 0 0 35 21H13a5 5 0 0 0-4.872 3.871A3 3 0 0 1 6 22c0-6.075 4.925-11 11-11h14c6.075 0 11 4.925 11 11m-32 4a3 3 0 0 1 3-3h22a3 3 0 0 1 3 3v3a6 6 0 0 1-11.74 1.753C25.98 29.833 25.14 29 24 29s-1.98.834-2.26 1.753A6 6 0 0 1 10 29zm3-1.5a1.5 1.5 0 0 0-1.5 1.5v3a4.5 4.5 0 0 0 8.805 1.315c.43-1.412 1.76-2.815 3.695-2.815s3.264 1.403 3.695 2.815A4.5 4.5 0 0 0 36.5 29v-3a1.5 1.5 0 0 0-1.5-1.5z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPpeGogglesNegative2"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsPpeGogglesNegative(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(#healthiconsPpeGogglesNegative2)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM4 22C4 14.82 9.82 9 17 9h14c7.18 0 13 5.82 13 13a5 5 0 0 1-4 4.9V29a8 8 0 0 1-15.653 2.336a.56.56 0 0 0-.17-.264A.27.27 0 0 0 24 31c-.05 0-.11.017-.177.072a.56.56 0 0 0-.17.264A8 8 0 0 1 8 29v-2.1A5 5 0 0 1 4 22m38 0a3 3 0 0 1-2.128 2.871A5 5 0 0 0 35 21H13a5 5 0 0 0-4.872 3.871A3 3 0 0 1 6 22c0-6.075 4.925-11 11-11h14c6.075 0 11 4.925 11 11m-32 4a3 3 0 0 1 3-3h22a3 3 0 0 1 3 3v3a6 6 0 0 1-11.74 1.753C25.98 29.833 25.14 29 24 29s-1.98.834-2.26 1.753A6 6 0 0 1 10 29zm3-1.5a1.5 1.5 0 0 0-1.5 1.5v3a4.5 4.5 0 0 0 8.805 1.315c.43-1.412 1.76-2.815 3.695-2.815s3.264 1.403 3.695 2.815A4.5 4.5 0 0 0 36.5 29v-3a1.5 1.5 0 0 0-1.5-1.5z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsPpeGogglesNegative2"><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(#healthiconsPpeGogglesNegative2)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM4 22C4 14.82 9.82 9 17 9h14c7.18 0 13 5.82 13 13a5 5 0 0 1-4 4.9V29a8 8 0 0 1-15.653 2.336a.56.56 0 0 0-.17-.264A.27.27 0 0 0 24 31c-.05 0-.11.017-.177.072a.56.56 0 0 0-.17.264A8 8 0 0 1 8 29v-2.1A5 5 0 0 1 4 22m38 0a3 3 0 0 1-2.128 2.871A5 5 0 0 0 35 21H13a5 5 0 0 0-4.872 3.871A3 3 0 0 1 6 22c0-6.075 4.925-11 11-11h14c6.075 0 11 4.925 11 11m-32 4a3 3 0 0 1 3-3h22a3 3 0 0 1 3 3v3a6 6 0 0 1-11.74 1.753C25.98 29.833 25.14 29 24 29s-1.98.834-2.26 1.753A6 6 0 0 1 10 29zm3-1.5a1.5 1.5 0 0 0-1.5 1.5v3a4.5 4.5 0 0 0 8.805 1.315c.43-1.412 1.76-2.815 3.695-2.815s3.264 1.403 3.695 2.815A4.5 4.5 0 0 0 36.5 29v-3a1.5 1.5 0 0 0-1.5-1.5z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPpeGogglesNegative2"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-ppe-goggles-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(%23healthiconsPpeGogglesNegative2)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM4%2022C4%2014.82%209.82%209%2017%209h14c7.18%200%2013%205.82%2013%2013a5%205%200%200%201-4%204.9V29a8%208%200%200%201-15.653%202.336a.56.56%200%200%200-.17-.264A.27.27%200%200%200%2024%2031c-.05%200-.11.017-.177.072a.56.56%200%200%200-.17.264A8%208%200%200%201%208%2029v-2.1A5%205%200%200%201%204%2022m38%200a3%203%200%200%201-2.128%202.871A5%205%200%200%200%2035%2021H13a5%205%200%200%200-4.872%203.871A3%203%200%200%201%206%2022c0-6.075%204.925-11%2011-11h14c6.075%200%2011%204.925%2011%2011m-32%204a3%203%200%200%201%203-3h22a3%203%200%200%201%203%203v3a6%206%200%200%201-11.74%201.753C25.98%2029.833%2025.14%2029%2024%2029s-1.98.834-2.26%201.753A6%206%200%200%201%2010%2029zm3-1.5a1.5%201.5%200%200%200-1.5%201.5v3a4.5%204.5%200%200%200%208.805%201.315c.43-1.412%201.76-2.815%203.695-2.815s3.264%201.403%203.695%202.815A4.5%204.5%200%200%200%2036.5%2029v-3a1.5%201.5%200%200%200-1.5-1.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPpeGogglesNegative2%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(%23healthiconsPpeGogglesNegative2)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM4%2022C4%2014.82%209.82%209%2017%209h14c7.18%200%2013%205.82%2013%2013a5%205%200%200%201-4%204.9V29a8%208%200%200%201-15.653%202.336a.56.56%200%200%200-.17-.264A.27.27%200%200%200%2024%2031c-.05%200-.11.017-.177.072a.56.56%200%200%200-.17.264A8%208%200%200%201%208%2029v-2.1A5%205%200%200%201%204%2022m38%200a3%203%200%200%201-2.128%202.871A5%205%200%200%200%2035%2021H13a5%205%200%200%200-4.872%203.871A3%203%200%200%201%206%2022c0-6.075%204.925-11%2011-11h14c6.075%200%2011%204.925%2011%2011m-32%204a3%203%200%200%201%203-3h22a3%203%200%200%201%203%203v3a6%206%200%200%201-11.74%201.753C25.98%2029.833%2025.14%2029%2024%2029s-1.98.834-2.26%201.753A6%206%200%200%201%2010%2029zm3-1.5a1.5%201.5%200%200%200-1.5%201.5v3a4.5%204.5%200%200%200%208.805%201.315c.43-1.412%201.76-2.815%203.695-2.815s3.264%201.403%203.695%202.815A4.5%204.5%200%200%200%2036.5%2029v-3a1.5%201.5%200%200%200-1.5-1.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPpeGogglesNegative2%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/ppe-goggles-negative.svg?color=%231a73e8&size=48