Network Cell Info And Wifi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Network Cell Info And Wifi icon is commonly used in tooltips, help sections and onboarding flows. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/344673.svg" alt="Network Cell Info And Wifi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344673.svg" alt="Network Cell Info And Wifi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344673.svg" alt="Network Cell Info And Wifi icon" :width="24" :height="24" />
CSS background
.icon-network-cell-info-and-wifi {
background-image: url('https://proicons.com/icon/344673.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M8.7972,8.7964C.4009,17.1929.4009,30.8057,8.7972,39.2025"/><path class="b" d="M39.2026,8.7964c4.0323,4.0323,6.2975,9.5012,6.2974,15.2036,0,5.7024-2.2651,11.1709-6.2974,15.2036"/><path class="b" d="M33.2695,14.73c2.4586,2.4586,3.8399,5.7932,3.8399,9.2702,0,3.477-1.3813,6.8116-3.8399,9.2702"/><path class="b" d="M14.7307,14.73c-5.1201,5.1199-5.1201,13.4206,0,18.5409"/><path class="b" d="M28.7198,23.9994c0,2.6066-2.1131,4.7196-4.7196,4.7196h0c-2.6066,0-4.7196-2.1131-4.7196-4.7196h0c0-2.6066,2.1131-4.7196,4.7196-4.7196s4.7196,2.1131,4.7196,4.7196Z"/></svg>
Copied!