Dartchecker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dartchecker 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/338847.svg" alt="Dartchecker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338847.svg" alt="Dartchecker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338847.svg" alt="Dartchecker icon" :width="24" :height="24" />
CSS background
.icon-dartchecker {
background-image: url('https://proicons.com/icon/338847.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M27.424,45.2288a3.5,3.5,0,1,0-6.8529-.0234"/><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M31.8862,22.4751a23.497,23.497,0,0,0-15.75-.0081"/><path class="a" d="M30.9981,44.3346a7,7,0,0,0-13.9962,0"/><line class="a" x1="21.6414" y1="37.9126" x2="10.6321" y2="7.165"/><line class="a" x1="26.3589" y1="37.912" x2="37.3679" y2="7.165"/></svg>
Copied!