ppe face shield alt icon

ppe-face-shield-alt from Health Icons by Resolve to Save Lives · Filled · Ppe · MIT Free for personal and commercial use.

Name
ppe-face-shield-alt
Set
Health Icons
Style
Filled
Category
Ppe
Viewbox
48×48
License
MIT

3 other variants in Health Icons

More ppe icons from Health Icons

Use the ppe face shield alt 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="M37.638 27.811c-.243.13-.514.198-.79.197h-1.935L34.76 36h-1.296c-2.5 0-4.903-1.023-6.68-2.855C25.003 31.312 24 28.82 24 26.215V14h9.675c.086.336.148.675.147.907l.193 3.167s2.728 4.035 4.347 7.63a1.62 1.62 0 0 1-.125 1.56c-.15.23-.356.418-.599.547M32.8 12h2.221c1.86 0 3.64.762 4.946 2.109A7.26 7.26 0 0 1 42 19.163V38h-7.28l.039-2H40V19.163a5.26 5.26 0 0 0-1.469-3.662A4.9 4.9 0 0 0 35.021 14h-1.346a6 6 0 0 0-.302-.9q-.27-.577-.573-1.1m0 0H22v.1H8.596c3.216-4.591 9.035-7.026 15.348-5.773C28.148 7.163 30.967 8.85 32.8 12M7.428 14.1H22v5.226H6.037a14.8 14.8 0 0 1 1.39-5.225M6 21.327h16v4.889c0 3.116 1.2 6.11 3.347 8.322A11.4 11.4 0 0 0 30 37.45V38h-2.464v4H10.959V31.657a14.8 14.8 0 0 1-3.7-5.036A14.7 14.7 0 0 1 6 21.326" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsPpeFaceShieldAlt(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="M37.638 27.811c-.243.13-.514.198-.79.197h-1.935L34.76 36h-1.296c-2.5 0-4.903-1.023-6.68-2.855C25.003 31.312 24 28.82 24 26.215V14h9.675c.086.336.148.675.147.907l.193 3.167s2.728 4.035 4.347 7.63a1.62 1.62 0 0 1-.125 1.56c-.15.23-.356.418-.599.547M32.8 12h2.221c1.86 0 3.64.762 4.946 2.109A7.26 7.26 0 0 1 42 19.163V38h-7.28l.039-2H40V19.163a5.26 5.26 0 0 0-1.469-3.662A4.9 4.9 0 0 0 35.021 14h-1.346a6 6 0 0 0-.302-.9q-.27-.577-.573-1.1m0 0H22v.1H8.596c3.216-4.591 9.035-7.026 15.348-5.773C28.148 7.163 30.967 8.85 32.8 12M7.428 14.1H22v5.226H6.037a14.8 14.8 0 0 1 1.39-5.225M6 21.327h16v4.889c0 3.116 1.2 6.11 3.347 8.322A11.4 11.4 0 0 0 30 37.45V38h-2.464v4H10.959V31.657a14.8 14.8 0 0 1-3.7-5.036A14.7 14.7 0 0 1 6 21.326" 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="M37.638 27.811c-.243.13-.514.198-.79.197h-1.935L34.76 36h-1.296c-2.5 0-4.903-1.023-6.68-2.855C25.003 31.312 24 28.82 24 26.215V14h9.675c.086.336.148.675.147.907l.193 3.167s2.728 4.035 4.347 7.63a1.62 1.62 0 0 1-.125 1.56c-.15.23-.356.418-.599.547M32.8 12h2.221c1.86 0 3.64.762 4.946 2.109A7.26 7.26 0 0 1 42 19.163V38h-7.28l.039-2H40V19.163a5.26 5.26 0 0 0-1.469-3.662A4.9 4.9 0 0 0 35.021 14h-1.346a6 6 0 0 0-.302-.9q-.27-.577-.573-1.1m0 0H22v.1H8.596c3.216-4.591 9.035-7.026 15.348-5.773C28.148 7.163 30.967 8.85 32.8 12M7.428 14.1H22v5.226H6.037a14.8 14.8 0 0 1 1.39-5.225M6 21.327h16v4.889c0 3.116 1.2 6.11 3.347 8.322A11.4 11.4 0 0 0 30 37.45V38h-2.464v4H10.959V31.657a14.8 14.8 0 0 1-3.7-5.036A14.7 14.7 0 0 1 6 21.326" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-ppe-face-shield-alt {
  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%22M37.638%2027.811c-.243.13-.514.198-.79.197h-1.935L34.76%2036h-1.296c-2.5%200-4.903-1.023-6.68-2.855C25.003%2031.312%2024%2028.82%2024%2026.215V14h9.675c.086.336.148.675.147.907l.193%203.167s2.728%204.035%204.347%207.63a1.62%201.62%200%200%201-.125%201.56c-.15.23-.356.418-.599.547M32.8%2012h2.221c1.86%200%203.64.762%204.946%202.109A7.26%207.26%200%200%201%2042%2019.163V38h-7.28l.039-2H40V19.163a5.26%205.26%200%200%200-1.469-3.662A4.9%204.9%200%200%200%2035.021%2014h-1.346a6%206%200%200%200-.302-.9q-.27-.577-.573-1.1m0%200H22v.1H8.596c3.216-4.591%209.035-7.026%2015.348-5.773C28.148%207.163%2030.967%208.85%2032.8%2012M7.428%2014.1H22v5.226H6.037a14.8%2014.8%200%200%201%201.39-5.225M6%2021.327h16v4.889c0%203.116%201.2%206.11%203.347%208.322A11.4%2011.4%200%200%200%2030%2037.45V38h-2.464v4H10.959V31.657a14.8%2014.8%200%200%201-3.7-5.036A14.7%2014.7%200%200%201%206%2021.326%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%22M37.638%2027.811c-.243.13-.514.198-.79.197h-1.935L34.76%2036h-1.296c-2.5%200-4.903-1.023-6.68-2.855C25.003%2031.312%2024%2028.82%2024%2026.215V14h9.675c.086.336.148.675.147.907l.193%203.167s2.728%204.035%204.347%207.63a1.62%201.62%200%200%201-.125%201.56c-.15.23-.356.418-.599.547M32.8%2012h2.221c1.86%200%203.64.762%204.946%202.109A7.26%207.26%200%200%201%2042%2019.163V38h-7.28l.039-2H40V19.163a5.26%205.26%200%200%200-1.469-3.662A4.9%204.9%200%200%200%2035.021%2014h-1.346a6%206%200%200%200-.302-.9q-.27-.577-.573-1.1m0%200H22v.1H8.596c3.216-4.591%209.035-7.026%2015.348-5.773C28.148%207.163%2030.967%208.85%2032.8%2012M7.428%2014.1H22v5.226H6.037a14.8%2014.8%200%200%201%201.39-5.225M6%2021.327h16v4.889c0%203.116%201.2%206.11%203.347%208.322A11.4%2011.4%200%200%200%2030%2037.45V38h-2.464v4H10.959V31.657a14.8%2014.8%200%200%201-3.7-5.036A14.7%2014.7%200%200%201%206%2021.326%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-face-shield-alt.svg?color=%231a73e8&size=48