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

Name
water-well-outline
Set
Material Design Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

Related icons in Material Design Icons

Use the water well icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.62 8H5v7h2V8h4v2h2V8h4v7h2V8h1.61c.55 0 1-.44 1-1a.9.9 0 0 0-.05-.32L19 2H5L2.72 6.55A.998.998 0 0 0 3.62 8m2.62-4h11.52l1 2H5.24zM2 16v2h2v4h16v-4h2v-2zm16 4H6v-2h12zm-4.07-9c.28 0 .5.22.5.5v.06l-.38 3c-.05.25-.24.44-.49.44h-3.12c-.25 0-.44-.19-.49-.44l-.38-3A.51.51 0 0 1 10 11z"/></svg>

React

import type { SVGProps } from "react";

export function MdiWaterWellOutline(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="M3.62 8H5v7h2V8h4v2h2V8h4v7h2V8h1.61c.55 0 1-.44 1-1a.9.9 0 0 0-.05-.32L19 2H5L2.72 6.55A.998.998 0 0 0 3.62 8m2.62-4h11.52l1 2H5.24zM2 16v2h2v4h16v-4h2v-2zm16 4H6v-2h12zm-4.07-9c.28 0 .5.22.5.5v.06l-.38 3c-.05.25-.24.44-.49.44h-3.12c-.25 0-.44-.19-.49-.44l-.38-3A.51.51 0 0 1 10 11z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.62 8H5v7h2V8h4v2h2V8h4v7h2V8h1.61c.55 0 1-.44 1-1a.9.9 0 0 0-.05-.32L19 2H5L2.72 6.55A.998.998 0 0 0 3.62 8m2.62-4h11.52l1 2H5.24zM2 16v2h2v4h16v-4h2v-2zm16 4H6v-2h12zm-4.07-9c.28 0 .5.22.5.5v.06l-.38 3c-.05.25-.24.44-.49.44h-3.12c-.25 0-.44-.19-.49-.44l-.38-3A.51.51 0 0 1 10 11z"/></svg>
</template>

CSS

.icon-water-well-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%22M3.62%208H5v7h2V8h4v2h2V8h4v7h2V8h1.61c.55%200%201-.44%201-1a.9.9%200%200%200-.05-.32L19%202H5L2.72%206.55A.998.998%200%200%200%203.62%208m2.62-4h11.52l1%202H5.24zM2%2016v2h2v4h16v-4h2v-2zm16%204H6v-2h12zm-4.07-9c.28%200%20.5.22.5.5v.06l-.38%203c-.05.25-.24.44-.49.44h-3.12c-.25%200-.44-.19-.49-.44l-.38-3A.51.51%200%200%201%2010%2011z%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%22M3.62%208H5v7h2V8h4v2h2V8h4v7h2V8h1.61c.55%200%201-.44%201-1a.9.9%200%200%200-.05-.32L19%202H5L2.72%206.55A.998.998%200%200%200%203.62%208m2.62-4h11.52l1%202H5.24zM2%2016v2h2v4h16v-4h2v-2zm16%204H6v-2h12zm-4.07-9c.28%200%20.5.22.5.5v.06l-.38%203c-.05.25-.24.44-.49.44h-3.12c-.25%200-.44-.19-.49-.44l-.38-3A.51.51%200%200%201%2010%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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