Coke On Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Coke On 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/323903.svg" alt="Coke On icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323903.svg" alt="Coke On icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323903.svg" alt="Coke On icon" :width="24" :height="24" />
CSS background
.icon-coke-on {
background-image: url('https://proicons.com/icon/323903.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m32.137,16.258c4.1808,2.7423,6.6992,7.406,6.699,12.406h0c0,8.1937-6.6423,14.836-14.836,14.836h0c-8.1937,0-14.836-6.6423-14.836-14.836h0c-.0002-4.9987,2.5169-9.6614,6.696-12.404"/><path class="b" d="m25.5611,5.562c.215.44.31.697.236,1.298-.224,1.795.057,2.283.583,3.836.84,2.476,1.67,3.928,1.67,7.91,0,3.444-.745,5.175-.768,8.08-.014,1.877.621,2.878.828,4.266.304,2.049-1.628,2.19-4.11,2.19s-4.415-.141-4.11-2.19c.206-1.388.842-2.39.827-4.267-.023-2.904-.767-4.635-.767-8.078,0-3.983.83-5.435,1.669-7.911.526-1.553.808-2.04.584-3.836-.075-.6.02-.859.236-1.298-1.014-.713.646-1.062,1.56-1.062.916,0,2.575.349,1.562,1.062Z"/></svg>
Copied!