Smart Life Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smart Life 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/347479.svg" alt="Smart Life icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347479.svg" alt="Smart Life icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347479.svg" alt="Smart Life icon" :width="24" :height="24" />
CSS background
.icon-smart-life {
background-image: url('https://proicons.com/icon/347479.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="a" points="42.5 21.431 24 8.743 5.5 21.431 5.5 42.287 42.5 42.287 42.5 21.431"/><path class="a" d="M37.4653,12.7133a4.3989,4.3989,0,0,0-4.8042-2.917l-.0079.013"/><path class="a" d="M41.3475,11.4943a8.6493,8.6493,0,0,0-9.4251-5.6878"/></svg>
Copied!