Kahon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kahon 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/327793.svg" alt="Kahon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327793.svg" alt="Kahon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327793.svg" alt="Kahon icon" :width="24" :height="24" />
CSS background
.icon-kahon {
background-image: url('https://proicons.com/icon/327793.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="d" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M17.472,12.521c-.6385,1.6157-4.4174,7.616-5.3943,8.0915l5.9416-.5863"/><path class="e" d="M20.13,16.743c-3.1402,5.2249-6.8329,9.6009-8.0524,10.046,3.0229-.6515,5.7744-1.0141,8.3651-1.3681"/><path class="e" d="M19.505,22.606c.4864,1.0535,1.1551,3.0815,1.5245,4.2216"/><path class="e" d="M13.446,29.759c-.2736,1.8372-.6645,3.8698-1.0554,5.238"/><path class="e" d="M16.729,29.681c.2022,1.083.4691,3.251.5473,4.5458"/><path class="e" d="M19.896,28.978c.3372.9969.7287,2.4847,1.0163,3.4789"/><path class="e" d="M34.247,12.932c-3.6176.9706-7.8912,1.6612-10.501,1.9931,0,0,.024,16.275.024,18.368,0,.768-.169,1.4655-.9668,2.1864,1.4378-.655,4.2931-1.667,6.0096-2.2073"/><path class="e" d="M30.21,13.903c0,2.4601.0747,6.0379.2835,9.2779.2491,3.8661.628,7.3879,1.8486,10.448.3379.8472,1.2384,1.8159,2.1337,1.6417,1.2772-.2484,1.2059-1.8502,1.4463-4.0262"/><path class="e" d="M23.824,23.192l11.638.0276"/><circle class="e" cx="24" cy="24" r="21.5"/></svg>
Copied!