Soft Drinks Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Soft Drinks 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/306539.svg" alt="Soft Drinks icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306539.svg" alt="Soft Drinks icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306539.svg" alt="Soft Drinks icon" :width="24" :height="24" />
CSS background
.icon-soft-drinks {
background-image: url('https://proicons.com/icon/306539.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M693 265c-107 1-215 2-323 4L347 62l-34 4 23 203h-32c-54 1-67 14-60 67 13 103 25 205 37 308 9 80 16 161 26 241 4 39 18 52 58 52 44 1 88 0 133 0h126c50 1 66-15 72-65l60-537c6-53-8-71-63-70zM292 498c-7-60-13-117-20-175-2-22 7-28 27-28h40l22 203h-69zm208 418c-79 0-144-5-144-12 0-6 65-11 144-11s144 5 144 11-65 12-144 12zm226-591c-8 56-13 113-19 173H395l-22-203c109 1 217 1 326 0 21 0 31 5 27 30z"/></svg>
Copied!