Circle K Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Circle K 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/338283.svg" alt="Circle K icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338283.svg" alt="Circle K icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338283.svg" alt="Circle K icon" :width="24" :height="24" />
CSS background
.icon-circle-k {
background-image: url('https://proicons.com/icon/338283.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M35.393,42.2314c-9.4845,5.9265-21.9288,3.5921-28.6204-5.3688C.0809,27.9018,1.3768,15.3074,9.7532,7.897,18.1293.487,30.7877.7356,38.8664,8.4687c8.0787,7.7334,8.8792,20.3687,1.8411,29.0597"/><path class="cls-1" d="M22.2584,21.6748l8.1351-9.8779h8.1351l-8.7162,11.6211"/><path class="cls-1" d="M29.8124,23.418l10.7338,14.3102"/><path class="cls-1" d="M22.2584,25.1612l13.3171,16.9564"/><path class="cls-1" d="M22.2584,21.6748l-.0172-9.9112-7.5036.0664-.0664,24.3706h7.3707l.2164-11.04"/></svg>
Copied!