Drinkable Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Drinkable 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/339308.svg" alt="Drinkable icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339308.svg" alt="Drinkable icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339308.svg" alt="Drinkable icon" :width="24" :height="24" />
CSS background
.icon-drinkable {
background-image: url('https://proicons.com/icon/339308.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M18.7579,43.5h10.4842"/><path class="b" d="M24,43.5v-14.6778L9.3222,13.6202h29.3556l-14.6778,15.202"/><path class="b" d="M14.2497,18.338s2.4218-.7339,3.6695-.7339,2.4218,.7339,3.6695,.7339,2.4218-.7339,3.6695-.7339,2.4218,.7339,3.6695,.7339,2.4218-.7537,3.6695-.7339c.5527,.0088,1.6146,.3768,1.6146,.3768"/><path class="b" d="M27.2501,17.8138l4.2733-8.4114m1.7509-3.4461l.74-1.4562"/><circle class="b" cx="32.3454" cy="7.6756" r="1.8871"/></svg>
Copied!