water-outline from Material Design Icons by Pictogrammers · Outline · Home Automation · Apache-2.0 Free for personal and commercial use.

Name
water-outline
Set
Material Design Icons
Style
Outline
Category
Home Automation
Viewbox
24×24
License
Apache 2.0
Aliases
blood-outline, drop-outline, ink-outline, water-drop-outline

1 other variant in Material Design Icons

The same icon in other sets

More home automation icons from Material Design Icons

Use the water icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 3.77l-.75.84S9.97 6.06 8.68 7.94S6 12.07 6 14.23a6 6 0 0 0 6 6a6 6 0 0 0 6-6c0-2.16-1.39-4.41-2.68-6.29s-2.57-3.33-2.57-3.33zm0 3.13c.44.52.84.95 1.68 2.17c1.21 1.76 2.32 4 2.32 5.16c0 2.22-1.78 4-4 4s-4-1.78-4-4c0-1.16 1.11-3.4 2.32-5.16c.84-1.22 1.24-1.65 1.68-2.17"/></svg>

React

import type { SVGProps } from "react";

export function MdiWaterOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 3.77l-.75.84S9.97 6.06 8.68 7.94S6 12.07 6 14.23a6 6 0 0 0 6 6a6 6 0 0 0 6-6c0-2.16-1.39-4.41-2.68-6.29s-2.57-3.33-2.57-3.33zm0 3.13c.44.52.84.95 1.68 2.17c1.21 1.76 2.32 4 2.32 5.16c0 2.22-1.78 4-4 4s-4-1.78-4-4c0-1.16 1.11-3.4 2.32-5.16c.84-1.22 1.24-1.65 1.68-2.17"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 3.77l-.75.84S9.97 6.06 8.68 7.94S6 12.07 6 14.23a6 6 0 0 0 6 6a6 6 0 0 0 6-6c0-2.16-1.39-4.41-2.68-6.29s-2.57-3.33-2.57-3.33zm0 3.13c.44.52.84.95 1.68 2.17c1.21 1.76 2.32 4 2.32 5.16c0 2.22-1.78 4-4 4s-4-1.78-4-4c0-1.16 1.11-3.4 2.32-5.16c.84-1.22 1.24-1.65 1.68-2.17"/></svg>
</template>

CSS

.icon-water-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%203.77l-.75.84S9.97%206.06%208.68%207.94S6%2012.07%206%2014.23a6%206%200%200%200%206%206a6%206%200%200%200%206-6c0-2.16-1.39-4.41-2.68-6.29s-2.57-3.33-2.57-3.33zm0%203.13c.44.52.84.95%201.68%202.17c1.21%201.76%202.32%204%202.32%205.16c0%202.22-1.78%204-4%204s-4-1.78-4-4c0-1.16%201.11-3.4%202.32-5.16c.84-1.22%201.24-1.65%201.68-2.17%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%203.77l-.75.84S9.97%206.06%208.68%207.94S6%2012.07%206%2014.23a6%206%200%200%200%206%206a6%206%200%200%200%206-6c0-2.16-1.39-4.41-2.68-6.29s-2.57-3.33-2.57-3.33zm0%203.13c.44.52.84.95%201.68%202.17c1.21%201.76%202.32%204%202.32%205.16c0%202.22-1.78%204-4%204s-4-1.78-4-4c0-1.16%201.11-3.4%202.32-5.16c.84-1.22%201.24-1.65%201.68-2.17%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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