clean hands negative icon

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

Name
clean-hands-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the clean hands 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(#healthiconsCleanHandsNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm19 16l1-4l1 4l3 1l-3 1l-1 4l-1-4l-3-1zM34.5 6l-2.167 7.69L28 15.953l4.333 2.262L34.5 25l2.167-6.786L41 15.952l-4.333-2.261zM6 30a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v10.996a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm11.705-.811c.932-.425 3.21 0 3.21 0l6.626 1.486s1.657.531 3.21.531s.624 2.126-.415 2.868s-1.794.702-1.794.702l-5.35-.065s4.66.85 6.42.956c.891.054 2.42-.574 4.13-1.275c1.665-.684 3.5-1.437 5.084-1.699c3.21-.53 3.728 2.337 2.692 3.399c-1.035 1.062-9.318 5.097-10.767 5.628c-1.136.416-2.509.278-4.058.122c-.429-.043-.872-.088-1.326-.122c-1.81-.137-3.192-.577-4.56-1.012c-1.468-.466-2.919-.927-4.862-1.006c-.652-.026-2.178.055-2.945.1V30.94c1.326-.472 4.011-1.436 4.705-1.752" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsCleanHandsNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsCleanHandsNegative(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(#healthiconsCleanHandsNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm19 16l1-4l1 4l3 1l-3 1l-1 4l-1-4l-3-1zM34.5 6l-2.167 7.69L28 15.953l4.333 2.262L34.5 25l2.167-6.786L41 15.952l-4.333-2.261zM6 30a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v10.996a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm11.705-.811c.932-.425 3.21 0 3.21 0l6.626 1.486s1.657.531 3.21.531s.624 2.126-.415 2.868s-1.794.702-1.794.702l-5.35-.065s4.66.85 6.42.956c.891.054 2.42-.574 4.13-1.275c1.665-.684 3.5-1.437 5.084-1.699c3.21-.53 3.728 2.337 2.692 3.399c-1.035 1.062-9.318 5.097-10.767 5.628c-1.136.416-2.509.278-4.058.122c-.429-.043-.872-.088-1.326-.122c-1.81-.137-3.192-.577-4.56-1.012c-1.468-.466-2.919-.927-4.862-1.006c-.652-.026-2.178.055-2.945.1V30.94c1.326-.472 4.011-1.436 4.705-1.752" clipRule="evenodd"/></g><defs><clipPath id="healthiconsCleanHandsNegative"><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(#healthiconsCleanHandsNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm19 16l1-4l1 4l3 1l-3 1l-1 4l-1-4l-3-1zM34.5 6l-2.167 7.69L28 15.953l4.333 2.262L34.5 25l2.167-6.786L41 15.952l-4.333-2.261zM6 30a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v10.996a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm11.705-.811c.932-.425 3.21 0 3.21 0l6.626 1.486s1.657.531 3.21.531s.624 2.126-.415 2.868s-1.794.702-1.794.702l-5.35-.065s4.66.85 6.42.956c.891.054 2.42-.574 4.13-1.275c1.665-.684 3.5-1.437 5.084-1.699c3.21-.53 3.728 2.337 2.692 3.399c-1.035 1.062-9.318 5.097-10.767 5.628c-1.136.416-2.509.278-4.058.122c-.429-.043-.872-.088-1.326-.122c-1.81-.137-3.192-.577-4.56-1.012c-1.468-.466-2.919-.927-4.862-1.006c-.652-.026-2.178.055-2.945.1V30.94c1.326-.472 4.011-1.436 4.705-1.752" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsCleanHandsNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-clean-hands-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(%23healthiconsCleanHandsNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm19%2016l1-4l1%204l3%201l-3%201l-1%204l-1-4l-3-1zM34.5%206l-2.167%207.69L28%2015.953l4.333%202.262L34.5%2025l2.167-6.786L41%2015.952l-4.333-2.261zM6%2030a1%201%200%200%201%201-1h3a1%201%200%200%201%201%201v10.996a1%201%200%200%201-1%201H7a1%201%200%200%201-1-1zm11.705-.811c.932-.425%203.21%200%203.21%200l6.626%201.486s1.657.531%203.21.531s.624%202.126-.415%202.868s-1.794.702-1.794.702l-5.35-.065s4.66.85%206.42.956c.891.054%202.42-.574%204.13-1.275c1.665-.684%203.5-1.437%205.084-1.699c3.21-.53%203.728%202.337%202.692%203.399c-1.035%201.062-9.318%205.097-10.767%205.628c-1.136.416-2.509.278-4.058.122c-.429-.043-.872-.088-1.326-.122c-1.81-.137-3.192-.577-4.56-1.012c-1.468-.466-2.919-.927-4.862-1.006c-.652-.026-2.178.055-2.945.1V30.94c1.326-.472%204.011-1.436%204.705-1.752%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsCleanHandsNegative%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(%23healthiconsCleanHandsNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm19%2016l1-4l1%204l3%201l-3%201l-1%204l-1-4l-3-1zM34.5%206l-2.167%207.69L28%2015.953l4.333%202.262L34.5%2025l2.167-6.786L41%2015.952l-4.333-2.261zM6%2030a1%201%200%200%201%201-1h3a1%201%200%200%201%201%201v10.996a1%201%200%200%201-1%201H7a1%201%200%200%201-1-1zm11.705-.811c.932-.425%203.21%200%203.21%200l6.626%201.486s1.657.531%203.21.531s.624%202.126-.415%202.868s-1.794.702-1.794.702l-5.35-.065s4.66.85%206.42.956c.891.054%202.42-.574%204.13-1.275c1.665-.684%203.5-1.437%205.084-1.699c3.21-.53%203.728%202.337%202.692%203.399c-1.035%201.062-9.318%205.097-10.767%205.628c-1.136.416-2.509.278-4.058.122c-.429-.043-.872-.088-1.326-.122c-1.81-.137-3.192-.577-4.56-1.012c-1.468-.466-2.919-.927-4.862-1.006c-.652-.026-2.178.055-2.945.1V30.94c1.326-.472%204.011-1.436%204.705-1.752%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsCleanHandsNegative%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/clean-hands-negative.svg?color=%231a73e8&size=48