Koloro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Koloro 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/328023.svg" alt="Koloro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328023.svg" alt="Koloro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328023.svg" alt="Koloro icon" :width="24" :height="24" />
CSS background
.icon-koloro {
background-image: url('https://proicons.com/icon/328023.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M11.762,43.5c-2.794-12.738,1.113-20.876,8.07-27.998M14.397,16.297c-3.594,4.152-6.644,6.663-4.816,13.25-.809-1.16-1.499-1.62-2.426-1.81,2.045,3.233,2.287,5.77,2.285,8.559-.003,3.901.735,6.373,2.322,7.204M11.056,37.233c1.009-1.504,3.19-2.42,5.727-3.26l-1.243-.46c1.97-.403,3.003-1.82,4.202-3.057l1.43-1.314c-1.078.531-2.356.852-4.105.675,1.493-.354,3.206-.997,4.31-2.076,3.297-3.217,5.644-7.154,7.376-11.128-.64-.165-1.166-.073-1.944.15,1.045-.602,2.163-.988,3.134-1.812,1.029-.872,1.669-1.98,2.138-3.102,2.501-2.598,5.338-4.96,8.764-6.993-13.256-2.12-24.108,5.681-26.448,11.44"/></svg>
Copied!