Yi Iot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yi Iot 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/335461.svg" alt="Yi Iot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335461.svg" alt="Yi Iot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335461.svg" alt="Yi Iot icon" :width="24" :height="24" />
CSS background
.icon-yi-iot {
background-image: url('https://proicons.com/icon/335461.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="b" class="e" cx="25.1568" cy="16.7165" r="11.2188"/><circle id="c" class="e" cx="26.5236" cy="16.436" r="3.3657"/><path id="d" class="e" d="M16.6508,24.0302c-1.0118.0439-10.0682,1.4049-10.037,9.9969.0196,5.4088,3.7696,8.4729,8.5869,8.3887l18.0998.0842c3.636-.0842,7.9396-2.2091,8.0818-7.1262.1277-4.4164-2.8068-8.6601-10.849-8.8127"/></svg>
Copied!