ppe gloves negative icon
ppe-gloves-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- ppe-gloves-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
ppe-apronppe-apron-negativeppe-face-maskppe-face-mask-negativeppe-face-shieldppe-face-shield-altppe-face-shield-alt-negativeppe-face-shield-negativeppe-glovesppe-gogglesppe-goggles-negativeppe-gownppe-gown-negativeppe-maskppe-mask-n95ppe-mask-n95-negativeppe-mask-negativeppe-sanitizerppe-sanitizer-negativeppe-santizer-altppe-santizer-alt-negativeppe-suitppe-suit-negative
Use the ppe gloves 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(#healthiconsPpeGlovesNegative1)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM25.5 5A1.5 1.5 0 0 0 24 6.5V19h-1V8.5a1.5 1.5 0 0 0-3 0V19h-1v-8.5a1.5 1.5 0 0 0-3 0V27a6 6 0 0 0 2.905 5.141L18 43h12l-.91-10.91a9.1 9.1 0 0 0 3.617-3.15l4.25-6.375a1.881 1.881 0 0 0-3.034-2.218L31 24V8.5a1.5 1.5 0 0 0-3 0V19h-1V6.5A1.5 1.5 0 0 0 25.5 5M14 12h-2v16c0 2.286 1.18 4.647 2.943 5.989L14.205 41h2.011l.845-8.028l-.544-.328C15.092 31.784 14 29.85 14 28z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPpeGlovesNegative1"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsPpeGlovesNegative(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(#healthiconsPpeGlovesNegative1)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM25.5 5A1.5 1.5 0 0 0 24 6.5V19h-1V8.5a1.5 1.5 0 0 0-3 0V19h-1v-8.5a1.5 1.5 0 0 0-3 0V27a6 6 0 0 0 2.905 5.141L18 43h12l-.91-10.91a9.1 9.1 0 0 0 3.617-3.15l4.25-6.375a1.881 1.881 0 0 0-3.034-2.218L31 24V8.5a1.5 1.5 0 0 0-3 0V19h-1V6.5A1.5 1.5 0 0 0 25.5 5M14 12h-2v16c0 2.286 1.18 4.647 2.943 5.989L14.205 41h2.011l.845-8.028l-.544-.328C15.092 31.784 14 29.85 14 28z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsPpeGlovesNegative1"><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(#healthiconsPpeGlovesNegative1)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM25.5 5A1.5 1.5 0 0 0 24 6.5V19h-1V8.5a1.5 1.5 0 0 0-3 0V19h-1v-8.5a1.5 1.5 0 0 0-3 0V27a6 6 0 0 0 2.905 5.141L18 43h12l-.91-10.91a9.1 9.1 0 0 0 3.617-3.15l4.25-6.375a1.881 1.881 0 0 0-3.034-2.218L31 24V8.5a1.5 1.5 0 0 0-3 0V19h-1V6.5A1.5 1.5 0 0 0 25.5 5M14 12h-2v16c0 2.286 1.18 4.647 2.943 5.989L14.205 41h2.011l.845-8.028l-.544-.328C15.092 31.784 14 29.85 14 28z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPpeGlovesNegative1"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-ppe-gloves-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(%23healthiconsPpeGlovesNegative1)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM25.5%205A1.5%201.5%200%200%200%2024%206.5V19h-1V8.5a1.5%201.5%200%200%200-3%200V19h-1v-8.5a1.5%201.5%200%200%200-3%200V27a6%206%200%200%200%202.905%205.141L18%2043h12l-.91-10.91a9.1%209.1%200%200%200%203.617-3.15l4.25-6.375a1.881%201.881%200%200%200-3.034-2.218L31%2024V8.5a1.5%201.5%200%200%200-3%200V19h-1V6.5A1.5%201.5%200%200%200%2025.5%205M14%2012h-2v16c0%202.286%201.18%204.647%202.943%205.989L14.205%2041h2.011l.845-8.028l-.544-.328C15.092%2031.784%2014%2029.85%2014%2028z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPpeGlovesNegative1%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(%23healthiconsPpeGlovesNegative1)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM25.5%205A1.5%201.5%200%200%200%2024%206.5V19h-1V8.5a1.5%201.5%200%200%200-3%200V19h-1v-8.5a1.5%201.5%200%200%200-3%200V27a6%206%200%200%200%202.905%205.141L18%2043h12l-.91-10.91a9.1%209.1%200%200%200%203.617-3.15l4.25-6.375a1.881%201.881%200%200%200-3.034-2.218L31%2024V8.5a1.5%201.5%200%200%200-3%200V19h-1V6.5A1.5%201.5%200%200%200%2025.5%205M14%2012h-2v16c0%202.286%201.18%204.647%202.943%205.989L14.205%2041h2.011l.845-8.028l-.544-.328C15.092%2031.784%2014%2029.85%2014%2028z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPpeGlovesNegative1%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-gloves-negative.svg?color=%231a73e8&size=48