Wigle Wifi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wigle Wifi icon is commonly used in network status bars and connectivity indicators. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/349730.svg" alt="Wigle Wifi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349730.svg" alt="Wigle Wifi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349730.svg" alt="Wigle Wifi icon" :width="24" :height="24" />
CSS background
.icon-wigle-wifi {
background-image: url('https://proicons.com/icon/349730.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M40.7273,10.49a21.5015,21.5015,0,0,0-28.96,31.194"/><polyline class="a" points="15.668 10.911 17.855 11.305 13.944 17.571 13.944 23.123 15.9 28.59 20 31.029 24.669 34.562 26.014 34.184 26.813 34.562 26.813 37.127 24.584 38.515 23.533 39.567 23.859 42.384 25.678 43.856 25.341 45.5"/><polyline class="a" points="41.012 37.147 39.262 37.147 38.126 35.025 35.771 35.025 35.561 33.763 30.43 32.88 27.697 33.3 26.813 34.562"/><path class="a" d="M23.575,33.7345s.3577-2.579.284-2.7052a16.47,16.47,0,0,0-2.3026-.4206l.757-2.403-2.271.889-1.514-1.4719V25.4779l1.3037-1.7112,2.3972.41,2.3131-.41L25.93,26.1508"/><line class="a" x1="24.4583" y1="27.4545" x2="27.6966" y2="28.7506"/><line class="a" x1="29.1265" y1="29.4312" x2="31.3134" y2="29.6835"/><polyline class="a" points="24.542 23.767 28.201 21.693 27.907 19.548 29.968 18.833 29.421 18.16 31.313 17.235 33.332 17.235 31.103 16.394 32.491 15.132 34.168 15.132"/><polyline class="a" points="21.43 7.857 22.019 9.118 22.944 9.118 24.542 8.151 27.697 8.95 29.55 6.696"/><polyline class="a" points="38.747 9.27 36.655 10.38 36.823 13.071 36.108 13.534 32.785 10.338 31.313 8.235 28.285 8.235"/><polyline class="a" points="30.22 10.911 29.926 9.917 27.697 8.95 27.528 10.884 26.813 10.884 24.542 12.23 24.542 13.198 27.381 14.669 28.748 11.81 33.332 14.207 35.309 16.394"/><polyline class="a" points="22.229 16.141 24 16.394 25.49 16.983 25.49 18.497 26.813 18.707 27.697 17.424"/><line class="a" x1="23.3227" y1="18.7069" x2="24" y2="16.3938"/></svg>
Copied!