Koleo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Koleo 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/342580.svg" alt="Koleo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342580.svg" alt="Koleo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342580.svg" alt="Koleo icon" :width="24" :height="24" />
CSS background
.icon-koleo {
background-image: url('https://proicons.com/icon/342580.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-miterlimit:10;}</style></defs><path class="a" d="M16.7993,43.5a5,5,0,0,1-3.5356-8.5352L24.1953,24.0332,13.1978,13.0352a5,5,0,0,1,7.0712-7.07L34.8022,20.498a4.9994,4.9994,0,0,1,0,7.07L20.335,42.0352A4.9853,4.9853,0,0,1,16.7993,43.5Z"/></svg>
Copied!