wifi icon
wifi-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- wifi-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- wifi, wifi-outline
The same icon in other sets
wifiAkar IconswifiBootstrap IconswifiBoxIcons v2wifiCarbonwifi-fillEva IconswifiFramework7 IconswifiFont Awesome 6 SolidwifiFont Awesome SolidwifiFeather Iconswifi-20Fluent UI System Color IconswifiHeroIconswifiHumbleiconswifiIconParkwifiIconPark OutlinewifiIconoirwifiIonIconswifiJam IconswifiLine AwesomewifiSVG LogoswifiLucidewifiMage IconswifiMajesticonswifiMaterial SymbolswifiMaterial Symbols Light
Use the wifi icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M723 620.5C666.8 571.6 593.4 542 513 542s-153.8 29.6-210.1 78.6a8.1 8.1 0 0 0-.8 11.2l36 42.9c2.9 3.4 8 3.8 11.4.9C393.1 637.2 450.3 614 513 614s119.9 23.2 163.5 61.5c3.4 2.9 8.5 2.5 11.4-.9l36-42.9c2.8-3.3 2.4-8.3-.9-11.2m117.4-140.1C751.7 406.5 637.6 362 513 362s-238.7 44.5-327.5 118.4a8.05 8.05 0 0 0-1 11.3l36 42.9c2.8 3.4 7.9 3.8 11.2 1C308 472.2 406.1 434 513 434s205 38.2 281.2 101.6c3.4 2.8 8.4 2.4 11.2-1l36-42.9c2.8-3.4 2.4-8.5-1-11.3m116.7-139C835.7 241.8 680.3 182 511 182c-168.2 0-322.6 59-443.7 157.4a8 8 0 0 0-1.1 11.4l36 42.9c2.8 3.3 7.8 3.8 11.1 1.1C222 306.7 360.3 254 511 254c151.8 0 291 53.5 400 142.7c3.4 2.8 8.4 2.3 11.2-1.1l36-42.9c2.9-3.4 2.4-8.5-1.1-11.3M448 778a64 64 0 1 0 128 0a64 64 0 1 0-128 0"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignWifiOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M723 620.5C666.8 571.6 593.4 542 513 542s-153.8 29.6-210.1 78.6a8.1 8.1 0 0 0-.8 11.2l36 42.9c2.9 3.4 8 3.8 11.4.9C393.1 637.2 450.3 614 513 614s119.9 23.2 163.5 61.5c3.4 2.9 8.5 2.5 11.4-.9l36-42.9c2.8-3.3 2.4-8.3-.9-11.2m117.4-140.1C751.7 406.5 637.6 362 513 362s-238.7 44.5-327.5 118.4a8.05 8.05 0 0 0-1 11.3l36 42.9c2.8 3.4 7.9 3.8 11.2 1C308 472.2 406.1 434 513 434s205 38.2 281.2 101.6c3.4 2.8 8.4 2.4 11.2-1l36-42.9c2.8-3.4 2.4-8.5-1-11.3m116.7-139C835.7 241.8 680.3 182 511 182c-168.2 0-322.6 59-443.7 157.4a8 8 0 0 0-1.1 11.4l36 42.9c2.8 3.3 7.8 3.8 11.1 1.1C222 306.7 360.3 254 511 254c151.8 0 291 53.5 400 142.7c3.4 2.8 8.4 2.3 11.2-1.1l36-42.9c2.9-3.4 2.4-8.5-1.1-11.3M448 778a64 64 0 1 0 128 0a64 64 0 1 0-128 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M723 620.5C666.8 571.6 593.4 542 513 542s-153.8 29.6-210.1 78.6a8.1 8.1 0 0 0-.8 11.2l36 42.9c2.9 3.4 8 3.8 11.4.9C393.1 637.2 450.3 614 513 614s119.9 23.2 163.5 61.5c3.4 2.9 8.5 2.5 11.4-.9l36-42.9c2.8-3.3 2.4-8.3-.9-11.2m117.4-140.1C751.7 406.5 637.6 362 513 362s-238.7 44.5-327.5 118.4a8.05 8.05 0 0 0-1 11.3l36 42.9c2.8 3.4 7.9 3.8 11.2 1C308 472.2 406.1 434 513 434s205 38.2 281.2 101.6c3.4 2.8 8.4 2.4 11.2-1l36-42.9c2.8-3.4 2.4-8.5-1-11.3m116.7-139C835.7 241.8 680.3 182 511 182c-168.2 0-322.6 59-443.7 157.4a8 8 0 0 0-1.1 11.4l36 42.9c2.8 3.3 7.8 3.8 11.1 1.1C222 306.7 360.3 254 511 254c151.8 0 291 53.5 400 142.7c3.4 2.8 8.4 2.3 11.2-1.1l36-42.9c2.9-3.4 2.4-8.5-1.1-11.3M448 778a64 64 0 1 0 128 0a64 64 0 1 0-128 0"/></svg> </template>
CSS
.icon-wifi-outlined {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M723%20620.5C666.8%20571.6%20593.4%20542%20513%20542s-153.8%2029.6-210.1%2078.6a8.1%208.1%200%200%200-.8%2011.2l36%2042.9c2.9%203.4%208%203.8%2011.4.9C393.1%20637.2%20450.3%20614%20513%20614s119.9%2023.2%20163.5%2061.5c3.4%202.9%208.5%202.5%2011.4-.9l36-42.9c2.8-3.3%202.4-8.3-.9-11.2m117.4-140.1C751.7%20406.5%20637.6%20362%20513%20362s-238.7%2044.5-327.5%20118.4a8.05%208.05%200%200%200-1%2011.3l36%2042.9c2.8%203.4%207.9%203.8%2011.2%201C308%20472.2%20406.1%20434%20513%20434s205%2038.2%20281.2%20101.6c3.4%202.8%208.4%202.4%2011.2-1l36-42.9c2.8-3.4%202.4-8.5-1-11.3m116.7-139C835.7%20241.8%20680.3%20182%20511%20182c-168.2%200-322.6%2059-443.7%20157.4a8%208%200%200%200-1.1%2011.4l36%2042.9c2.8%203.3%207.8%203.8%2011.1%201.1C222%20306.7%20360.3%20254%20511%20254c151.8%200%20291%2053.5%20400%20142.7c3.4%202.8%208.4%202.3%2011.2-1.1l36-42.9c2.9-3.4%202.4-8.5-1.1-11.3M448%20778a64%2064%200%201%200%20128%200a64%2064%200%201%200-128%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M723%20620.5C666.8%20571.6%20593.4%20542%20513%20542s-153.8%2029.6-210.1%2078.6a8.1%208.1%200%200%200-.8%2011.2l36%2042.9c2.9%203.4%208%203.8%2011.4.9C393.1%20637.2%20450.3%20614%20513%20614s119.9%2023.2%20163.5%2061.5c3.4%202.9%208.5%202.5%2011.4-.9l36-42.9c2.8-3.3%202.4-8.3-.9-11.2m117.4-140.1C751.7%20406.5%20637.6%20362%20513%20362s-238.7%2044.5-327.5%20118.4a8.05%208.05%200%200%200-1%2011.3l36%2042.9c2.8%203.4%207.9%203.8%2011.2%201C308%20472.2%20406.1%20434%20513%20434s205%2038.2%20281.2%20101.6c3.4%202.8%208.4%202.4%2011.2-1l36-42.9c2.8-3.4%202.4-8.5-1-11.3m116.7-139C835.7%20241.8%20680.3%20182%20511%20182c-168.2%200-322.6%2059-443.7%20157.4a8%208%200%200%200-1.1%2011.4l36%2042.9c2.8%203.3%207.8%203.8%2011.1%201.1C222%20306.7%20360.3%20254%20511%20254c151.8%200%20291%2053.5%20400%20142.7c3.4%202.8%208.4%202.3%2011.2-1.1l36-42.9c2.9-3.4%202.4-8.5-1.1-11.3M448%20778a64%2064%200%201%200%20128%200a64%2064%200%201%200-128%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/wifi-outlined.svg?color=%231a73e8&size=48