Wifi Icon
Free SVG icon from the Pixelarticons collection. Download or copy for use in any project.
The 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/313343.svg" alt="Wifi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313343.svg" alt="Wifi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313343.svg" alt="Wifi icon" :width="24" :height="24" />
CSS background
.icon-wifi {
background-image: url('https://proicons.com/icon/313343.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" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"> <path d="M11 19h2v2h-2zm-4-3h2v2H7zm8 0h2v2h-2zm-6-2h6v2H9zm-5-1h2v2H4zm2-2h2v2H6zm2-2h8v2H8zm-7 1h2v2H1zm20 0h2v2h-2zM3 8h2v2H3zm2-2h2v2H5zm2-2h10v2H7zm12 4h2v2h-2zm-2-2h2v2h-2zm1 7h2v2h-2zm-2-2h2v2h-2z"/> </svg>
Wifi in other icon packs
Copied!