ppe face shield negative icon

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

Name
ppe-face-shield-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the ppe face shield 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(#healthiconsPpeFaceShieldNegative4)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM9.92 10.413C9.235 11.022 9 11.56 9 12c0 .405.197.89.764 1.441c.317.308.73.616 1.236.915V14a3 3 0 0 1 3-3h20a3 3 0 0 1 3 3v.356a6.5 6.5 0 0 0 1.236-.915c.567-.55.764-1.036.764-1.441c0-.44-.234-.978-.92-1.587c-.686-.608-1.735-1.201-3.117-1.72C32.206 7.66 28.33 7 24 7s-8.206.66-10.963 1.694c-1.382.518-2.43 1.111-3.116 1.719m-1.55 4.462c.68.661 1.58 1.241 2.63 1.74v20.92l3.57 2.38a17 17 0 0 0 18.86 0l3.57-2.38v-20.92c1.05-.499 1.95-1.079 2.63-1.74C40.442 14.087 41 13.117 41 12c0-1.217-.661-2.257-1.594-3.084c-.934-.828-2.228-1.527-3.741-2.095C32.63 5.683 28.506 5 24 5s-8.63.683-11.665 1.821c-1.513.568-2.807 1.267-3.741 2.095C7.66 9.743 7 10.783 7 12c0 1.117.559 2.087 1.37 2.875M13 17v19.465l2.68 1.786a15 15 0 0 0 16.64 0L35 36.465V17zm10.757 18.828l7.071-7.07l-1.414-1.415l-7.07 7.071zm9.193-3.535l-5.657 5.657l-1.414-1.414l5.657-5.657z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPpeFaceShieldNegative4"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsPpeFaceShieldNegative(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(#healthiconsPpeFaceShieldNegative4)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM9.92 10.413C9.235 11.022 9 11.56 9 12c0 .405.197.89.764 1.441c.317.308.73.616 1.236.915V14a3 3 0 0 1 3-3h20a3 3 0 0 1 3 3v.356a6.5 6.5 0 0 0 1.236-.915c.567-.55.764-1.036.764-1.441c0-.44-.234-.978-.92-1.587c-.686-.608-1.735-1.201-3.117-1.72C32.206 7.66 28.33 7 24 7s-8.206.66-10.963 1.694c-1.382.518-2.43 1.111-3.116 1.719m-1.55 4.462c.68.661 1.58 1.241 2.63 1.74v20.92l3.57 2.38a17 17 0 0 0 18.86 0l3.57-2.38v-20.92c1.05-.499 1.95-1.079 2.63-1.74C40.442 14.087 41 13.117 41 12c0-1.217-.661-2.257-1.594-3.084c-.934-.828-2.228-1.527-3.741-2.095C32.63 5.683 28.506 5 24 5s-8.63.683-11.665 1.821c-1.513.568-2.807 1.267-3.741 2.095C7.66 9.743 7 10.783 7 12c0 1.117.559 2.087 1.37 2.875M13 17v19.465l2.68 1.786a15 15 0 0 0 16.64 0L35 36.465V17zm10.757 18.828l7.071-7.07l-1.414-1.415l-7.07 7.071zm9.193-3.535l-5.657 5.657l-1.414-1.414l5.657-5.657z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsPpeFaceShieldNegative4"><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(#healthiconsPpeFaceShieldNegative4)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM9.92 10.413C9.235 11.022 9 11.56 9 12c0 .405.197.89.764 1.441c.317.308.73.616 1.236.915V14a3 3 0 0 1 3-3h20a3 3 0 0 1 3 3v.356a6.5 6.5 0 0 0 1.236-.915c.567-.55.764-1.036.764-1.441c0-.44-.234-.978-.92-1.587c-.686-.608-1.735-1.201-3.117-1.72C32.206 7.66 28.33 7 24 7s-8.206.66-10.963 1.694c-1.382.518-2.43 1.111-3.116 1.719m-1.55 4.462c.68.661 1.58 1.241 2.63 1.74v20.92l3.57 2.38a17 17 0 0 0 18.86 0l3.57-2.38v-20.92c1.05-.499 1.95-1.079 2.63-1.74C40.442 14.087 41 13.117 41 12c0-1.217-.661-2.257-1.594-3.084c-.934-.828-2.228-1.527-3.741-2.095C32.63 5.683 28.506 5 24 5s-8.63.683-11.665 1.821c-1.513.568-2.807 1.267-3.741 2.095C7.66 9.743 7 10.783 7 12c0 1.117.559 2.087 1.37 2.875M13 17v19.465l2.68 1.786a15 15 0 0 0 16.64 0L35 36.465V17zm10.757 18.828l7.071-7.07l-1.414-1.415l-7.07 7.071zm9.193-3.535l-5.657 5.657l-1.414-1.414l5.657-5.657z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPpeFaceShieldNegative4"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-ppe-face-shield-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(%23healthiconsPpeFaceShieldNegative4)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM9.92%2010.413C9.235%2011.022%209%2011.56%209%2012c0%20.405.197.89.764%201.441c.317.308.73.616%201.236.915V14a3%203%200%200%201%203-3h20a3%203%200%200%201%203%203v.356a6.5%206.5%200%200%200%201.236-.915c.567-.55.764-1.036.764-1.441c0-.44-.234-.978-.92-1.587c-.686-.608-1.735-1.201-3.117-1.72C32.206%207.66%2028.33%207%2024%207s-8.206.66-10.963%201.694c-1.382.518-2.43%201.111-3.116%201.719m-1.55%204.462c.68.661%201.58%201.241%202.63%201.74v20.92l3.57%202.38a17%2017%200%200%200%2018.86%200l3.57-2.38v-20.92c1.05-.499%201.95-1.079%202.63-1.74C40.442%2014.087%2041%2013.117%2041%2012c0-1.217-.661-2.257-1.594-3.084c-.934-.828-2.228-1.527-3.741-2.095C32.63%205.683%2028.506%205%2024%205s-8.63.683-11.665%201.821c-1.513.568-2.807%201.267-3.741%202.095C7.66%209.743%207%2010.783%207%2012c0%201.117.559%202.087%201.37%202.875M13%2017v19.465l2.68%201.786a15%2015%200%200%200%2016.64%200L35%2036.465V17zm10.757%2018.828l7.071-7.07l-1.414-1.415l-7.07%207.071zm9.193-3.535l-5.657%205.657l-1.414-1.414l5.657-5.657z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPpeFaceShieldNegative4%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(%23healthiconsPpeFaceShieldNegative4)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM9.92%2010.413C9.235%2011.022%209%2011.56%209%2012c0%20.405.197.89.764%201.441c.317.308.73.616%201.236.915V14a3%203%200%200%201%203-3h20a3%203%200%200%201%203%203v.356a6.5%206.5%200%200%200%201.236-.915c.567-.55.764-1.036.764-1.441c0-.44-.234-.978-.92-1.587c-.686-.608-1.735-1.201-3.117-1.72C32.206%207.66%2028.33%207%2024%207s-8.206.66-10.963%201.694c-1.382.518-2.43%201.111-3.116%201.719m-1.55%204.462c.68.661%201.58%201.241%202.63%201.74v20.92l3.57%202.38a17%2017%200%200%200%2018.86%200l3.57-2.38v-20.92c1.05-.499%201.95-1.079%202.63-1.74C40.442%2014.087%2041%2013.117%2041%2012c0-1.217-.661-2.257-1.594-3.084c-.934-.828-2.228-1.527-3.741-2.095C32.63%205.683%2028.506%205%2024%205s-8.63.683-11.665%201.821c-1.513.568-2.807%201.267-3.741%202.095C7.66%209.743%207%2010.783%207%2012c0%201.117.559%202.087%201.37%202.875M13%2017v19.465l2.68%201.786a15%2015%200%200%200%2016.64%200L35%2036.465V17zm10.757%2018.828l7.071-7.07l-1.414-1.415l-7.07%207.071zm9.193-3.535l-5.657%205.657l-1.414-1.414l5.657-5.657z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPpeFaceShieldNegative4%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-face-shield-negative.svg?color=%231a73e8&size=48