ppe gloves icon

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

Name
ppe-gloves
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 gloves 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="M24 6.5a1.5 1.5 0 0 1 3 0V19h1V8.5a1.5 1.5 0 0 1 3 0V24l2.923-3.653a1.881 1.881 0 0 1 3.034 2.218l-4.25 6.374a9.1 9.1 0 0 1-3.616 3.15L30 43H18l.905-10.859A6 6 0 0 1 16 27V10.5a1.5 1.5 0 0 1 3 0V19h1V8.5a1.5 1.5 0 0 1 3 0V19h1zM12 12h2v16c0 1.85 1.092 3.784 2.517 4.644l.544.328L16.216 41h-2.011l.738-7.011C13.181 32.647 12 30.286 12 28z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsPpeGloves(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="M24 6.5a1.5 1.5 0 0 1 3 0V19h1V8.5a1.5 1.5 0 0 1 3 0V24l2.923-3.653a1.881 1.881 0 0 1 3.034 2.218l-4.25 6.374a9.1 9.1 0 0 1-3.616 3.15L30 43H18l.905-10.859A6 6 0 0 1 16 27V10.5a1.5 1.5 0 0 1 3 0V19h1V8.5a1.5 1.5 0 0 1 3 0V19h1zM12 12h2v16c0 1.85 1.092 3.784 2.517 4.644l.544.328L16.216 41h-2.011l.738-7.011C13.181 32.647 12 30.286 12 28z" 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="M24 6.5a1.5 1.5 0 0 1 3 0V19h1V8.5a1.5 1.5 0 0 1 3 0V24l2.923-3.653a1.881 1.881 0 0 1 3.034 2.218l-4.25 6.374a9.1 9.1 0 0 1-3.616 3.15L30 43H18l.905-10.859A6 6 0 0 1 16 27V10.5a1.5 1.5 0 0 1 3 0V19h1V8.5a1.5 1.5 0 0 1 3 0V19h1zM12 12h2v16c0 1.85 1.092 3.784 2.517 4.644l.544.328L16.216 41h-2.011l.738-7.011C13.181 32.647 12 30.286 12 28z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-ppe-gloves {
  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%22M24%206.5a1.5%201.5%200%200%201%203%200V19h1V8.5a1.5%201.5%200%200%201%203%200V24l2.923-3.653a1.881%201.881%200%200%201%203.034%202.218l-4.25%206.374a9.1%209.1%200%200%201-3.616%203.15L30%2043H18l.905-10.859A6%206%200%200%201%2016%2027V10.5a1.5%201.5%200%200%201%203%200V19h1V8.5a1.5%201.5%200%200%201%203%200V19h1zM12%2012h2v16c0%201.85%201.092%203.784%202.517%204.644l.544.328L16.216%2041h-2.011l.738-7.011C13.181%2032.647%2012%2030.286%2012%2028z%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%22M24%206.5a1.5%201.5%200%200%201%203%200V19h1V8.5a1.5%201.5%200%200%201%203%200V24l2.923-3.653a1.881%201.881%200%200%201%203.034%202.218l-4.25%206.374a9.1%209.1%200%200%201-3.616%203.15L30%2043H18l.905-10.859A6%206%200%200%201%2016%2027V10.5a1.5%201.5%200%200%201%203%200V19h1V8.5a1.5%201.5%200%200%201%203%200V19h1zM12%2012h2v16c0%201.85%201.092%203.784%202.517%204.644l.544.328L16.216%2041h-2.011l.738-7.011C13.181%2032.647%2012%2030.286%2012%2028z%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-gloves.svg?color=%231a73e8&size=48