Wipro Next Smart Home Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wipro Next 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/349757.svg" alt="Wipro Next Smart Home icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349757.svg" alt="Wipro Next Smart Home icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349757.svg" alt="Wipro Next Smart Home icon" :width="24" :height="24" />
CSS background
.icon-wipro-next-smart-home {
background-image: url('https://proicons.com/icon/349757.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:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><polyline class="b" points="17.9233 21.55 16.2233 26.95 14.6233 21.55 13.0233 26.95 11.3233 21.55"/><path class="b" d="m34.6767,26.95h0c-1.1,0-2-.9-2-2v-1.3c0-1.1.9-2,2-2h0c1.1,0,2,.9,2,2v1.3c0,1.1-.9,2-2,2Z"/><path class="b" d="m28.9233,23.55c0-1.1.9-2,2-2"/><line class="b" x1="28.9233" y1="21.55" x2="28.9233" y2="26.95"/><circle class="c" cx="20.3233" cy="19.15" r=".75"/><line class="b" x1="20.3233" y1="21.55" x2="20.3233" y2="26.95"/><path class="b" d="m22.7233,24.95c0,1.1.9,2,2,2h0c1.1,0,2-.9,2-2v-1.3c0-1.1-.9-2-2-2h0c-1.1,0-2,.9-2,2"/><line class="b" x1="22.7233" y1="21.55" x2="22.7233" y2="29.55"/></svg>
Copied!