Homebase Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Homebase 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/327095.svg" alt="Homebase icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327095.svg" alt="Homebase icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327095.svg" alt="Homebase icon" :width="24" :height="24" />
CSS background
.icon-homebase {
background-image: url('https://proicons.com/icon/327095.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-miterlimit:4;stroke-width:1px;}</style></defs><path class="b" d="M29.2759,43.5c-.2212,0-.4163-.1952-.4163-.4163v-15.4048c0-3.3308-1.75-4.3847-4.4952-4.3847-1.8606,0-3.2787.7481-4.2741,1.6329-.6115.5269-.9758,1.3076-.9758,2.1143v16.0424c0,.2212-.1952.4163-.4163.4163h-7.826c-.2212,0-.4163-.1952-.4163-.4163V4.9163c0-.2212.1952-.4163.4163-.4163h7.826c.2212,0,.4163.1952.4163.4163v13.6289c0,.3578.4424.553.6961.3058,1.776-1.6654,4.7164-3.2462,8.7173-3.2462,6.1867,0,9.0165,3.4934,9.0165,8.5221v18.9568c0,.2212-.1952.4163-.4163.4163h-7.852Z"/></svg>
Copied!