Genius Home Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Genius 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/326441.svg" alt="Genius Home icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326441.svg" alt="Genius Home icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326441.svg" alt="Genius Home icon" :width="24" :height="24" />
CSS background
.icon-genius-home {
background-image: url('https://proicons.com/icon/326441.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M2.6885,21.1642A21.4995,21.4995,0,1,1,2.7478,27.25"/><path class="a" d="M5.31,21.1679a18.7887,18.7887,0,1,1,.0695,6.088"/><rect class="a" x="2.5007" y="22.5975" width="11.7279" height="3.2531"/><path class="a" d="M13.0912,11.8994H18.703"/><path class="a" d="M11.6876,14.0173h8.4179"/><path class="a" d="M11.2192,16.1351h9.3529"/><path class="a" d="M11.6763,18.253h8.4174"/><path class="a" d="M13.09,20.3709h5.6118"/></svg>
Copied!