Network Tools Library Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Network Tools Library 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/344676.svg" alt="Network Tools Library icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344676.svg" alt="Network Tools Library icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344676.svg" alt="Network Tools Library icon" :width="24" :height="24" />
CSS background
.icon-network-tools-library {
background-image: url('https://proicons.com/icon/344676.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m37.5225,31.2158H10.4775V13.895c0-.6148.4984-1.1132,1.1132-1.1132h24.8186c.6148,0,1.1132.4984,1.1132,1.1132v17.3209Z"/><polyline class="c" points="37.5225 31.2158 43.5 35.2182 4.5 35.2182 10.4775 31.2158"/><circle class="c" cx="24" cy="21.9988" r="1.9019"/><path class="c" d="m31.754,23.4039h-2.7471c-.2991,1.0745-.9305,2.005-1.7834,2.6807-.8862.7089-2.005,1.1188-3.2235,1.1188s-2.3373-.4099-3.2235-1.1188"/><path class="c" d="m16.246,20.5903h2.7471c.2991-1.0745.9305-2.005,1.7834-2.6696.8862-.7089,2.005-1.1299,3.2235-1.1299s2.3373.4209,3.2235,1.1299"/></svg>
Copied!