water treatment icon

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

Name
water-treatment
Set
Health Icons
Style
Filled
Category
Symbols
Viewbox
48×48
License
MIT

1 other variant in Health Icons

More symbols icons from Health Icons

Use the water treatment icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M30 26.818C30 30.232 27.314 33 24 33s-6-2.768-6-6.182C18 21.41 24 15 24 15s6 6.41 6 11.818"/><path fill-rule="evenodd" d="M24 31c2.153 0 4-1.816 4-4.182c0-2.08-1.206-4.613-2.67-6.838A31 31 0 0 0 24 18.12a31 31 0 0 0-1.33 1.86C21.207 22.206 20 24.737 20 26.819C20 29.184 21.847 31 24 31m-1.303-14.46C20.932 18.767 18 23.037 18 26.818C18 30.232 20.686 33 24 33s6-2.768 6-6.182c0-3.78-2.932-8.05-4.696-10.278C24.543 15.58 24 15 24 15s-.544.58-1.303 1.54" clip-rule="evenodd"/><path fill-rule="evenodd" d="M14.86 10.867A16 16 0 0 0 28.784 39.27l.598 1.908A18 18 0 0 1 13.718 9.225zm18.28 26.266A16 16 0 0 0 19.216 8.732l-.598-1.909a18 18 0 0 1 15.663 31.952z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M14 10H7V8h9v9h-2zm20 28h7v2h-9v-9h2z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsWaterTreatment(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M30 26.818C30 30.232 27.314 33 24 33s-6-2.768-6-6.182C18 21.41 24 15 24 15s6 6.41 6 11.818"/><path fillRule="evenodd" d="M24 31c2.153 0 4-1.816 4-4.182c0-2.08-1.206-4.613-2.67-6.838A31 31 0 0 0 24 18.12a31 31 0 0 0-1.33 1.86C21.207 22.206 20 24.737 20 26.819C20 29.184 21.847 31 24 31m-1.303-14.46C20.932 18.767 18 23.037 18 26.818C18 30.232 20.686 33 24 33s6-2.768 6-6.182c0-3.78-2.932-8.05-4.696-10.278C24.543 15.58 24 15 24 15s-.544.58-1.303 1.54" clipRule="evenodd"/><path fillRule="evenodd" d="M14.86 10.867A16 16 0 0 0 28.784 39.27l.598 1.908A18 18 0 0 1 13.718 9.225zm18.28 26.266A16 16 0 0 0 19.216 8.732l-.598-1.909a18 18 0 0 1 15.663 31.952z" clipRule="evenodd"/><path fillRule="evenodd" d="M14 10H7V8h9v9h-2zm20 28h7v2h-9v-9h2z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M30 26.818C30 30.232 27.314 33 24 33s-6-2.768-6-6.182C18 21.41 24 15 24 15s6 6.41 6 11.818"/><path fill-rule="evenodd" d="M24 31c2.153 0 4-1.816 4-4.182c0-2.08-1.206-4.613-2.67-6.838A31 31 0 0 0 24 18.12a31 31 0 0 0-1.33 1.86C21.207 22.206 20 24.737 20 26.819C20 29.184 21.847 31 24 31m-1.303-14.46C20.932 18.767 18 23.037 18 26.818C18 30.232 20.686 33 24 33s6-2.768 6-6.182c0-3.78-2.932-8.05-4.696-10.278C24.543 15.58 24 15 24 15s-.544.58-1.303 1.54" clip-rule="evenodd"/><path fill-rule="evenodd" d="M14.86 10.867A16 16 0 0 0 28.784 39.27l.598 1.908A18 18 0 0 1 13.718 9.225zm18.28 26.266A16 16 0 0 0 19.216 8.732l-.598-1.909a18 18 0 0 1 15.663 31.952z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M14 10H7V8h9v9h-2zm20 28h7v2h-9v-9h2z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-water-treatment {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M30%2026.818C30%2030.232%2027.314%2033%2024%2033s-6-2.768-6-6.182C18%2021.41%2024%2015%2024%2015s6%206.41%206%2011.818%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2031c2.153%200%204-1.816%204-4.182c0-2.08-1.206-4.613-2.67-6.838A31%2031%200%200%200%2024%2018.12a31%2031%200%200%200-1.33%201.86C21.207%2022.206%2020%2024.737%2020%2026.819C20%2029.184%2021.847%2031%2024%2031m-1.303-14.46C20.932%2018.767%2018%2023.037%2018%2026.818C18%2030.232%2020.686%2033%2024%2033s6-2.768%206-6.182c0-3.78-2.932-8.05-4.696-10.278C24.543%2015.58%2024%2015%2024%2015s-.544.58-1.303%201.54%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.86%2010.867A16%2016%200%200%200%2028.784%2039.27l.598%201.908A18%2018%200%200%201%2013.718%209.225zm18.28%2026.266A16%2016%200%200%200%2019.216%208.732l-.598-1.909a18%2018%200%200%201%2015.663%2031.952z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14%2010H7V8h9v9h-2zm20%2028h7v2h-9v-9h2z%22%20clip-rule%3D%22evenodd%22%2F%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%22currentColor%22%3E%3Cpath%20d%3D%22M30%2026.818C30%2030.232%2027.314%2033%2024%2033s-6-2.768-6-6.182C18%2021.41%2024%2015%2024%2015s6%206.41%206%2011.818%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2031c2.153%200%204-1.816%204-4.182c0-2.08-1.206-4.613-2.67-6.838A31%2031%200%200%200%2024%2018.12a31%2031%200%200%200-1.33%201.86C21.207%2022.206%2020%2024.737%2020%2026.819C20%2029.184%2021.847%2031%2024%2031m-1.303-14.46C20.932%2018.767%2018%2023.037%2018%2026.818C18%2030.232%2020.686%2033%2024%2033s6-2.768%206-6.182c0-3.78-2.932-8.05-4.696-10.278C24.543%2015.58%2024%2015%2024%2015s-.544.58-1.303%201.54%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.86%2010.867A16%2016%200%200%200%2028.784%2039.27l.598%201.908A18%2018%200%200%201%2013.718%209.225zm18.28%2026.266A16%2016%200%200%200%2019.216%208.732l-.598-1.909a18%2018%200%200%201%2015.663%2031.952z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14%2010H7V8h9v9h-2zm20%2028h7v2h-9v-9h2z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/water-treatment.svg?color=%231a73e8&size=48