Iot Fleet Mgmt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Iot Fleet Mgmt 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/327521.svg" alt="Iot Fleet Mgmt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327521.svg" alt="Iot Fleet Mgmt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327521.svg" alt="Iot Fleet Mgmt icon" :width="24" :height="24" />
CSS background
.icon-iot-fleet-mgmt {
background-image: url('https://proicons.com/icon/327521.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M23.9995,27.148c-.8224,0-1.489.6658-1.489,1.487.001.708.5018,1.3172,1.197,1.456l-1.046,2.688h2.676l-1.046-2.688c.6952-.1388,1.196-.748,1.197-1.456,0-.8212-.6666-1.487-1.489-1.487h0ZM32.5335,23.276c2.522,11.493-5.048,16.81-13.548,20.224-3.122-3.074-6.604-6.485-9.314-10.612-2.043-3.111-3.32-6.798-3.32-10.699-.001-9.928,8.643-17.689,17.648-17.689s17.649,7.76,17.649,17.69c0,3.9-1.278,7.587-3.32,10.698-2.711,4.127-6.193,7.538-9.315,10.612-8.5-3.414-16.07-8.73-13.548-20.224l8.534-2.935,8.534,2.935Z"/></svg>
Copied!