Kalo Home Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kalo Home icon is commonly used in navigation bars, dashboards and breadcrumbs. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/327812.svg" alt="Kalo Home icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327812.svg" alt="Kalo Home icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327812.svg" alt="Kalo Home icon" :width="24" :height="24" />
CSS background
.icon-kalo-home {
background-image: url('https://proicons.com/icon/327812.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M34.7168,12.7127c9.4688,11.0977-.5091,18.8355-.5091,18.8355l3.7642,4.7787s11.4829-10.8351-2.1238-24.4422c0,0-1.4368-.8397-1.1313.8275v.0005Z"/><path class="b" d="M21.2141,19.2547v9.4907h4.7453"/><path class="b" d="M5.5,19.2547v9.4907"/><path class="b" d="M5.5,25.4399l5.1012-6.153"/><path class="b" d="M10.6012,28.7457l-3.9076-4.7453"/><path class="b" d="M30.2507,19.2547c1.7417,0,3.1437,1.4022,3.1437,3.1437v3.2031c0,1.7417-1.4022,3.1437-3.1437,3.1437s-3.1437-1.4022-3.1437-3.1437v-3.2031c0-1.7417,1.4022-3.1437,3.1437-3.1437Z"/><path class="b" d="M17.9518,25.6014h-4.2049"/><path class="b" d="M12.7057,28.7457l3.1437-9.4907,3.1437,9.4907"/></svg>
Copied!