Koler Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Koler 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/342581.svg" alt="Koler icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342581.svg" alt="Koler icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342581.svg" alt="Koler icon" :width="24" :height="24" />
CSS background
.icon-koler {
background-image: url('https://proicons.com/icon/342581.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="M40.72,30.28a62,62,0,0,1-6.3-1.11,3.11,3.11,0,0,0-3,.58c-.53.54-2.06,2.05-3.65,3.61a28.69,28.69,0,0,1-13.1-13.11c1.55-1.59,3-3.11,3.59-3.64a3.11,3.11,0,0,0,.58-3,61.84,61.84,0,0,1-1.11-6.31,2,2,0,0,0-2.3-1.77H6.91A1.5,1.5,0,0,0,5.55,6.9C5,14.59,9.29,22.82,10.16,24.4h0l0,.06.12.23h0a35.44,35.44,0,0,0,13,13h0l.44.25h0C25.72,39,33.67,43,41.1,42.45a1.5,1.5,0,0,0,1.39-1.36V32.58A2,2,0,0,0,40.72,30.28Z"/><line class="a" x1="17.71" y1="7.28" x2="7.24" y2="17.75"/><line class="a" x1="16.65" y1="23.68" x2="12.43" y2="27.9"/><line class="a" x1="24.31" y1="31.35" x2="20.11" y2="35.56"/><line class="a" x1="40.72" y1="30.28" x2="30.25" y2="40.75"/></svg>
Copied!