treated water negative icon

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

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

Related icons in Health Icons

Use the treated water 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(#healthiconsTreatedWaterNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM26 28.581l-.402.419h4.688c.947 0 1.714.767 1.714 1.714v1.716q-3.29 1.605-6.58-1.216q-4.194 3.596-8.388 0q-3.516 3.014-7.032.975v-1.475c0-.947.768-1.714 1.714-1.714h4.688L16 28.581V25h2v4h2v-4h2v4h2v-4h2zM29 42v-1.798H13V42h-2v-1.924a4 4 0 0 1-3-3.874v-5.488A3.71 3.71 0 0 1 11.714 27s-.683-.713-1.463-1.81C9.21 23.726 8 21.582 8 19.53V5.643h26V19.53c0 2.053-1.211 4.197-2.25 5.66c-.781 1.097-1.464 1.81-1.464 1.81a3.7 3.7 0 0 1 2.995 1.518h1.427v-1.9h4.494v2h-3.1a6 6 0 0 1 4.898 5.9v1.19h-4.494v-1.696a1 1 0 0 0-1-1H34v3.19a4 4 0 0 1-3 3.874V42zm3-34.357v7.505c-8.545 1.237-13.536 1.25-22-.148V7.643zm9 32.539C41 41.186 40.328 42 39.5 42s-1.5-.814-1.5-1.818C38 38.59 39.5 37 39.5 37s1.5 1.59 1.5 3.182" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsTreatedWaterNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsTreatedWaterNegative(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(#healthiconsTreatedWaterNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM26 28.581l-.402.419h4.688c.947 0 1.714.767 1.714 1.714v1.716q-3.29 1.605-6.58-1.216q-4.194 3.596-8.388 0q-3.516 3.014-7.032.975v-1.475c0-.947.768-1.714 1.714-1.714h4.688L16 28.581V25h2v4h2v-4h2v4h2v-4h2zM29 42v-1.798H13V42h-2v-1.924a4 4 0 0 1-3-3.874v-5.488A3.71 3.71 0 0 1 11.714 27s-.683-.713-1.463-1.81C9.21 23.726 8 21.582 8 19.53V5.643h26V19.53c0 2.053-1.211 4.197-2.25 5.66c-.781 1.097-1.464 1.81-1.464 1.81a3.7 3.7 0 0 1 2.995 1.518h1.427v-1.9h4.494v2h-3.1a6 6 0 0 1 4.898 5.9v1.19h-4.494v-1.696a1 1 0 0 0-1-1H34v3.19a4 4 0 0 1-3 3.874V42zm3-34.357v7.505c-8.545 1.237-13.536 1.25-22-.148V7.643zm9 32.539C41 41.186 40.328 42 39.5 42s-1.5-.814-1.5-1.818C38 38.59 39.5 37 39.5 37s1.5 1.59 1.5 3.182" clipRule="evenodd"/></g><defs><clipPath id="healthiconsTreatedWaterNegative"><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(#healthiconsTreatedWaterNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM26 28.581l-.402.419h4.688c.947 0 1.714.767 1.714 1.714v1.716q-3.29 1.605-6.58-1.216q-4.194 3.596-8.388 0q-3.516 3.014-7.032.975v-1.475c0-.947.768-1.714 1.714-1.714h4.688L16 28.581V25h2v4h2v-4h2v4h2v-4h2zM29 42v-1.798H13V42h-2v-1.924a4 4 0 0 1-3-3.874v-5.488A3.71 3.71 0 0 1 11.714 27s-.683-.713-1.463-1.81C9.21 23.726 8 21.582 8 19.53V5.643h26V19.53c0 2.053-1.211 4.197-2.25 5.66c-.781 1.097-1.464 1.81-1.464 1.81a3.7 3.7 0 0 1 2.995 1.518h1.427v-1.9h4.494v2h-3.1a6 6 0 0 1 4.898 5.9v1.19h-4.494v-1.696a1 1 0 0 0-1-1H34v3.19a4 4 0 0 1-3 3.874V42zm3-34.357v7.505c-8.545 1.237-13.536 1.25-22-.148V7.643zm9 32.539C41 41.186 40.328 42 39.5 42s-1.5-.814-1.5-1.818C38 38.59 39.5 37 39.5 37s1.5 1.59 1.5 3.182" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsTreatedWaterNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-treated-water-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(%23healthiconsTreatedWaterNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM26%2028.581l-.402.419h4.688c.947%200%201.714.767%201.714%201.714v1.716q-3.29%201.605-6.58-1.216q-4.194%203.596-8.388%200q-3.516%203.014-7.032.975v-1.475c0-.947.768-1.714%201.714-1.714h4.688L16%2028.581V25h2v4h2v-4h2v4h2v-4h2zM29%2042v-1.798H13V42h-2v-1.924a4%204%200%200%201-3-3.874v-5.488A3.71%203.71%200%200%201%2011.714%2027s-.683-.713-1.463-1.81C9.21%2023.726%208%2021.582%208%2019.53V5.643h26V19.53c0%202.053-1.211%204.197-2.25%205.66c-.781%201.097-1.464%201.81-1.464%201.81a3.7%203.7%200%200%201%202.995%201.518h1.427v-1.9h4.494v2h-3.1a6%206%200%200%201%204.898%205.9v1.19h-4.494v-1.696a1%201%200%200%200-1-1H34v3.19a4%204%200%200%201-3%203.874V42zm3-34.357v7.505c-8.545%201.237-13.536%201.25-22-.148V7.643zm9%2032.539C41%2041.186%2040.328%2042%2039.5%2042s-1.5-.814-1.5-1.818C38%2038.59%2039.5%2037%2039.5%2037s1.5%201.59%201.5%203.182%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsTreatedWaterNegative%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(%23healthiconsTreatedWaterNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM26%2028.581l-.402.419h4.688c.947%200%201.714.767%201.714%201.714v1.716q-3.29%201.605-6.58-1.216q-4.194%203.596-8.388%200q-3.516%203.014-7.032.975v-1.475c0-.947.768-1.714%201.714-1.714h4.688L16%2028.581V25h2v4h2v-4h2v4h2v-4h2zM29%2042v-1.798H13V42h-2v-1.924a4%204%200%200%201-3-3.874v-5.488A3.71%203.71%200%200%201%2011.714%2027s-.683-.713-1.463-1.81C9.21%2023.726%208%2021.582%208%2019.53V5.643h26V19.53c0%202.053-1.211%204.197-2.25%205.66c-.781%201.097-1.464%201.81-1.464%201.81a3.7%203.7%200%200%201%202.995%201.518h1.427v-1.9h4.494v2h-3.1a6%206%200%200%201%204.898%205.9v1.19h-4.494v-1.696a1%201%200%200%200-1-1H34v3.19a4%204%200%200%201-3%203.874V42zm3-34.357v7.505c-8.545%201.237-13.536%201.25-22-.148V7.643zm9%2032.539C41%2041.186%2040.328%2042%2039.5%2042s-1.5-.814-1.5-1.818C38%2038.59%2039.5%2037%2039.5%2037s1.5%201.59%201.5%203.182%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsTreatedWaterNegative%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/treated-water-negative.svg?color=%231a73e8&size=48