wifi icon
wifi from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- wifi
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
wifiAkar Iconswifi-outlinedAnt Design IconswifiBootstrap IconswifiBoxIcons v2wifiCarbonwifi-fillEva IconswifiFramework7 IconswifiFont Awesome 6 SolidwifiFont Awesome SolidwifiFeather Iconswifi-20Fluent UI System Color IconswifiHeroIconswifiHumbleiconswifiIconParkwifiIconPark OutlinewifiIconoirwifiIonIconswifiLine AwesomewifiSVG LogoswifiLucidewifiMage IconswifiMajesticonswifiMaterial SymbolswifiMaterial Symbols Light
Use the wifi icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -5 24 24"><path fill="currentColor" d="M10 13.992a1 1 0 1 1 0-2a1 1 0 0 1 0 2M7.894 11.44a1 1 0 0 1-1.788-.894a4.355 4.355 0 0 1 7.788 0a1 1 0 1 1-1.788.894a2.353 2.353 0 0 0-4.212 0M4.8 8.595a1 1 0 0 1-1.6-1.2a8.503 8.503 0 0 1 13.6 0a.999.999 0 1 1-1.6 1.2a6.503 6.503 0 0 0-10.4 0m-3.057-2.93A1 1 0 0 1 .257 4.329c4.843-5.377 13.13-5.813 18.512-.973q.513.461.974.973a.999.999 0 1 1-1.486 1.338a11 11 0 0 0-.826-.826C12.871.74 5.847 1.108 1.743 5.666z"/></svg>
React
import type { SVGProps } from "react";
export function JamWifi(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -5 24 24"><path fill="currentColor" d="M10 13.992a1 1 0 1 1 0-2a1 1 0 0 1 0 2M7.894 11.44a1 1 0 0 1-1.788-.894a4.355 4.355 0 0 1 7.788 0a1 1 0 1 1-1.788.894a2.353 2.353 0 0 0-4.212 0M4.8 8.595a1 1 0 0 1-1.6-1.2a8.503 8.503 0 0 1 13.6 0a.999.999 0 1 1-1.6 1.2a6.503 6.503 0 0 0-10.4 0m-3.057-2.93A1 1 0 0 1 .257 4.329c4.843-5.377 13.13-5.813 18.512-.973q.513.461.974.973a.999.999 0 1 1-1.486 1.338a11 11 0 0 0-.826-.826C12.871.74 5.847 1.108 1.743 5.666z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -5 24 24"><path fill="currentColor" d="M10 13.992a1 1 0 1 1 0-2a1 1 0 0 1 0 2M7.894 11.44a1 1 0 0 1-1.788-.894a4.355 4.355 0 0 1 7.788 0a1 1 0 1 1-1.788.894a2.353 2.353 0 0 0-4.212 0M4.8 8.595a1 1 0 0 1-1.6-1.2a8.503 8.503 0 0 1 13.6 0a.999.999 0 1 1-1.6 1.2a6.503 6.503 0 0 0-10.4 0m-3.057-2.93A1 1 0 0 1 .257 4.329c4.843-5.377 13.13-5.813 18.512-.973q.513.461.974.973a.999.999 0 1 1-1.486 1.338a11 11 0 0 0-.826-.826C12.871.74 5.847 1.108 1.743 5.666z"/></svg> </template>
CSS
.icon-wifi {
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%22-2%20-5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2013.992a1%201%200%201%201%200-2a1%201%200%200%201%200%202M7.894%2011.44a1%201%200%200%201-1.788-.894a4.355%204.355%200%200%201%207.788%200a1%201%200%201%201-1.788.894a2.353%202.353%200%200%200-4.212%200M4.8%208.595a1%201%200%200%201-1.6-1.2a8.503%208.503%200%200%201%2013.6%200a.999.999%200%201%201-1.6%201.2a6.503%206.503%200%200%200-10.4%200m-3.057-2.93A1%201%200%200%201%20.257%204.329c4.843-5.377%2013.13-5.813%2018.512-.973q.513.461.974.973a.999.999%200%201%201-1.486%201.338a11%2011%200%200%200-.826-.826C12.871.74%205.847%201.108%201.743%205.666z%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%22-2%20-5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2013.992a1%201%200%201%201%200-2a1%201%200%200%201%200%202M7.894%2011.44a1%201%200%200%201-1.788-.894a4.355%204.355%200%200%201%207.788%200a1%201%200%201%201-1.788.894a2.353%202.353%200%200%200-4.212%200M4.8%208.595a1%201%200%200%201-1.6-1.2a8.503%208.503%200%200%201%2013.6%200a.999.999%200%201%201-1.6%201.2a6.503%206.503%200%200%200-10.4%200m-3.057-2.93A1%201%200%200%201%20.257%204.329c4.843-5.377%2013.13-5.813%2018.512-.973q.513.461.974.973a.999.999%200%201%201-1.486%201.338a11%2011%200%200%200-.826-.826C12.871.74%205.847%201.108%201.743%205.666z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/wifi.svg?color=%231a73e8&size=48