Water Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Water 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/311692.svg" alt="Water icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311692.svg" alt="Water icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311692.svg" alt="Water icon" :width="24" :height="24" />
CSS background
.icon-water {
background-image: url('https://proicons.com/icon/311692.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 21H8V20H6V19H5V18H4V16H3V13H4V11H5V9H6V7H7V6H8V4H9V3H10V1H12V3H13V4H14V6H15V7H16V9H17V11H18V13H19V16H18V18H17V19H16V20H14ZM13 19V18H15V17H16V15H17V14H16V12H15V10H14V8H13V7H12V5H10V7H9V8H8V10H7V12H6V14H5V15H6V17H7V18H9V19Z"/></svg>
Copied!