ppe mask negative icon

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

Name
ppe-mask-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT
Aliases
mask-negative

Related icons in Health Icons

Use the ppe mask negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsPpeMaskNegative1)"><path d="m39.913 29.61l-4.303 1.56c1.735-2.762 3.053-6.642 3.334-12.09l1.315.318a2 2 0 0 1 1.52 2.118l-.556 6.387a2 2 0 0 1-1.31 1.706m-27.73 1.222c-1.628-2.73-2.851-6.501-3.125-11.708l-1.254.278a2 2 0 0 0-1.557 2.142l.573 6.021a2 2 0 0 0 1.266 1.674zM24 18.47l-6.242 1.56a1 1 0 1 0 .485 1.94L24 20.53l5.758 1.44a1 1 0 1 0 .485-1.94z"/><path fill-rule="evenodd" d="M0 0h48v48H0zm20.16 12.642S9 12.642 9 16.868v.219l-1.63.362a4 4 0 0 0-3.114 4.284l.573 6.02a4 4 0 0 0 2.532 3.35l7.192 2.796C18.651 38 23.516 38 23.516 38h.968s4.794 0 8.872-4.01a1 1 0 0 0 .485-.05l6.754-2.45a4 4 0 0 0 2.62-3.413l.557-6.388a4 4 0 0 0-3.041-4.234L39 17.035v-.167c0-4.226-10.986-4.226-10.986-4.226l-.9-1.616A2 2 0 0 0 25.367 10h-2.56a2 2 0 0 0-1.746 1.026z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPpeMaskNegative1"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsPpeMaskNegative(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 fill="currentColor" clipPath="url(#healthiconsPpeMaskNegative1)"><path d="m39.913 29.61l-4.303 1.56c1.735-2.762 3.053-6.642 3.334-12.09l1.315.318a2 2 0 0 1 1.52 2.118l-.556 6.387a2 2 0 0 1-1.31 1.706m-27.73 1.222c-1.628-2.73-2.851-6.501-3.125-11.708l-1.254.278a2 2 0 0 0-1.557 2.142l.573 6.021a2 2 0 0 0 1.266 1.674zM24 18.47l-6.242 1.56a1 1 0 1 0 .485 1.94L24 20.53l5.758 1.44a1 1 0 1 0 .485-1.94z"/><path fillRule="evenodd" d="M0 0h48v48H0zm20.16 12.642S9 12.642 9 16.868v.219l-1.63.362a4 4 0 0 0-3.114 4.284l.573 6.02a4 4 0 0 0 2.532 3.35l7.192 2.796C18.651 38 23.516 38 23.516 38h.968s4.794 0 8.872-4.01a1 1 0 0 0 .485-.05l6.754-2.45a4 4 0 0 0 2.62-3.413l.557-6.388a4 4 0 0 0-3.041-4.234L39 17.035v-.167c0-4.226-10.986-4.226-10.986-4.226l-.9-1.616A2 2 0 0 0 25.367 10h-2.56a2 2 0 0 0-1.746 1.026z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsPpeMaskNegative1"><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 fill="currentColor" clip-path="url(#healthiconsPpeMaskNegative1)"><path d="m39.913 29.61l-4.303 1.56c1.735-2.762 3.053-6.642 3.334-12.09l1.315.318a2 2 0 0 1 1.52 2.118l-.556 6.387a2 2 0 0 1-1.31 1.706m-27.73 1.222c-1.628-2.73-2.851-6.501-3.125-11.708l-1.254.278a2 2 0 0 0-1.557 2.142l.573 6.021a2 2 0 0 0 1.266 1.674zM24 18.47l-6.242 1.56a1 1 0 1 0 .485 1.94L24 20.53l5.758 1.44a1 1 0 1 0 .485-1.94z"/><path fill-rule="evenodd" d="M0 0h48v48H0zm20.16 12.642S9 12.642 9 16.868v.219l-1.63.362a4 4 0 0 0-3.114 4.284l.573 6.02a4 4 0 0 0 2.532 3.35l7.192 2.796C18.651 38 23.516 38 23.516 38h.968s4.794 0 8.872-4.01a1 1 0 0 0 .485-.05l6.754-2.45a4 4 0 0 0 2.62-3.413l.557-6.388a4 4 0 0 0-3.041-4.234L39 17.035v-.167c0-4.226-10.986-4.226-10.986-4.226l-.9-1.616A2 2 0 0 0 25.367 10h-2.56a2 2 0 0 0-1.746 1.026z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPpeMaskNegative1"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-ppe-mask-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%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsPpeMaskNegative1)%22%3E%3Cpath%20d%3D%22m39.913%2029.61l-4.303%201.56c1.735-2.762%203.053-6.642%203.334-12.09l1.315.318a2%202%200%200%201%201.52%202.118l-.556%206.387a2%202%200%200%201-1.31%201.706m-27.73%201.222c-1.628-2.73-2.851-6.501-3.125-11.708l-1.254.278a2%202%200%200%200-1.557%202.142l.573%206.021a2%202%200%200%200%201.266%201.674zM24%2018.47l-6.242%201.56a1%201%200%201%200%20.485%201.94L24%2020.53l5.758%201.44a1%201%200%201%200%20.485-1.94z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm20.16%2012.642S9%2012.642%209%2016.868v.219l-1.63.362a4%204%200%200%200-3.114%204.284l.573%206.02a4%204%200%200%200%202.532%203.35l7.192%202.796C18.651%2038%2023.516%2038%2023.516%2038h.968s4.794%200%208.872-4.01a1%201%200%200%200%20.485-.05l6.754-2.45a4%204%200%200%200%202.62-3.413l.557-6.388a4%204%200%200%200-3.041-4.234L39%2017.035v-.167c0-4.226-10.986-4.226-10.986-4.226l-.9-1.616A2%202%200%200%200%2025.367%2010h-2.56a2%202%200%200%200-1.746%201.026z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPpeMaskNegative1%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%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsPpeMaskNegative1)%22%3E%3Cpath%20d%3D%22m39.913%2029.61l-4.303%201.56c1.735-2.762%203.053-6.642%203.334-12.09l1.315.318a2%202%200%200%201%201.52%202.118l-.556%206.387a2%202%200%200%201-1.31%201.706m-27.73%201.222c-1.628-2.73-2.851-6.501-3.125-11.708l-1.254.278a2%202%200%200%200-1.557%202.142l.573%206.021a2%202%200%200%200%201.266%201.674zM24%2018.47l-6.242%201.56a1%201%200%201%200%20.485%201.94L24%2020.53l5.758%201.44a1%201%200%201%200%20.485-1.94z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm20.16%2012.642S9%2012.642%209%2016.868v.219l-1.63.362a4%204%200%200%200-3.114%204.284l.573%206.02a4%204%200%200%200%202.532%203.35l7.192%202.796C18.651%2038%2023.516%2038%2023.516%2038h.968s4.794%200%208.872-4.01a1%201%200%200%200%20.485-.05l6.754-2.45a4%204%200%200%200%202.62-3.413l.557-6.388a4%204%200%200%200-3.041-4.234L39%2017.035v-.167c0-4.226-10.986-4.226-10.986-4.226l-.9-1.616A2%202%200%200%200%2025.367%2010h-2.56a2%202%200%200%200-1.746%201.026z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPpeMaskNegative1%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-mask-negative.svg?color=%231a73e8&size=48