Wifiautomatic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wifiautomatic 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/349723.svg" alt="Wifiautomatic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349723.svg" alt="Wifiautomatic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349723.svg" alt="Wifiautomatic icon" :width="24" :height="24" />
CSS background
.icon-wifiautomatic {
background-image: url('https://proicons.com/icon/349723.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><path class="a" d="M33.25,23.51a14.44,14.44,0,0,0-18.45-.05v.05"/><path class="a" d="M24,27.05a7.61,7.61,0,1,0,7.61,7.61h0A7.61,7.61,0,0,0,24,27.05Z"/><path class="a" d="M38,17.69a22,22,0,0,0-28,0"/><path class="a" d="M42.48,12.4a29,29,0,0,0-37,0"/><line class="a" x1="20.71" y1="38.87" x2="24.1" y2="30.43"/><line class="a" x1="27.34" y1="38.9" x2="24.1" y2="30.43"/><line class="a" x1="26.26" y1="36.06" x2="21.83" y2="36.06"/></svg>
Copied!