Ui Wifi Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui 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/306822.svg" alt="Ui Wifi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306822.svg" alt="Ui Wifi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306822.svg" alt="Ui Wifi icon" :width="24" :height="24" />
CSS background
.icon-ui-wifi {
background-image: url('https://proicons.com/icon/306822.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M454 750l2-2c1 2 0 3-2 2zm546-390c-4 9-6 18-11 27-17 27-57 36-83 17-21-16-41-35-62-51-111-83-236-121-375-114-137 8-257 59-358 152-17 15-34 25-57 22-27-4-47-23-52-50 0-2-1-3-2-5v-10c4-25 20-41 38-57 34-29 69-56 107-78 83-49 171-80 266-91 18-3 36-4 54-7h70l12 3c30 3 60 5 89 11 116 23 220 73 311 150 22 18 45 35 53 65v16zM863 506c-1 26-13 45-37 56-25 11-47 3-68-13-24-20-49-41-76-57-67-40-140-55-218-48-84 9-157 43-219 102-21 19-44 26-71 16-36-14-50-63-25-93 22-26 50-47 78-66 60-40 126-67 198-77 84-13 165-5 245 25 66 24 124 61 174 110 13 12 19 27 19 45zm-355 18c74 2 145 32 202 92 18 20 23 43 12 67-9 23-28 36-53 37-20 1-37-8-51-23-28-28-61-45-101-49-52-5-96 11-133 47-15 16-32 26-55 24-23-1-40-13-50-34s-9-43 6-61c26-34 60-57 98-75 37-16 76-24 125-25zm-8 212c40 0 74 34 74 74s-33 74-74 74c-40 0-74-33-74-74 0-40 34-74 74-74z"/></svg>
Copied!