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

Name
ppe-suit-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 suit 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="M9 5a3 3 0 0 1 6 0v2h.21a2 2 0 0 1 1.988 1.78l.627 5.647A1.417 1.417 0 0 1 16 15.937V21a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-5h-2v5a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-5.062a1.417 1.417 0 0 1-1.825-1.511l.627-5.648A2 2 0 0 1 8.79 7H9zm5-1h-4v.5A1.5 1.5 0 0 0 11.5 6h1A1.5 1.5 0 0 0 14 4.5zm-2.5 8V9h1v3H15v1H9v-1z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsPpeSuit24px(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="M9 5a3 3 0 0 1 6 0v2h.21a2 2 0 0 1 1.988 1.78l.627 5.647A1.417 1.417 0 0 1 16 15.937V21a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-5h-2v5a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-5.062a1.417 1.417 0 0 1-1.825-1.511l.627-5.648A2 2 0 0 1 8.79 7H9zm5-1h-4v.5A1.5 1.5 0 0 0 11.5 6h1A1.5 1.5 0 0 0 14 4.5zm-2.5 8V9h1v3H15v1H9v-1z" 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="M9 5a3 3 0 0 1 6 0v2h.21a2 2 0 0 1 1.988 1.78l.627 5.647A1.417 1.417 0 0 1 16 15.937V21a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-5h-2v5a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-5.062a1.417 1.417 0 0 1-1.825-1.511l.627-5.648A2 2 0 0 1 8.79 7H9zm5-1h-4v.5A1.5 1.5 0 0 0 11.5 6h1A1.5 1.5 0 0 0 14 4.5zm-2.5 8V9h1v3H15v1H9v-1z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-ppe-suit-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%22M9%205a3%203%200%200%201%206%200v2h.21a2%202%200%200%201%201.988%201.78l.627%205.647A1.417%201.417%200%200%201%2016%2015.937V21a1%201%200%200%201-1%201h-1a1%201%200%200%201-1-1v-5h-2v5a1%201%200%200%201-1%201H9a1%201%200%200%201-1-1v-5.062a1.417%201.417%200%200%201-1.825-1.511l.627-5.648A2%202%200%200%201%208.79%207H9zm5-1h-4v.5A1.5%201.5%200%200%200%2011.5%206h1A1.5%201.5%200%200%200%2014%204.5zm-2.5%208V9h1v3H15v1H9v-1z%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%22M9%205a3%203%200%200%201%206%200v2h.21a2%202%200%200%201%201.988%201.78l.627%205.647A1.417%201.417%200%200%201%2016%2015.937V21a1%201%200%200%201-1%201h-1a1%201%200%200%201-1-1v-5h-2v5a1%201%200%200%201-1%201H9a1%201%200%200%201-1-1v-5.062a1.417%201.417%200%200%201-1.825-1.511l.627-5.648A2%202%200%200%201%208.79%207H9zm5-1h-4v.5A1.5%201.5%200%200%200%2011.5%206h1A1.5%201.5%200%200%200%2014%204.5zm-2.5%208V9h1v3H15v1H9v-1z%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-suit-24px.svg?color=%231a73e8&size=48