Switcher Smart Home Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Switcher 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/348112.svg" alt="Switcher Smart Home icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348112.svg" alt="Switcher Smart Home icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348112.svg" alt="Switcher Smart Home icon" :width="24" :height="24" />
CSS background
.icon-switcher-smart-home {
background-image: url('https://proicons.com/icon/348112.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;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><circle class="b" cx="24" cy="24" r="15.5"/><path class="b" d="M24,12.5c-3.75,0-7.269,1.8325-9.4199,4.9043-.6336.9045-.4141,2.1514.4902,2.7852.905.6332,2.152.4128,2.7852-.4922,1.4047-2.0062,3.6955-3.1973,6.1445-3.1973s4.7398,1.1911,6.1445,3.1973c.6332.905,1.8802,1.1254,2.7852.4922.9043-.6338,1.1238-1.8807.4902-2.7852-2.1509-3.0718-5.67-4.9043-9.4199-4.9043h0Z"/><circle class="b" cx="24" cy="24" r="3"/><path class="b" d="M37.424,16.25c.8286,1.4345,2.663,1.9259,4.0977,1.0977,1.4345-.8286,1.9259-2.663,1.0977-4.0977"/><path class="b" d="M5.3809,13.25c-.8282,1.4347-.3368,3.2691,1.0977,4.0977,1.4347.8282,3.2691.3368,4.0977-1.0977"/></svg>
Copied!