wash hands negative icon

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

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

Related icons in Health Icons

Use the wash 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(#healthiconsWashHandsNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm6 31a1 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.1V31.94c1.326-.472 4.011-1.436 4.705-1.752M26 20.429c0 2-1.54 3.571-3.5 3.571S19 22.429 19 20.429S22.5 14 22.5 14s3.5 4.571 3.5 6.429M36 21c2.778 0 5-2.163 5-4.868C41 13.428 36 6 36 6s-5 7.428-5 10.132S33.222 21 36 21" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsWashHandsNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsWashHandsNegative(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(#healthiconsWashHandsNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm6 31a1 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.1V31.94c1.326-.472 4.011-1.436 4.705-1.752M26 20.429c0 2-1.54 3.571-3.5 3.571S19 22.429 19 20.429S22.5 14 22.5 14s3.5 4.571 3.5 6.429M36 21c2.778 0 5-2.163 5-4.868C41 13.428 36 6 36 6s-5 7.428-5 10.132S33.222 21 36 21" clipRule="evenodd"/></g><defs><clipPath id="healthiconsWashHandsNegative"><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(#healthiconsWashHandsNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm6 31a1 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.1V31.94c1.326-.472 4.011-1.436 4.705-1.752M26 20.429c0 2-1.54 3.571-3.5 3.571S19 22.429 19 20.429S22.5 14 22.5 14s3.5 4.571 3.5 6.429M36 21c2.778 0 5-2.163 5-4.868C41 13.428 36 6 36 6s-5 7.428-5 10.132S33.222 21 36 21" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsWashHandsNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-wash-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(%23healthiconsWashHandsNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm6%2031a1%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.1V31.94c1.326-.472%204.011-1.436%204.705-1.752M26%2020.429c0%202-1.54%203.571-3.5%203.571S19%2022.429%2019%2020.429S22.5%2014%2022.5%2014s3.5%204.571%203.5%206.429M36%2021c2.778%200%205-2.163%205-4.868C41%2013.428%2036%206%2036%206s-5%207.428-5%2010.132S33.222%2021%2036%2021%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsWashHandsNegative%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(%23healthiconsWashHandsNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm6%2031a1%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.1V31.94c1.326-.472%204.011-1.436%204.705-1.752M26%2020.429c0%202-1.54%203.571-3.5%203.571S19%2022.429%2019%2020.429S22.5%2014%2022.5%2014s3.5%204.571%203.5%206.429M36%2021c2.778%200%205-2.163%205-4.868C41%2013.428%2036%206%2036%206s-5%207.428-5%2010.132S33.222%2021%2036%2021%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsWashHandsNegative%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/wash-hands-negative.svg?color=%231a73e8&size=48