ppe goggles icon

ppe-goggles-outline from Health Icons by Resolve to Save Lives · Outline · Ppe · MIT Free for personal and commercial use.

Name
ppe-goggles-outline
Set
Health Icons
Style
Outline
Category
Ppe
Viewbox
48×48
License
MIT
Aliases
ppe-goggles2x-outline

3 other variants in Health Icons

More ppe icons from Health Icons

Use the ppe goggles 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="M17 9C9.82 9 4 14.82 4 22a5 5 0 0 0 4 4.9V29a8 8 0 0 0 15.653 2.336a.56.56 0 0 1 .17-.264A.27.27 0 0 1 24 31c.05 0 .11.017.177.072c.07.058.135.15.17.264A8 8 0 0 0 40 29v-2.1a5 5 0 0 0 4-4.9c0-7.18-5.82-13-13-13zm22.872 15.871A3 3 0 0 0 42 22c0-6.075-4.925-11-11-11H17c-6.075 0-11 4.925-11 11a3 3 0 0 0 2.128 2.871A5 5 0 0 1 13 21h22a5 5 0 0 1 4.872 3.871M10 26a3 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 29z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsPpeGogglesOutline(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="M17 9C9.82 9 4 14.82 4 22a5 5 0 0 0 4 4.9V29a8 8 0 0 0 15.653 2.336a.56.56 0 0 1 .17-.264A.27.27 0 0 1 24 31c.05 0 .11.017.177.072c.07.058.135.15.17.264A8 8 0 0 0 40 29v-2.1a5 5 0 0 0 4-4.9c0-7.18-5.82-13-13-13zm22.872 15.871A3 3 0 0 0 42 22c0-6.075-4.925-11-11-11H17c-6.075 0-11 4.925-11 11a3 3 0 0 0 2.128 2.871A5 5 0 0 1 13 21h22a5 5 0 0 1 4.872 3.871M10 26a3 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 29z" 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="M17 9C9.82 9 4 14.82 4 22a5 5 0 0 0 4 4.9V29a8 8 0 0 0 15.653 2.336a.56.56 0 0 1 .17-.264A.27.27 0 0 1 24 31c.05 0 .11.017.177.072c.07.058.135.15.17.264A8 8 0 0 0 40 29v-2.1a5 5 0 0 0 4-4.9c0-7.18-5.82-13-13-13zm22.872 15.871A3 3 0 0 0 42 22c0-6.075-4.925-11-11-11H17c-6.075 0-11 4.925-11 11a3 3 0 0 0 2.128 2.871A5 5 0 0 1 13 21h22a5 5 0 0 1 4.872 3.871M10 26a3 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 29z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-ppe-goggles-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%22M17%209C9.82%209%204%2014.82%204%2022a5%205%200%200%200%204%204.9V29a8%208%200%200%200%2015.653%202.336a.56.56%200%200%201%20.17-.264A.27.27%200%200%201%2024%2031c.05%200%20.11.017.177.072c.07.058.135.15.17.264A8%208%200%200%200%2040%2029v-2.1a5%205%200%200%200%204-4.9c0-7.18-5.82-13-13-13zm22.872%2015.871A3%203%200%200%200%2042%2022c0-6.075-4.925-11-11-11H17c-6.075%200-11%204.925-11%2011a3%203%200%200%200%202.128%202.871A5%205%200%200%201%2013%2021h22a5%205%200%200%201%204.872%203.871M10%2026a3%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%2029z%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%22M17%209C9.82%209%204%2014.82%204%2022a5%205%200%200%200%204%204.9V29a8%208%200%200%200%2015.653%202.336a.56.56%200%200%201%20.17-.264A.27.27%200%200%201%2024%2031c.05%200%20.11.017.177.072c.07.058.135.15.17.264A8%208%200%200%200%2040%2029v-2.1a5%205%200%200%200%204-4.9c0-7.18-5.82-13-13-13zm22.872%2015.871A3%203%200%200%200%2042%2022c0-6.075-4.925-11-11-11H17c-6.075%200-11%204.925-11%2011a3%203%200%200%200%202.128%202.871A5%205%200%200%201%2013%2021h22a5%205%200%200%201%204.872%203.871M10%2026a3%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%2029z%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-goggles-outline.svg?color=%231a73e8&size=48