Water Fill Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Water Fill icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/311691.svg" alt="Water Fill icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311691.svg" alt="Water Fill icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311691.svg" alt="Water Fill icon" :width="24" :height="24" />
CSS background
.icon-water-fill {
background-image: url('https://proicons.com/icon/311691.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path d="M14 21H8V20H6V19H5V18H4V16H3V13H4V11H5V9H6V7H7V6H8V4H9V3H10V1H12V3H13V4H14V6H15V7H16V9H17V11H18V13H19V16H18V18H17V19H16V20H14Z"/></svg>
Copied!