Netspeed Indicator Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Netspeed Indicator 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/330109.svg" alt="Netspeed Indicator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330109.svg" alt="Netspeed Indicator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330109.svg" alt="Netspeed Indicator icon" :width="24" :height="24" />
CSS background
.icon-netspeed-indicator {
background-image: url('https://proicons.com/icon/330109.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><polyline class="b" points="21.8961 22.6716 21.8955 12 16.1683 19.1681 23.2382 19.1681"/><path class="b" d="M24.7618,15.535c0-2.1817,1.9764-3.9018,4.2365-3.4674,1.4825.2849,2.6663,1.567,2.8139,3.0694.1098,1.1175-.2439,2.2202-1.0158,2.8977-1.43,1.255-6.0345,4.637-6.0345,4.637h7.0699"/><line class="b" x1="13.4335" y1="25.8967" x2="13.4335" y2="34.3391"/><line class="b" x1="13.4343" y1="32.5457" x2="17.2557" y2="28.743"/><line class="b" x1="14.6505" y1="31.3354" x2="17.6547" y2="34.3264"/><path class="b" d="M30.9619,33.8672c.3854.3236.8014.4719,1.7358.4719h.4735c.7706,0,1.3953-.626,1.3953-1.3983h0c0-.7722-.6247-1.3983-1.3953-1.3983h-.947c-.7706,0-1.3953-.626-1.3953-1.3983h0c0-.7722.6247-1.3983,1.3953-1.3983h.4735c.9344,0,1.3505.1483,1.7358.4719"/><path class="b" d="M23.1223,30.1179c1.1657,0,2.1106.9449,2.1106,2.1106s-.9449,2.1106-2.1106,2.1106h-3.4825v-8.4424h3.4825c1.1657,0,2.1106.945,2.1106,2.1106s-.9449,2.1106-2.1106,2.1106h0Z"/><line class="b" x1="23.1223" y1="30.1179" x2="19.6399" y2="30.1179"/><line class="b" x1="29.8169" y1="25.2887" x2="26.651" y2="36"/></svg>
Copied!