ppe goggles icon

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

Name
ppe-goggles-24px
Set
Health Icons
Style
Filled 24px
Category
Ppe
Viewbox
24×24
License
MIT

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 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4 15.866a1 1 0 0 1-.1-.066l-.238-.179a4 4 0 0 1-1.372-4.53l.618-1.754A8 8 0 0 1 10.452 4h3.31a8 8 0 0 1 7.675 5.743l.435 1.477a4 4 0 0 1-1.438 4.33l-.334.25a1 1 0 0 1-.1.066v.555A3.58 3.58 0 0 1 16.42 20h-.078a4.17 4.17 0 0 1-3.705-2.26l-.02-.039a.673.673 0 0 0-1.204.016A4.04 4.04 0 0 1 7.777 20H7.6A3.6 3.6 0 0 1 4 16.4zm.794-5.863A6 6 0 0 1 10.452 6h3.31a6 6 0 0 1 5.756 4.307l.435 1.478a2 2 0 0 1-.215 1.613A5 5 0 0 0 15 10H9a5 5 0 0 0-4.717 3.336a2 2 0 0 1-.107-1.58zM10 11.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsPpeGoggles24px(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="M4 15.866a1 1 0 0 1-.1-.066l-.238-.179a4 4 0 0 1-1.372-4.53l.618-1.754A8 8 0 0 1 10.452 4h3.31a8 8 0 0 1 7.675 5.743l.435 1.477a4 4 0 0 1-1.438 4.33l-.334.25a1 1 0 0 1-.1.066v.555A3.58 3.58 0 0 1 16.42 20h-.078a4.17 4.17 0 0 1-3.705-2.26l-.02-.039a.673.673 0 0 0-1.204.016A4.04 4.04 0 0 1 7.777 20H7.6A3.6 3.6 0 0 1 4 16.4zm.794-5.863A6 6 0 0 1 10.452 6h3.31a6 6 0 0 1 5.756 4.307l.435 1.478a2 2 0 0 1-.215 1.613A5 5 0 0 0 15 10H9a5 5 0 0 0-4.717 3.336a2 2 0 0 1-.107-1.58zM10 11.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5" 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="M4 15.866a1 1 0 0 1-.1-.066l-.238-.179a4 4 0 0 1-1.372-4.53l.618-1.754A8 8 0 0 1 10.452 4h3.31a8 8 0 0 1 7.675 5.743l.435 1.477a4 4 0 0 1-1.438 4.33l-.334.25a1 1 0 0 1-.1.066v.555A3.58 3.58 0 0 1 16.42 20h-.078a4.17 4.17 0 0 1-3.705-2.26l-.02-.039a.673.673 0 0 0-1.204.016A4.04 4.04 0 0 1 7.777 20H7.6A3.6 3.6 0 0 1 4 16.4zm.794-5.863A6 6 0 0 1 10.452 6h3.31a6 6 0 0 1 5.756 4.307l.435 1.478a2 2 0 0 1-.215 1.613A5 5 0 0 0 15 10H9a5 5 0 0 0-4.717 3.336a2 2 0 0 1-.107-1.58zM10 11.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-ppe-goggles-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%22M4%2015.866a1%201%200%200%201-.1-.066l-.238-.179a4%204%200%200%201-1.372-4.53l.618-1.754A8%208%200%200%201%2010.452%204h3.31a8%208%200%200%201%207.675%205.743l.435%201.477a4%204%200%200%201-1.438%204.33l-.334.25a1%201%200%200%201-.1.066v.555A3.58%203.58%200%200%201%2016.42%2020h-.078a4.17%204.17%200%200%201-3.705-2.26l-.02-.039a.673.673%200%200%200-1.204.016A4.04%204.04%200%200%201%207.777%2020H7.6A3.6%203.6%200%200%201%204%2016.4zm.794-5.863A6%206%200%200%201%2010.452%206h3.31a6%206%200%200%201%205.756%204.307l.435%201.478a2%202%200%200%201-.215%201.613A5%205%200%200%200%2015%2010H9a5%205%200%200%200-4.717%203.336a2%202%200%200%201-.107-1.58zM10%2011.5a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%200%201h-3a.5.5%200%200%201-.5-.5%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%22M4%2015.866a1%201%200%200%201-.1-.066l-.238-.179a4%204%200%200%201-1.372-4.53l.618-1.754A8%208%200%200%201%2010.452%204h3.31a8%208%200%200%201%207.675%205.743l.435%201.477a4%204%200%200%201-1.438%204.33l-.334.25a1%201%200%200%201-.1.066v.555A3.58%203.58%200%200%201%2016.42%2020h-.078a4.17%204.17%200%200%201-3.705-2.26l-.02-.039a.673.673%200%200%200-1.204.016A4.04%204.04%200%200%201%207.777%2020H7.6A3.6%203.6%200%200%201%204%2016.4zm.794-5.863A6%206%200%200%201%2010.452%206h3.31a6%206%200%200%201%205.756%204.307l.435%201.478a2%202%200%200%201-.215%201.613A5%205%200%200%200%2015%2010H9a5%205%200%200%200-4.717%203.336a2%202%200%200%201-.107-1.58zM10%2011.5a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%200%201h-3a.5.5%200%200%201-.5-.5%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-24px.svg?color=%231a73e8&size=48