wifi icon
wifi-20 from Fluent UI System Color Icons by Microsoft Corporation · 20 · MIT Free for personal and commercial use.
- Name
- wifi-20
- Set
- Fluent UI System Color Icons
- Style
- 20
- Viewbox
- 20×20
- License
- MIT
1 other variant in Fluent UI System Color Icons
The same icon in other sets
wifiAkar Iconswifi-outlinedAnt Design IconswifiBootstrap IconswifiBoxIcons v2wifiCarbonwifi-fillEva IconswifiFramework7 IconswifiFont Awesome 6 SolidwifiFont Awesome SolidwifiFeather IconswifiHeroIconswifiHumbleiconswifiIconParkwifiIconPark OutlinewifiIconoirwifiIonIconswifiJam IconswifiLine AwesomewifiSVG LogoswifiLucidewifiMage IconswifiMajesticonswifiMaterial SymbolswifiMaterial Symbols Light
Related icons in Fluent UI System Color Icons
Use the wifi icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGUJpLP0FC2)" d="M10 6a8.98 8.98 0 0 0-6.95 3.282A1 1 0 1 1 1.507 8.01A10.98 10.98 0 0 1 10 4a10.98 10.98 0 0 1 8.494 4.01a1 1 0 1 1-1.543 1.272A8.98 8.98 0 0 0 10 6"/><path fill="url(#SVGUJpLP0FC2)" d="M5.25 11.334A5.99 5.99 0 0 1 10 9c1.932 0 3.651.912 4.75 2.334a1 1 0 0 0 1.582-1.223A7.99 7.99 0 0 0 10 7a7.99 7.99 0 0 0-6.333 3.11a1 1 0 0 0 1.583 1.224"/><path fill="url(#SVGUJpLP0FC2)" d="M7.488 13.359A3 3 0 0 1 10 12c1.05 0 1.974.539 2.512 1.359a1 1 0 1 0 1.673-1.096A5 5 0 0 0 10 10a5 5 0 0 0-4.185 2.263a1 1 0 1 0 1.673 1.096"/><path fill="url(#SVGUJpLP0FC2)" d="M10 16.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/><defs><radialGradient id="SVGUJpLP0FC2" cx="0" cy="0" r="1" gradientTransform="matrix(0 -11 15.3509 0 10 15)" gradientUnits="userSpaceOnUse"><stop offset=".114" stop-color="#8b52f4"/><stop offset="1" stop-color="#ea71ef"/></radialGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorWifi20(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGUJpLP0FC2)" d="M10 6a8.98 8.98 0 0 0-6.95 3.282A1 1 0 1 1 1.507 8.01A10.98 10.98 0 0 1 10 4a10.98 10.98 0 0 1 8.494 4.01a1 1 0 1 1-1.543 1.272A8.98 8.98 0 0 0 10 6"/><path fill="url(#SVGUJpLP0FC2)" d="M5.25 11.334A5.99 5.99 0 0 1 10 9c1.932 0 3.651.912 4.75 2.334a1 1 0 0 0 1.582-1.223A7.99 7.99 0 0 0 10 7a7.99 7.99 0 0 0-6.333 3.11a1 1 0 0 0 1.583 1.224"/><path fill="url(#SVGUJpLP0FC2)" d="M7.488 13.359A3 3 0 0 1 10 12c1.05 0 1.974.539 2.512 1.359a1 1 0 1 0 1.673-1.096A5 5 0 0 0 10 10a5 5 0 0 0-4.185 2.263a1 1 0 1 0 1.673 1.096"/><path fill="url(#SVGUJpLP0FC2)" d="M10 16.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/><defs><radialGradient id="SVGUJpLP0FC2" cx="0" cy="0" r="1" gradientTransform="matrix(0 -11 15.3509 0 10 15)" gradientUnits="userSpaceOnUse"><stop offset=".114" stopColor="#8b52f4"/><stop offset="1" stopColor="#ea71ef"/></radialGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGUJpLP0FC2)" d="M10 6a8.98 8.98 0 0 0-6.95 3.282A1 1 0 1 1 1.507 8.01A10.98 10.98 0 0 1 10 4a10.98 10.98 0 0 1 8.494 4.01a1 1 0 1 1-1.543 1.272A8.98 8.98 0 0 0 10 6"/><path fill="url(#SVGUJpLP0FC2)" d="M5.25 11.334A5.99 5.99 0 0 1 10 9c1.932 0 3.651.912 4.75 2.334a1 1 0 0 0 1.582-1.223A7.99 7.99 0 0 0 10 7a7.99 7.99 0 0 0-6.333 3.11a1 1 0 0 0 1.583 1.224"/><path fill="url(#SVGUJpLP0FC2)" d="M7.488 13.359A3 3 0 0 1 10 12c1.05 0 1.974.539 2.512 1.359a1 1 0 1 0 1.673-1.096A5 5 0 0 0 10 10a5 5 0 0 0-4.185 2.263a1 1 0 1 0 1.673 1.096"/><path fill="url(#SVGUJpLP0FC2)" d="M10 16.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/><defs><radialGradient id="SVGUJpLP0FC2" cx="0" cy="0" r="1" gradientTransform="matrix(0 -11 15.3509 0 10 15)" gradientUnits="userSpaceOnUse"><stop offset=".114" stop-color="#8b52f4"/><stop offset="1" stop-color="#ea71ef"/></radialGradient></defs></g></svg> </template>
CSS
.icon-wifi-20 {
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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGUJpLP0FC2)%22%20d%3D%22M10%206a8.98%208.98%200%200%200-6.95%203.282A1%201%200%201%201%201.507%208.01A10.98%2010.98%200%200%201%2010%204a10.98%2010.98%200%200%201%208.494%204.01a1%201%200%201%201-1.543%201.272A8.98%208.98%200%200%200%2010%206%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGUJpLP0FC2)%22%20d%3D%22M5.25%2011.334A5.99%205.99%200%200%201%2010%209c1.932%200%203.651.912%204.75%202.334a1%201%200%200%200%201.582-1.223A7.99%207.99%200%200%200%2010%207a7.99%207.99%200%200%200-6.333%203.11a1%201%200%200%200%201.583%201.224%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGUJpLP0FC2)%22%20d%3D%22M7.488%2013.359A3%203%200%200%201%2010%2012c1.05%200%201.974.539%202.512%201.359a1%201%200%201%200%201.673-1.096A5%205%200%200%200%2010%2010a5%205%200%200%200-4.185%202.263a1%201%200%201%200%201.673%201.096%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGUJpLP0FC2)%22%20d%3D%22M10%2016.5a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGUJpLP0FC2%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%20-11%2015.3509%200%2010%2015)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.114%22%20stop-color%3D%22%238b52f4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ea71ef%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGUJpLP0FC2)%22%20d%3D%22M10%206a8.98%208.98%200%200%200-6.95%203.282A1%201%200%201%201%201.507%208.01A10.98%2010.98%200%200%201%2010%204a10.98%2010.98%200%200%201%208.494%204.01a1%201%200%201%201-1.543%201.272A8.98%208.98%200%200%200%2010%206%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGUJpLP0FC2)%22%20d%3D%22M5.25%2011.334A5.99%205.99%200%200%201%2010%209c1.932%200%203.651.912%204.75%202.334a1%201%200%200%200%201.582-1.223A7.99%207.99%200%200%200%2010%207a7.99%207.99%200%200%200-6.333%203.11a1%201%200%200%200%201.583%201.224%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGUJpLP0FC2)%22%20d%3D%22M7.488%2013.359A3%203%200%200%201%2010%2012c1.05%200%201.974.539%202.512%201.359a1%201%200%201%200%201.673-1.096A5%205%200%200%200%2010%2010a5%205%200%200%200-4.185%202.263a1%201%200%201%200%201.673%201.096%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGUJpLP0FC2)%22%20d%3D%22M10%2016.5a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGUJpLP0FC2%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%20-11%2015.3509%200%2010%2015)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.114%22%20stop-color%3D%22%238b52f4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ea71ef%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/wifi-20.svg?color=%231a73e8&size=48