Adb Over Network Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Adb Over Network 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/321359.svg" alt="Adb Over Network icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321359.svg" alt="Adb Over Network icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321359.svg" alt="Adb Over Network icon" :width="24" :height="24" />
CSS background
.icon-adb-over-network {
background-image: url('https://proicons.com/icon/321359.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#000;}</style></defs><path class="a" d="M4.5,14.86C8.2233,10.5038,15.6914,7.547,24,7.547S39.777,10.5038,43.5,14.86L24,40.453Z"/><path class="a" d="M30.0506,15.6752h0l1.4957-1.3889"/><path class="a" d="M16.1887,14l1.7876,1.66"/><path class="a" d="M24,13.2079a8.6054,8.6054,0,0,0-8.6242,8.6242V25.066h17.249V21.8321a8.6054,8.6054,0,0,0-8.6242-8.6242Z"/><circle class="b" cx="27.5049" cy="18.2855" r="0.75"/><circle class="b" cx="20.4959" cy="18.2855" r="0.75"/></svg>
Copied!