Kadokomi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kadokomi 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/327783.svg" alt="Kadokomi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327783.svg" alt="Kadokomi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327783.svg" alt="Kadokomi icon" :width="24" :height="24" />
CSS background
.icon-kadokomi {
background-image: url('https://proicons.com/icon/327783.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"><path d="M9.2361,5.875v16.444" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M5.125,9.9861h16.444v12.333" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M25.681,22.319V5.875" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M42.125,14.097h-16.444" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><circle cx="33.903" cy="5.875" r=".75" style="fill:#000; stroke-width:0px;"/><circle cx="42.125" cy="5.875" r=".75" style="fill:#000; stroke-width:0px;"/><path d="M5.125,26.431h16.444v16.444H5.125" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M42.125,31.912l-16.444,5.4815" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M25.681,26.431h16.444" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M25.681,42.875h16.444" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!