Au Wifi Access Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Au Wifi Access 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/336713.svg" alt="Au Wifi Access icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336713.svg" alt="Au Wifi Access icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336713.svg" alt="Au Wifi Access icon" :width="24" :height="24" />
CSS background
.icon-au-wifi-access {
background-image: url('https://proicons.com/icon/336713.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="M17.5,31.3016c1.5507-2.0209,3.953-3.2056,6.5003-3.2056,2.5473,0,4.9496,1.1847,6.5003,3.2056l-6.5003,4.9879-6.5003-4.9879Z"/><path class="c" d="M24,19.9036c-5.0942,0-9.8986,2.3693-13,6.4107,3.1011-2.3497,7.9055-3.7271,13-3.7271s9.8986,1.3775,13,3.7271c-3.1011-4.0415-7.9055-6.4107-13-6.4107Z"/><path class="c" d="M24,15.2886c-7.6414,0-14.848,2.2316-19.5,6.0382,4.6518-6.0623,11.859-9.6163,19.5-9.6163s14.848,3.554,19.5,9.6163c-4.6518-3.8066-11.859-6.0382-19.5-6.0382Z"/></svg>
Copied!