water treatment icon

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

Name
water-treatment-outline
Set
Health Icons
Style
Outline
Category
Symbols
Viewbox
48×48
License
MIT
Aliases
water-treatment2x-outline

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="M41.425 28.515A18 18 0 0 1 35.314 38H41v2h-9v-9h2v5.49A16 16 0 0 0 19.217 8.732l-.598-1.909a18 18 0 0 1 22.806 21.692M8.511 19.987A16 16 0 0 1 14 11.51V17h2V8H7v2h5.686a18 18 0 0 0 16.695 31.177l-.598-1.908A16 16 0 0 1 8.51 19.987"/><path fill-rule="evenodd" d="M22.697 16.54C20.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.54M24 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 31" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsWaterTreatmentOutline(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="M41.425 28.515A18 18 0 0 1 35.314 38H41v2h-9v-9h2v5.49A16 16 0 0 0 19.217 8.732l-.598-1.909a18 18 0 0 1 22.806 21.692M8.511 19.987A16 16 0 0 1 14 11.51V17h2V8H7v2h5.686a18 18 0 0 0 16.695 31.177l-.598-1.908A16 16 0 0 1 8.51 19.987"/><path fillRule="evenodd" d="M22.697 16.54C20.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.54M24 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 31" 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="M41.425 28.515A18 18 0 0 1 35.314 38H41v2h-9v-9h2v5.49A16 16 0 0 0 19.217 8.732l-.598-1.909a18 18 0 0 1 22.806 21.692M8.511 19.987A16 16 0 0 1 14 11.51V17h2V8H7v2h5.686a18 18 0 0 0 16.695 31.177l-.598-1.908A16 16 0 0 1 8.51 19.987"/><path fill-rule="evenodd" d="M22.697 16.54C20.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.54M24 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 31" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-water-treatment-outline {
  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%22M41.425%2028.515A18%2018%200%200%201%2035.314%2038H41v2h-9v-9h2v5.49A16%2016%200%200%200%2019.217%208.732l-.598-1.909a18%2018%200%200%201%2022.806%2021.692M8.511%2019.987A16%2016%200%200%201%2014%2011.51V17h2V8H7v2h5.686a18%2018%200%200%200%2016.695%2031.177l-.598-1.908A16%2016%200%200%201%208.51%2019.987%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22.697%2016.54C20.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.54M24%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%2031%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%22M41.425%2028.515A18%2018%200%200%201%2035.314%2038H41v2h-9v-9h2v5.49A16%2016%200%200%200%2019.217%208.732l-.598-1.909a18%2018%200%200%201%2022.806%2021.692M8.511%2019.987A16%2016%200%200%201%2014%2011.51V17h2V8H7v2h5.686a18%2018%200%200%200%2016.695%2031.177l-.598-1.908A16%2016%200%200%201%208.51%2019.987%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22.697%2016.54C20.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.54M24%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%2031%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-outline.svg?color=%231a73e8&size=48