android wifi 3 bar alert icon
android-wifi-3-bar-alert from Material Symbols Light by Google · Regular · Android · Apache-2.0 Free for personal and commercial use.
- Name
- android-wifi-3-bar-alert
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- android-wifi-3-bar-alert-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 3 bar alert icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.018 18.79q-.21-.211-.21-.52t.21-.521t.52-.21t.52.21t.211.52t-.21.52t-.52.211t-.52-.21m.02-2.251v-3.616h1v3.616zM3.186 10.474L1.774 9.062q2.089-1.956 4.721-3.009T12 5t5.506 1.053t4.721 3.009l-1.413 1.413q-1.798-1.684-4.073-2.58T12 7t-4.74.895t-4.073 2.58m7.747 8.091q-.434-.433-.434-1.066t.434-1.066Q11.367 16 12 16t1.066.434t.434 1.066t-.434 1.066Q12.633 19 12 19t-1.066-.434M7.2 14.45l-1.408-1.408q1.264-1.22 2.861-1.872q1.597-.65 3.347-.65q1.292 0 2.497.356q1.205.357 2.274 1.026q-.494.217-.987.533q-.492.315-.863.74q-.669-.325-1.408-.49q-.74-.166-1.513-.166q-1.367 0-2.597.5T7.2 14.45"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAndroidWifi3BarAlert(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="M18.018 18.79q-.21-.211-.21-.52t.21-.521t.52-.21t.52.21t.211.52t-.21.52t-.52.211t-.52-.21m.02-2.251v-3.616h1v3.616zM3.186 10.474L1.774 9.062q2.089-1.956 4.721-3.009T12 5t5.506 1.053t4.721 3.009l-1.413 1.413q-1.798-1.684-4.073-2.58T12 7t-4.74.895t-4.073 2.58m7.747 8.091q-.434-.433-.434-1.066t.434-1.066Q11.367 16 12 16t1.066.434t.434 1.066t-.434 1.066Q12.633 19 12 19t-1.066-.434M7.2 14.45l-1.408-1.408q1.264-1.22 2.861-1.872q1.597-.65 3.347-.65q1.292 0 2.497.356q1.205.357 2.274 1.026q-.494.217-.987.533q-.492.315-.863.74q-.669-.325-1.408-.49q-.74-.166-1.513-.166q-1.367 0-2.597.5T7.2 14.45"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.018 18.79q-.21-.211-.21-.52t.21-.521t.52-.21t.52.21t.211.52t-.21.52t-.52.211t-.52-.21m.02-2.251v-3.616h1v3.616zM3.186 10.474L1.774 9.062q2.089-1.956 4.721-3.009T12 5t5.506 1.053t4.721 3.009l-1.413 1.413q-1.798-1.684-4.073-2.58T12 7t-4.74.895t-4.073 2.58m7.747 8.091q-.434-.433-.434-1.066t.434-1.066Q11.367 16 12 16t1.066.434t.434 1.066t-.434 1.066Q12.633 19 12 19t-1.066-.434M7.2 14.45l-1.408-1.408q1.264-1.22 2.861-1.872q1.597-.65 3.347-.65q1.292 0 2.497.356q1.205.357 2.274 1.026q-.494.217-.987.533q-.492.315-.863.74q-.669-.325-1.408-.49q-.74-.166-1.513-.166q-1.367 0-2.597.5T7.2 14.45"/></svg> </template>
CSS
.icon-android-wifi-3-bar-alert {
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%22M18.018%2018.79q-.21-.211-.21-.52t.21-.521t.52-.21t.52.21t.211.52t-.21.52t-.52.211t-.52-.21m.02-2.251v-3.616h1v3.616zM3.186%2010.474L1.774%209.062q2.089-1.956%204.721-3.009T12%205t5.506%201.053t4.721%203.009l-1.413%201.413q-1.798-1.684-4.073-2.58T12%207t-4.74.895t-4.073%202.58m7.747%208.091q-.434-.433-.434-1.066t.434-1.066Q11.367%2016%2012%2016t1.066.434t.434%201.066t-.434%201.066Q12.633%2019%2012%2019t-1.066-.434M7.2%2014.45l-1.408-1.408q1.264-1.22%202.861-1.872q1.597-.65%203.347-.65q1.292%200%202.497.356q1.205.357%202.274%201.026q-.494.217-.987.533q-.492.315-.863.74q-.669-.325-1.408-.49q-.74-.166-1.513-.166q-1.367%200-2.597.5T7.2%2014.45%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%22M18.018%2018.79q-.21-.211-.21-.52t.21-.521t.52-.21t.52.21t.211.52t-.21.52t-.52.211t-.52-.21m.02-2.251v-3.616h1v3.616zM3.186%2010.474L1.774%209.062q2.089-1.956%204.721-3.009T12%205t5.506%201.053t4.721%203.009l-1.413%201.413q-1.798-1.684-4.073-2.58T12%207t-4.74.895t-4.073%202.58m7.747%208.091q-.434-.433-.434-1.066t.434-1.066Q11.367%2016%2012%2016t1.066.434t.434%201.066t-.434%201.066Q12.633%2019%2012%2019t-1.066-.434M7.2%2014.45l-1.408-1.408q1.264-1.22%202.861-1.872q1.597-.65%203.347-.65q1.292%200%202.497.356q1.205.357%202.274%201.026q-.494.217-.987.533q-.492.315-.863.74q-.669-.325-1.408-.49q-.74-.166-1.513-.166q-1.367%200-2.597.5T7.2%2014.45%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-3-bar-alert.svg?color=%231a73e8&size=48