Koda For Kustom Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Koda For Kustom 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/342573.svg" alt="Koda For Kustom icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342573.svg" alt="Koda For Kustom icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342573.svg" alt="Koda For Kustom icon" :width="24" :height="24" />
CSS background
.icon-koda-for-kustom {
background-image: url('https://proicons.com/icon/342573.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M22.2922,8.5157l.045,21.5152c.0126,6.0302-6.4871,12.5613-13.8641,12.468-1.815-.0229-2.93-1.2112-2.9259-3.1958l.045-21.6053c.0144-6.882,6.0037-12.18,13.9541-12.198,1.8894-.0043,2.7426,1.4781,2.7458,3.0157Z"/><circle id="c" class="e" cx="35.8641" cy="35.6574" r="6.2986"/><path id="d" class="e" d="M42.4528,5.5544h-8.4666c-3.02,0-4.7607,2.2353-4.7426,5.2515v10.5888c.0294,4.8814,13.2091-2.9318,13.2091-9.6658v-6.1745Z"/></svg>
Copied!