Bardi Smart Home Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bardi Smart 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/322399.svg" alt="Bardi Smart Home icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322399.svg" alt="Bardi Smart Home icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322399.svg" alt="Bardi Smart Home icon" :width="24" :height="24" />
CSS background
.icon-bardi-smart-home {
background-image: url('https://proicons.com/icon/322399.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><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><line class="b" x1="37.5" y1="20.2617" x2="37.5" y2="27.7383"/><path class="b" d="M23.8655,27.7383v-7.4767h2.4477c1.3838,0,2.5056,1.1242,2.5056,2.511s-1.1218,2.511-2.5056,2.511h-2.4477"/><line class="b" x1="26.3132" y1="25.2832" x2="28.7609" y2="27.7365"/><path class="b" d="M30.671,27.7383v-7.4767h1.6823c1.8066,0,3.2711,1.4645,3.2711,3.2711v.9346c0,1.8066-1.4645,3.2711-3.2711,3.2711h-1.6823Z"/><path class="b" d="M13.5841,24c1.0323,0,1.8692.8368,1.8692,1.8692s-.8368,1.8692-1.8692,1.8692h-3.0841v-7.4767h3.0841c1.0323,0,1.8692.8368,1.8692,1.8692s-.8368,1.8692-1.8692,1.8692Z"/><line class="b" x1="13.5841" y1="24" x2="10.5004" y2="24"/><line class="b" x1="21.0122" y1="25.2617" x2="17.6991" y2="25.2617"/><path class="b" d="M16.8795,27.7383l2.4767-7.4767,2.4767,7.4767"/></svg>
Copied!