Candy Crush Soda Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Candy Crush Soda 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/337983.svg" alt="Candy Crush Soda icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337983.svg" alt="Candy Crush Soda icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337983.svg" alt="Candy Crush Soda icon" :width="24" :height="24" />
CSS background
.icon-candy-crush-soda {
background-image: url('https://proicons.com/icon/337983.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><path class="c" d="m17.1967,33.753c-.4375,0-.8812-.0082-1.3339-.0254-3.936-.1483-7.006-3.4592-6.8577-7.3952s3.4629-7.0093,7.3952-6.8577c5.0585.1835,8.0707-1.3363,11.0424-3.6878,3.0872-2.444,7.5734-1.9229,10.0174,1.1659,2.4444,3.0888,1.9221,7.5738-1.1663,10.0178-3.7238,2.9471-9.6958,6.7823-19.0972,6.7823Z"/><path class="c" d="m2.6948,25.8981c5.3213,0,5.3213,2,10.6427,2s5.3196-2,10.6393-2c5.3233,0,5.3233,2,10.6466,2s5.3233-2,10.6466-2"/></svg>
Copied!