Stay Hydrated Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stay Hydrated 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/347875.svg" alt="Stay Hydrated icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347875.svg" alt="Stay Hydrated icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347875.svg" alt="Stay Hydrated icon" :width="24" :height="24" />
CSS background
.icon-stay-hydrated {
background-image: url('https://proicons.com/icon/347875.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M37,30.5c0-12.0114-13-26-13-26s-13,13.9886-13,26a13,13,0,0,0,26,0Z"/><line class="a" x1="24" y1="31.0654" x2="24" y2="20.9159"/><line class="a" x1="30.4299" y1="31.0654" x2="24" y2="31.0654"/><path class="a" d="M14.5178,30.3776A9.4822,9.4822,0,0,0,24,39.86"/></svg>
Copied!