Darkcroc Theme Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Darkcroc Theme 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/338839.svg" alt="Darkcroc Theme icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338839.svg" alt="Darkcroc Theme icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338839.svg" alt="Darkcroc Theme icon" :width="24" :height="24" />
CSS background
.icon-darkcroc-theme {
background-image: url('https://proicons.com/icon/338839.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="M16.1038,16.1038,8.7972,8.7972M39.2028,39.2028l-7.4881-7.5636A10.861,10.861,0,1,1,24,13.1361a11.817,11.817,0,0,1,7.8038,3.0582l7.4741-7.3212a21.5,21.5,0,1,0-.0869,30.3415"/><path class="a" d="M16.27,31.73,8.7972,39.2028"/></svg>
Copied!