Codecheck Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Codecheck 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/323873.svg" alt="Codecheck icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323873.svg" alt="Codecheck icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323873.svg" alt="Codecheck icon" :width="24" :height="24" />
CSS background
.icon-codecheck {
background-image: url('https://proicons.com/icon/323873.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M21.11,32.54s-3.89-3.09-5.84-4.86A79.18,79.18,0,0,1,9.6,21.24c1-1.36,5.79-5.73,5.79-5.73a26.89,26.89,0,0,1,2.71,2.25C19.17,18.82,21.77,22,21.77,22,23.71,20.59,27,15.51,27,15.51,26.08,14.45,22,10.79,22,10.79a51.55,51.55,0,0,0-13.48,0C8,11.14,5.23,14.1,5.23,14.1,4,17.39,4.7,28.21,4.7,28.21c.94,1.42,9,8.86,9,8.86s6.21.59,8,.59S28.56,37,28.56,37a43.06,43.06,0,0,0,7.56-7.09,61.4,61.4,0,0,0,7.38-11.1l-6.26-5.49c-3.6,7.5-5.85,9.91-8.45,12.58A56.86,56.86,0,0,1,13.73,37.07"/><path class="a" d="M4.7,28.21a49.8,49.8,0,0,1,4.9-7"/><path class="a" d="M15.39,15.51A72.88,72.88,0,0,1,22,10.79"/></svg>
Copied!