Kangaride Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kangaride 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/342380.svg" alt="Kangaride icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342380.svg" alt="Kangaride icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342380.svg" alt="Kangaride icon" :width="24" :height="24" />
CSS background
.icon-kangaride {
background-image: url('https://proicons.com/icon/342380.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m18.7373,19.4479l-8.1057,23.9995,14.7892.0526.263-10.579,8.4213,1.2634,3.2633-3.1581-18.6311-11.5785Zm.9469-2.1586c4.8759-3.1508,6.6073-6.5257,4.5793-12.7893l-4.5793,12.7893Zm14.4735-7.2105c-.5759,6.893-8.7378,8.9473-11.5794,8.053l11.5794-8.053Z"/><path class="c" d="m21.8745,27.783c-1.0113.0885-1.9029-.6594-1.9917-1.6707-.0891-1.011.6579-1.9029,1.6688-1.9926,1.011-.0902,1.9038.6561,1.9944,1.667.0907,1.011-.6551,1.9043-1.6661,1.9953"/></svg>
Copied!