water sanitation negative icon

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

Name
water-sanitation-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the water sanitation 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(#healthiconsWaterSanitationNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm6 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.752M42 6H24a2 2 0 0 0-2 2v4h20zm-19 8a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2zm3 4.172a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0v-2a1 1 0 0 1 1-1m4.121.12a1 1 0 0 0-1.414 1.415l1.414 1.414a1 1 0 0 0 1.415-1.414zm-9.828 3a1 1 0 0 1 0-1.413l1.414-1.415a1 1 0 1 1 1.414 1.415l-1.414 1.414a1 1 0 0 1-1.414 0M27 24.173a1 1 0 1 0-2 0v2a1 1 0 1 0 2 0zm5.207-2.38a1 1 0 0 1 1.414 0l1.414 1.415a1 1 0 1 1-1.414 1.414l-1.414-1.414a1 1 0 0 1 0-1.414M16.793 23.13a1 1 0 0 0 1.414 1.414l1.414-1.414a1 1 0 0 0-1.414-1.415z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsWaterSanitationNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsWaterSanitationNegative(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(#healthiconsWaterSanitationNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm6 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.752M42 6H24a2 2 0 0 0-2 2v4h20zm-19 8a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2zm3 4.172a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0v-2a1 1 0 0 1 1-1m4.121.12a1 1 0 0 0-1.414 1.415l1.414 1.414a1 1 0 0 0 1.415-1.414zm-9.828 3a1 1 0 0 1 0-1.413l1.414-1.415a1 1 0 1 1 1.414 1.415l-1.414 1.414a1 1 0 0 1-1.414 0M27 24.173a1 1 0 1 0-2 0v2a1 1 0 1 0 2 0zm5.207-2.38a1 1 0 0 1 1.414 0l1.414 1.415a1 1 0 1 1-1.414 1.414l-1.414-1.414a1 1 0 0 1 0-1.414M16.793 23.13a1 1 0 0 0 1.414 1.414l1.414-1.414a1 1 0 0 0-1.414-1.415z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsWaterSanitationNegative"><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(#healthiconsWaterSanitationNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm6 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.752M42 6H24a2 2 0 0 0-2 2v4h20zm-19 8a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2zm3 4.172a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0v-2a1 1 0 0 1 1-1m4.121.12a1 1 0 0 0-1.414 1.415l1.414 1.414a1 1 0 0 0 1.415-1.414zm-9.828 3a1 1 0 0 1 0-1.413l1.414-1.415a1 1 0 1 1 1.414 1.415l-1.414 1.414a1 1 0 0 1-1.414 0M27 24.173a1 1 0 1 0-2 0v2a1 1 0 1 0 2 0zm5.207-2.38a1 1 0 0 1 1.414 0l1.414 1.415a1 1 0 1 1-1.414 1.414l-1.414-1.414a1 1 0 0 1 0-1.414M16.793 23.13a1 1 0 0 0 1.414 1.414l1.414-1.414a1 1 0 0 0-1.414-1.415z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsWaterSanitationNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-water-sanitation-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(%23healthiconsWaterSanitationNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm6%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.752M42%206H24a2%202%200%200%200-2%202v4h20zm-19%208a1%201%200%201%200%200%202h6a1%201%200%201%200%200-2zm3%204.172a1%201%200%200%201%201%201v2a1%201%200%201%201-2%200v-2a1%201%200%200%201%201-1m4.121.12a1%201%200%200%200-1.414%201.415l1.414%201.414a1%201%200%200%200%201.415-1.414zm-9.828%203a1%201%200%200%201%200-1.413l1.414-1.415a1%201%200%201%201%201.414%201.415l-1.414%201.414a1%201%200%200%201-1.414%200M27%2024.173a1%201%200%201%200-2%200v2a1%201%200%201%200%202%200zm5.207-2.38a1%201%200%200%201%201.414%200l1.414%201.415a1%201%200%201%201-1.414%201.414l-1.414-1.414a1%201%200%200%201%200-1.414M16.793%2023.13a1%201%200%200%200%201.414%201.414l1.414-1.414a1%201%200%200%200-1.414-1.415z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsWaterSanitationNegative%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(%23healthiconsWaterSanitationNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm6%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.752M42%206H24a2%202%200%200%200-2%202v4h20zm-19%208a1%201%200%201%200%200%202h6a1%201%200%201%200%200-2zm3%204.172a1%201%200%200%201%201%201v2a1%201%200%201%201-2%200v-2a1%201%200%200%201%201-1m4.121.12a1%201%200%200%200-1.414%201.415l1.414%201.414a1%201%200%200%200%201.415-1.414zm-9.828%203a1%201%200%200%201%200-1.413l1.414-1.415a1%201%200%201%201%201.414%201.415l-1.414%201.414a1%201%200%200%201-1.414%200M27%2024.173a1%201%200%201%200-2%200v2a1%201%200%201%200%202%200zm5.207-2.38a1%201%200%200%201%201.414%200l1.414%201.415a1%201%200%201%201-1.414%201.414l-1.414-1.414a1%201%200%200%201%200-1.414M16.793%2023.13a1%201%200%200%200%201.414%201.414l1.414-1.414a1%201%200%200%200-1.414-1.415z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsWaterSanitationNegative%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/water-sanitation-negative.svg?color=%231a73e8&size=48