android wifi 4 bar off icon
android-wifi-4-bar-off from Material Symbols Light by Google · Regular · Android · Apache-2.0 Free for personal and commercial use.
- Name
- android-wifi-4-bar-off
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- android-wifi-4-bar-off-outline
2 other variants in Material Symbols Light
The same icon in other sets
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 android wifi 4 bar off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.094 10.177L1.012 9.133q.61-.527 1.247-.978t1.316-.845l-1.46-1.046l.848-1.218l18.17 12.731L20.285 19l-7.23-5.052q-.264-.044-.527-.063q-.262-.02-.528-.02q-1.217 0-2.351.393q-1.133.392-2.083 1.152l-1.058-1.064q.953-.794 2.08-1.264t2.349-.616l-2.443-1.724q-1.002.337-1.916.846t-1.736 1.208l-1.057-1.044q.74-.638 1.55-1.148t1.694-.877l-2.12-1.488q-.765.405-1.464.887t-1.35 1.051m8.82 8.428q-.453-.453-.453-1.086t.453-1.076T12 16t1.086.443t.452 1.076t-.453 1.086t-1.085.453t-1.086-.453m-.908-12L8.302 5.387q.925-.196 1.843-.29T12 5q3.042 0 5.87 1.045q2.828 1.046 5.118 3.088l-1.082 1.044q-2.05-1.802-4.598-2.749T12 6.481q-.5 0-.997.035q-.497.034-.997.09m9.096 6.361l-6.088-4.256q1.786.097 3.697.851q1.91.755 3.53 2.165z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAndroidWifi4BarOff(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="M2.094 10.177L1.012 9.133q.61-.527 1.247-.978t1.316-.845l-1.46-1.046l.848-1.218l18.17 12.731L20.285 19l-7.23-5.052q-.264-.044-.527-.063q-.262-.02-.528-.02q-1.217 0-2.351.393q-1.133.392-2.083 1.152l-1.058-1.064q.953-.794 2.08-1.264t2.349-.616l-2.443-1.724q-1.002.337-1.916.846t-1.736 1.208l-1.057-1.044q.74-.638 1.55-1.148t1.694-.877l-2.12-1.488q-.765.405-1.464.887t-1.35 1.051m8.82 8.428q-.453-.453-.453-1.086t.453-1.076T12 16t1.086.443t.452 1.076t-.453 1.086t-1.085.453t-1.086-.453m-.908-12L8.302 5.387q.925-.196 1.843-.29T12 5q3.042 0 5.87 1.045q2.828 1.046 5.118 3.088l-1.082 1.044q-2.05-1.802-4.598-2.749T12 6.481q-.5 0-.997.035q-.497.034-.997.09m9.096 6.361l-6.088-4.256q1.786.097 3.697.851q1.91.755 3.53 2.165z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.094 10.177L1.012 9.133q.61-.527 1.247-.978t1.316-.845l-1.46-1.046l.848-1.218l18.17 12.731L20.285 19l-7.23-5.052q-.264-.044-.527-.063q-.262-.02-.528-.02q-1.217 0-2.351.393q-1.133.392-2.083 1.152l-1.058-1.064q.953-.794 2.08-1.264t2.349-.616l-2.443-1.724q-1.002.337-1.916.846t-1.736 1.208l-1.057-1.044q.74-.638 1.55-1.148t1.694-.877l-2.12-1.488q-.765.405-1.464.887t-1.35 1.051m8.82 8.428q-.453-.453-.453-1.086t.453-1.076T12 16t1.086.443t.452 1.076t-.453 1.086t-1.085.453t-1.086-.453m-.908-12L8.302 5.387q.925-.196 1.843-.29T12 5q3.042 0 5.87 1.045q2.828 1.046 5.118 3.088l-1.082 1.044q-2.05-1.802-4.598-2.749T12 6.481q-.5 0-.997.035q-.497.034-.997.09m9.096 6.361l-6.088-4.256q1.786.097 3.697.851q1.91.755 3.53 2.165z"/></svg> </template>
CSS
.icon-android-wifi-4-bar-off {
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%22M2.094%2010.177L1.012%209.133q.61-.527%201.247-.978t1.316-.845l-1.46-1.046l.848-1.218l18.17%2012.731L20.285%2019l-7.23-5.052q-.264-.044-.527-.063q-.262-.02-.528-.02q-1.217%200-2.351.393q-1.133.392-2.083%201.152l-1.058-1.064q.953-.794%202.08-1.264t2.349-.616l-2.443-1.724q-1.002.337-1.916.846t-1.736%201.208l-1.057-1.044q.74-.638%201.55-1.148t1.694-.877l-2.12-1.488q-.765.405-1.464.887t-1.35%201.051m8.82%208.428q-.453-.453-.453-1.086t.453-1.076T12%2016t1.086.443t.452%201.076t-.453%201.086t-1.085.453t-1.086-.453m-.908-12L8.302%205.387q.925-.196%201.843-.29T12%205q3.042%200%205.87%201.045q2.828%201.046%205.118%203.088l-1.082%201.044q-2.05-1.802-4.598-2.749T12%206.481q-.5%200-.997.035q-.497.034-.997.09m9.096%206.361l-6.088-4.256q1.786.097%203.697.851q1.91.755%203.53%202.165z%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%22M2.094%2010.177L1.012%209.133q.61-.527%201.247-.978t1.316-.845l-1.46-1.046l.848-1.218l18.17%2012.731L20.285%2019l-7.23-5.052q-.264-.044-.527-.063q-.262-.02-.528-.02q-1.217%200-2.351.393q-1.133.392-2.083%201.152l-1.058-1.064q.953-.794%202.08-1.264t2.349-.616l-2.443-1.724q-1.002.337-1.916.846t-1.736%201.208l-1.057-1.044q.74-.638%201.55-1.148t1.694-.877l-2.12-1.488q-.765.405-1.464.887t-1.35%201.051m8.82%208.428q-.453-.453-.453-1.086t.453-1.076T12%2016t1.086.443t.452%201.076t-.453%201.086t-1.085.453t-1.086-.453m-.908-12L8.302%205.387q.925-.196%201.843-.29T12%205q3.042%200%205.87%201.045q2.828%201.046%205.118%203.088l-1.082%201.044q-2.05-1.802-4.598-2.749T12%206.481q-.5%200-.997.035q-.497.034-.997.09m9.096%206.361l-6.088-4.256q1.786.097%203.697.851q1.91.755%203.53%202.165z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/android-wifi-4-bar-off.svg?color=%231a73e8&size=48