Imou Life Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Imou 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/341930.svg" alt="Imou Life icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341930.svg" alt="Imou Life icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341930.svg" alt="Imou Life icon" :width="24" :height="24" />
CSS background
.icon-imou-life {
background-image: url('https://proicons.com/icon/341930.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="f" d="M42.5,21.6441v1.971c0,10.1647-8.1778,18.3478-18.3358,18.3478h-.3285c-10.158,0-18.3358-8.1831-18.3358-18.3478v-1.971l8.3565-.0018v2.1356c0,5.6807,4.4838,10.254,10.0534,10.254h.1801c5.5696,0,10.0534-4.5733,10.0534-10.254v-2.1356l8.3565.0018Z"/><path id="d" class="f" d="M13.8565,17.7652V6.0371s-8.3565.0005-8.3565.0005v11.729l8.3565-.0015Z"/><path id="e" class="f" d="M34.1435,17.7652V6.0371s8.3565.0005,8.3565.0005v11.729l-8.3565-.0015Z"/></g></svg>
Copied!