Cielo Home Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cielo 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/338257.svg" alt="Cielo Home icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338257.svg" alt="Cielo Home icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338257.svg" alt="Cielo Home icon" :width="24" :height="24" />
CSS background
.icon-cielo-home {
background-image: url('https://proicons.com/icon/338257.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="M24.4786,33.7325c-5.7397,0-10.3495-4.8384-9.9727-10.6593.3438-5.3121,4.9918-9.3292,10.3149-9.3292h2.3781c4.6976,0,8.5058-3.8082,8.5058-8.5058h0s-11.9081,0-11.9081,0C13.5794,5.2383,5.2967,13.521,5.2967,23.7383h0c0,10.2173,8.2828,18.5,18.5,18.5h11.9081c0-4.6976-3.8082-8.5058-8.5058-8.5058h-2.7204Z"/><path class="c" d="M34.4192,23.0913l-6.1752-5.9797c-.4689-.4541-1.2135-.4541-1.6825,0l-6.1752,5.9797c-.5332.5163-.1677,1.4192.5745,1.4192h.7825v4.7634c0,.3667.2973.6639.6639.6639h9.9911c.3667,0,.6639-.2973.6639-.6639v-4.7634h.7824c.7422,0,1.1077-.9029.5745-1.4192Z"/><path class="c" d="M28.6079,26.4361c-.6922-.578-1.698-.5807-2.3934-.0065v.0065"/><path class="c" d="M29.7504,25.1375c-1.3609-1.1227-3.3268-1.1227-4.6878,0"/><path class="c" d="M30.8766,23.7743c-2.0151-1.6692-4.9325-1.6692-6.9476,0"/></svg>
Copied!