Water Glass Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Water Glass 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/311037.svg" alt="Water Glass icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311037.svg" alt="Water Glass icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311037.svg" alt="Water Glass icon" :width="24" :height="24" />
CSS background
.icon-water-glass {
background-image: url('https://proicons.com/icon/311037.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M19.2062 3.00003H4.80422C4.65554 2.99894 4.50833 3.02991 4.3724 3.09089C4.23647 3.15186 4.11495 3.24143 4.01592 3.35363C3.91689 3.46583 3.84262 3.59809 3.79808 3.7416C3.75353 3.88511 3.73972 4.03657 3.75757 4.1859L5.40082 18.1941C5.49099 18.9707 5.86121 19.6865 6.44059 20.2042C7.01996 20.7219 7.76777 21.0053 8.54079 20.9999H15.5115C16.2846 21.0053 17.0324 20.7219 17.6117 20.2042C18.1911 19.6865 18.5613 18.9707 18.6515 18.1941L20.2424 4.1859C20.2602 4.03746 20.2466 3.8869 20.2027 3.74413C20.1588 3.60137 20.0854 3.46963 19.9876 3.3576C19.8897 3.24557 19.7694 3.15578 19.6348 3.09415C19.5001 3.03252 19.354 3.00044 19.2062 3.00003Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M4.37509 9.35293C7.21154 8.29411 10.2259 7.35177 12.5809 9.21528C14.9359 11.0788 17.1967 10.7612 19.5412 10.2741" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M7.8186 14.5729L8.05933 16.2776C8.12627 16.6956 8.33349 17.0775 8.64612 17.359C8.95875 17.6406 9.35771 17.8046 9.77585 17.8235L10.8225 17.8764" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!