Network Of Devices Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Network Of Devices 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/320416.svg" alt="Network Of Devices icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320416.svg" alt="Network Of Devices icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320416.svg" alt="Network Of Devices icon" :width="24" :height="24" />
CSS background
.icon-network-of-devices {
background-image: url('https://proicons.com/icon/320416.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="network--of-devices_00000181778365716152831080000007489058373492289965_" d="M3,31.36H1c-0.199,0-0.36-0.161-0.36-0.36 v-2c0-0.199,0.161-0.36,0.36-0.36h0.64V2c0-0.199,0.161-0.36,0.36-0.36h26.64V1c0-0.199,0.161-0.36,0.36-0.36h2 c0.199,0,0.36,0.161,0.36,0.36v2c0,0.199-0.161,0.36-0.36,0.36h-0.64V30c0,0.199-0.161,0.36-0.36,0.36H3.36V31 C3.36,31.199,3.199,31.36,3,31.36z M1.36,30.64h1.28v-1.28H1.36V30.64z M3.36,29.64h26.28v-6.28H9.36V24 c0,0.199-0.161,0.36-0.36,0.36H7c-0.199,0-0.36-0.161-0.36-0.36v-0.64H2.36v5.279H3c0.199,0,0.36,0.161,0.36,0.36 C3.36,28.999,3.36,29.64,3.36,29.64z M7.36,23.64h1.28v-1.28H7.36V23.64z M9.36,22.64h20.28v-6.28H17.36V17 c0,0.199-0.161,0.36-0.36,0.36h-2c-0.199,0-0.36-0.161-0.36-0.36v-0.64H2.36v6.28h4.28V22c0-0.199,0.161-0.36,0.36-0.36h2 c0.199,0,0.36,0.161,0.36,0.36V22.64z M15.36,16.64h1.28v-1.28h-1.28V16.64z M17.36,15.64h12.28V9.36h-5.28V10 c0,0.199-0.161,0.36-0.36,0.36h-2c-0.199,0-0.36-0.161-0.36-0.36V9.36H2.36v6.28h12.28V15c0-0.199,0.161-0.36,0.36-0.36h2 c0.199,0,0.36,0.161,0.36,0.36V15.64z M22.36,9.64h1.279V8.36H22.36V9.64z M24.36,8.64h5.279V3.36H29c-0.199,0-0.36-0.161-0.36-0.36 V2.36H2.36v6.28h19.28V8c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36C24.36,8,24.36,8.64,24.36,8.64z M29.36,2.64 h1.279V1.36H29.36V2.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!