Emoji Potable Water Symbol Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Potable Water Symbol 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/339927.svg" alt="Emoji Potable Water Symbol icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339927.svg" alt="Emoji Potable Water Symbol icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339927.svg" alt="Emoji Potable Water Symbol icon" :width="24" :height="24" />
CSS background
.icon-emoji-potable-water-symbol {
background-image: url('https://proicons.com/icon/339927.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M13.2879,30.6746s4.7769-1.9108,9.5538,0"/><path id="c" class="e" d="M36.4633,15.818v3.553c0,.4086-.3283.7296-.7296.7296h-12.315c-2.072,0-2.5608,1.7947-2.6702,2.7942-.0438.3648-.3502.642-.7223.642h-3.6624c-.4013,0-.7223-.3137-.7296-.7151-.0073-2.0427.5982-7.7332,7.7553-7.7332h3.7717v-3.2465h-3.4654v-2.3419h9.6667v2.3419h-3.4654v3.2465h5.8365c.4013,0,.7296.3283.7296.7296"/><path id="d" class="e" d="M11.5367,23.2139l2.8662,15.2861h7.643l2.8662-15.286"/><rect class="e" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!