Waterdrinkreminder Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Waterdrinkreminder 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/334999.svg" alt="Waterdrinkreminder icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334999.svg" alt="Waterdrinkreminder icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334999.svg" alt="Waterdrinkreminder icon" :width="24" :height="24" />
CSS background
.icon-waterdrinkreminder {
background-image: url('https://proicons.com/icon/334999.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 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M32.55,29.61a7.95,7.95,0,1,0,8,7.94h0a7.94,7.94,0,0,0-8-7.93Z"/><path class="a" d="M27.29,43.5H17.12a2.34,2.34,0,0,1-2.33-2.08L10.8,5.8A1.17,1.17,0,0,1,12,4.5H36A1.17,1.17,0,0,1,37.2,5.8L34.53,29.61"/><path class="a" d="M12.21,17C19.63,17,19.63,19.9,27,19.9c4.63,0,6.37-1.15,8.83-2"/><line class="a" x1="32.55" y1="37.55" x2="32.55" y2="32.09"/><line class="a" x1="32.55" y1="37.55" x2="35.77" y2="39.65"/></svg>
Copied!