wifi icon
wifi from Material Symbols Light by Google · Regular · Android · Apache-2.0 Free for personal and commercial use.
- Name
- wifi
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- wifi-outline
2 other variants in Material Symbols Light
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 IconswifiLine AwesomewifiSVG LogoswifiLucidewifiMage IconswifiMajesticonswifiMaterial Symbols
More android icons from Material Symbols Light
1x-mobiledata1x-mobiledata-badge3g-mobiledata3g-mobiledata-badge4g-mobiledata4g-mobiledata-badge4g-plus-mobiledata5g5g-mobiledata-badgeadbairplanemode-inactiveandroidandroid-cell-4-barandroid-cell-4-bar-alertandroid-cell-4-bar-offandroid-cell-4-bar-plusandroid-cell-5-barandroid-cell-5-bar-alertandroid-cell-5-bar-offandroid-cell-5-bar-plusandroid-cell-dual-4-barandroid-cell-dual-4-bar-alertandroid-cell-dual-4-bar-plusandroid-cell-dual-5-bar
Use the wifi icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.908 19.977q-.446-.446-.446-1.092t.446-1.093T12 17.346t1.092.446t.446 1.093t-.446 1.092t-1.092.446t-1.092-.446M6.35 15.35l-1.023-1.034q1.302-1.302 3.001-2.04q1.699-.737 3.672-.737t3.672.74t3.001 2.048L17.65 15.35q-1.1-1.1-2.55-1.725T12 13t-3.1.625t-2.55 1.725M2.1 11.1l-1.023-1.023q2.089-2.1 4.875-3.32T12 5.54t6.048 1.219t4.875 3.319L21.9 11.1q-1.925-1.925-4.462-3.012T12 7T6.563 8.088T2.1 11.1"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightWifi(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.908 19.977q-.446-.446-.446-1.092t.446-1.093T12 17.346t1.092.446t.446 1.093t-.446 1.092t-1.092.446t-1.092-.446M6.35 15.35l-1.023-1.034q1.302-1.302 3.001-2.04q1.699-.737 3.672-.737t3.672.74t3.001 2.048L17.65 15.35q-1.1-1.1-2.55-1.725T12 13t-3.1.625t-2.55 1.725M2.1 11.1l-1.023-1.023q2.089-2.1 4.875-3.32T12 5.54t6.048 1.219t4.875 3.319L21.9 11.1q-1.925-1.925-4.462-3.012T12 7T6.563 8.088T2.1 11.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.908 19.977q-.446-.446-.446-1.092t.446-1.093T12 17.346t1.092.446t.446 1.093t-.446 1.092t-1.092.446t-1.092-.446M6.35 15.35l-1.023-1.034q1.302-1.302 3.001-2.04q1.699-.737 3.672-.737t3.672.74t3.001 2.048L17.65 15.35q-1.1-1.1-2.55-1.725T12 13t-3.1.625t-2.55 1.725M2.1 11.1l-1.023-1.023q2.089-2.1 4.875-3.32T12 5.54t6.048 1.219t4.875 3.319L21.9 11.1q-1.925-1.925-4.462-3.012T12 7T6.563 8.088T2.1 11.1"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.908%2019.977q-.446-.446-.446-1.092t.446-1.093T12%2017.346t1.092.446t.446%201.093t-.446%201.092t-1.092.446t-1.092-.446M6.35%2015.35l-1.023-1.034q1.302-1.302%203.001-2.04q1.699-.737%203.672-.737t3.672.74t3.001%202.048L17.65%2015.35q-1.1-1.1-2.55-1.725T12%2013t-3.1.625t-2.55%201.725M2.1%2011.1l-1.023-1.023q2.089-2.1%204.875-3.32T12%205.54t6.048%201.219t4.875%203.319L21.9%2011.1q-1.925-1.925-4.462-3.012T12%207T6.563%208.088T2.1%2011.1%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.908%2019.977q-.446-.446-.446-1.092t.446-1.093T12%2017.346t1.092.446t.446%201.093t-.446%201.092t-1.092.446t-1.092-.446M6.35%2015.35l-1.023-1.034q1.302-1.302%203.001-2.04q1.699-.737%203.672-.737t3.672.74t3.001%202.048L17.65%2015.35q-1.1-1.1-2.55-1.725T12%2013t-3.1.625t-2.55%201.725M2.1%2011.1l-1.023-1.023q2.089-2.1%204.875-3.32T12%205.54t6.048%201.219t4.875%203.319L21.9%2011.1q-1.925-1.925-4.462-3.012T12%207T6.563%208.088T2.1%2011.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/wifi.svg?color=%231a73e8&size=48