Mi Sphere Cam Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mi Sphere Cam 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/343739.svg" alt="Mi Sphere Cam icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343739.svg" alt="Mi Sphere Cam icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343739.svg" alt="Mi Sphere Cam icon" :width="24" :height="24" />
CSS background
.icon-mi-sphere-cam {
background-image: url('https://proicons.com/icon/343739.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M24,2.5005c-4.0667.0193-7.7797,4.6265-9.5946,11.905-7.2785,1.8149-11.8857,5.5279-11.905,9.5946.0193,4.0667,4.6265,7.7797,11.905,9.5946,1.8149,7.2785,5.5279,11.8857,9.5946,11.905,4.0667-.0193,7.7797-4.6265,9.5946-11.905,7.2785-1.8149,11.8857-5.5279,11.905-9.5946-.0021-4.0712-4.6038-7.7925-11.887-9.6128-1.8203-7.2832-5.5416-11.8849-9.6128-11.887l.0002.0002Z"/><path class="cls-1" d="M14.408,33.5975c2.9755.7509,6.2594,1.1457,9.5924,1.1531,3.3341-.0079,6.6189-.4035,9.5946-1.1554.7519-2.9758,1.1474-6.2605,1.1554-9.5946-.0009-3.3374-.3902-6.6285-1.1372-9.6128"/></svg>
Copied!