wifi icon
wifi from Line Awesome by Icons8 · Line · Status · Apache-2.0 Free for personal and commercial use.
- Name
- wifi
- Set
- Line Awesome
- Style
- Line
- Category
- Status
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- wifi-solid
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 OutlinewifiIconoirwifiIonIconswifiJam IconswifiSVG LogoswifiLucidewifiMage IconswifiMajesticonswifiMaterial SymbolswifiMaterial Symbols Light
More status icons from Line Awesome
banbattery-emptybattery-fullbattery-halfbattery-quarterbattery-three-quartersbellbell-slashbell-slash-solidbell-solidcalendarcalendar-altcalendar-alt-solidcalendar-checkcalendar-check-solidcalendar-daycalendar-minuscalendar-minus-solidcalendar-pluscalendar-plus-solidcalendar-solidcalendar-timescalendar-times-solidcalendar-week
Use the wifi icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 7c-5.016 0-9.543 2.082-12.813 5.406l1.407 1.406C7.5 10.852 11.535 9 16 9s8.5 1.852 11.406 4.813l1.407-1.407C25.543 9.082 21.015 7 16 7m0 5c-3.64 0-6.918 1.52-9.281 3.938l1.406 1.406C10.125 15.289 12.915 14 16 14s5.875 1.29 7.875 3.344l1.406-1.407C22.918 13.52 19.641 12 16 12m0 5c-2.262 0-4.293.957-5.75 2.469l1.406 1.406A6 6 0 0 1 16 19c1.71 0 3.25.727 4.344 1.875l1.406-1.406C20.297 17.957 18.262 17 16 17m0 5a2.98 2.98 0 0 0-2.219 1L16 25.219L18.219 23A2.98 2.98 0 0 0 16 22"/></svg>
React
import type { SVGProps } from "react";
export function LaWifi(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 7c-5.016 0-9.543 2.082-12.813 5.406l1.407 1.406C7.5 10.852 11.535 9 16 9s8.5 1.852 11.406 4.813l1.407-1.407C25.543 9.082 21.015 7 16 7m0 5c-3.64 0-6.918 1.52-9.281 3.938l1.406 1.406C10.125 15.289 12.915 14 16 14s5.875 1.29 7.875 3.344l1.406-1.407C22.918 13.52 19.641 12 16 12m0 5c-2.262 0-4.293.957-5.75 2.469l1.406 1.406A6 6 0 0 1 16 19c1.71 0 3.25.727 4.344 1.875l1.406-1.406C20.297 17.957 18.262 17 16 17m0 5a2.98 2.98 0 0 0-2.219 1L16 25.219L18.219 23A2.98 2.98 0 0 0 16 22"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 7c-5.016 0-9.543 2.082-12.813 5.406l1.407 1.406C7.5 10.852 11.535 9 16 9s8.5 1.852 11.406 4.813l1.407-1.407C25.543 9.082 21.015 7 16 7m0 5c-3.64 0-6.918 1.52-9.281 3.938l1.406 1.406C10.125 15.289 12.915 14 16 14s5.875 1.29 7.875 3.344l1.406-1.407C22.918 13.52 19.641 12 16 12m0 5c-2.262 0-4.293.957-5.75 2.469l1.406 1.406A6 6 0 0 1 16 19c1.71 0 3.25.727 4.344 1.875l1.406-1.406C20.297 17.957 18.262 17 16 17m0 5a2.98 2.98 0 0 0-2.219 1L16 25.219L18.219 23A2.98 2.98 0 0 0 16 22"/></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%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%207c-5.016%200-9.543%202.082-12.813%205.406l1.407%201.406C7.5%2010.852%2011.535%209%2016%209s8.5%201.852%2011.406%204.813l1.407-1.407C25.543%209.082%2021.015%207%2016%207m0%205c-3.64%200-6.918%201.52-9.281%203.938l1.406%201.406C10.125%2015.289%2012.915%2014%2016%2014s5.875%201.29%207.875%203.344l1.406-1.407C22.918%2013.52%2019.641%2012%2016%2012m0%205c-2.262%200-4.293.957-5.75%202.469l1.406%201.406A6%206%200%200%201%2016%2019c1.71%200%203.25.727%204.344%201.875l1.406-1.406C20.297%2017.957%2018.262%2017%2016%2017m0%205a2.98%202.98%200%200%200-2.219%201L16%2025.219L18.219%2023A2.98%202.98%200%200%200%2016%2022%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%207c-5.016%200-9.543%202.082-12.813%205.406l1.407%201.406C7.5%2010.852%2011.535%209%2016%209s8.5%201.852%2011.406%204.813l1.407-1.407C25.543%209.082%2021.015%207%2016%207m0%205c-3.64%200-6.918%201.52-9.281%203.938l1.406%201.406C10.125%2015.289%2012.915%2014%2016%2014s5.875%201.29%207.875%203.344l1.406-1.407C22.918%2013.52%2019.641%2012%2016%2012m0%205c-2.262%200-4.293.957-5.75%202.469l1.406%201.406A6%206%200%200%201%2016%2019c1.71%200%203.25.727%204.344%201.875l1.406-1.406C20.297%2017.957%2018.262%2017%2016%2017m0%205a2.98%202.98%200%200%200-2.219%201L16%2025.219L18.219%2023A2.98%202.98%200%200%200%2016%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/wifi.svg?color=%231a73e8&size=48