signal wifi bad icon
signal-wifi-bad-rounded from Material Symbols Light by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.
- Name
- signal-wifi-bad-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
4 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 signal wifi bad icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.712 17.002l-1.766 1.74q-.14.14-.332.134q-.191-.007-.337-.153q-.14-.14-.14-.344t.14-.344l1.746-1.746l-1.765-1.766q-.14-.14-.131-.344t.15-.344t.344-.14t.345.14L18.71 15.6l1.766-1.765q.14-.14.341-.14t.347.14q.166.146.156.356q-.01.211-.156.357l-1.74 1.74l1.74 1.766q.14.14.134.341t-.153.347q-.14.14-.334.14t-.335-.14zm.898-6.461q-.223-.039-.437-.058t-.436-.02q-2.43 0-4.127 1.699q-1.698 1.698-1.698 4.127q0 .223.019.436t.058.437q.025.18.052.354q.026.175.08.35q.056.211.019.41t-.194.355q-.205.205-.445.299t-.501.093t-.501-.093t-.445-.3l-8.306-8.305q-.248-.248-.37-.556q-.12-.307-.12-.636q0-.367.156-.716q.155-.348.492-.59q2.008-1.398 4.321-2.112T12 5t4.773.715t4.321 2.112q.337.217.502.565q.165.349.165.716q0 .329-.13.649t-.379.568l-.173.173q-.142.143-.348.19t-.417-.015q-.175-.054-.347-.08q-.17-.027-.357-.052"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSignalWifiBadRounded(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.712 17.002l-1.766 1.74q-.14.14-.332.134q-.191-.007-.337-.153q-.14-.14-.14-.344t.14-.344l1.746-1.746l-1.765-1.766q-.14-.14-.131-.344t.15-.344t.344-.14t.345.14L18.71 15.6l1.766-1.765q.14-.14.341-.14t.347.14q.166.146.156.356q-.01.211-.156.357l-1.74 1.74l1.74 1.766q.14.14.134.341t-.153.347q-.14.14-.334.14t-.335-.14zm.898-6.461q-.223-.039-.437-.058t-.436-.02q-2.43 0-4.127 1.699q-1.698 1.698-1.698 4.127q0 .223.019.436t.058.437q.025.18.052.354q.026.175.08.35q.056.211.019.41t-.194.355q-.205.205-.445.299t-.501.093t-.501-.093t-.445-.3l-8.306-8.305q-.248-.248-.37-.556q-.12-.307-.12-.636q0-.367.156-.716q.155-.348.492-.59q2.008-1.398 4.321-2.112T12 5t4.773.715t4.321 2.112q.337.217.502.565q.165.349.165.716q0 .329-.13.649t-.379.568l-.173.173q-.142.143-.348.19t-.417-.015q-.175-.054-.347-.08q-.17-.027-.357-.052"/></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.712 17.002l-1.766 1.74q-.14.14-.332.134q-.191-.007-.337-.153q-.14-.14-.14-.344t.14-.344l1.746-1.746l-1.765-1.766q-.14-.14-.131-.344t.15-.344t.344-.14t.345.14L18.71 15.6l1.766-1.765q.14-.14.341-.14t.347.14q.166.146.156.356q-.01.211-.156.357l-1.74 1.74l1.74 1.766q.14.14.134.341t-.153.347q-.14.14-.334.14t-.335-.14zm.898-6.461q-.223-.039-.437-.058t-.436-.02q-2.43 0-4.127 1.699q-1.698 1.698-1.698 4.127q0 .223.019.436t.058.437q.025.18.052.354q.026.175.08.35q.056.211.019.41t-.194.355q-.205.205-.445.299t-.501.093t-.501-.093t-.445-.3l-8.306-8.305q-.248-.248-.37-.556q-.12-.307-.12-.636q0-.367.156-.716q.155-.348.492-.59q2.008-1.398 4.321-2.112T12 5t4.773.715t4.321 2.112q.337.217.502.565q.165.349.165.716q0 .329-.13.649t-.379.568l-.173.173q-.142.143-.348.19t-.417-.015q-.175-.054-.347-.08q-.17-.027-.357-.052"/></svg> </template>
CSS
.icon-signal-wifi-bad-rounded {
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.712%2017.002l-1.766%201.74q-.14.14-.332.134q-.191-.007-.337-.153q-.14-.14-.14-.344t.14-.344l1.746-1.746l-1.765-1.766q-.14-.14-.131-.344t.15-.344t.344-.14t.345.14L18.71%2015.6l1.766-1.765q.14-.14.341-.14t.347.14q.166.146.156.356q-.01.211-.156.357l-1.74%201.74l1.74%201.766q.14.14.134.341t-.153.347q-.14.14-.334.14t-.335-.14zm.898-6.461q-.223-.039-.437-.058t-.436-.02q-2.43%200-4.127%201.699q-1.698%201.698-1.698%204.127q0%20.223.019.436t.058.437q.025.18.052.354q.026.175.08.35q.056.211.019.41t-.194.355q-.205.205-.445.299t-.501.093t-.501-.093t-.445-.3l-8.306-8.305q-.248-.248-.37-.556q-.12-.307-.12-.636q0-.367.156-.716q.155-.348.492-.59q2.008-1.398%204.321-2.112T12%205t4.773.715t4.321%202.112q.337.217.502.565q.165.349.165.716q0%20.329-.13.649t-.379.568l-.173.173q-.142.143-.348.19t-.417-.015q-.175-.054-.347-.08q-.17-.027-.357-.052%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.712%2017.002l-1.766%201.74q-.14.14-.332.134q-.191-.007-.337-.153q-.14-.14-.14-.344t.14-.344l1.746-1.746l-1.765-1.766q-.14-.14-.131-.344t.15-.344t.344-.14t.345.14L18.71%2015.6l1.766-1.765q.14-.14.341-.14t.347.14q.166.146.156.356q-.01.211-.156.357l-1.74%201.74l1.74%201.766q.14.14.134.341t-.153.347q-.14.14-.334.14t-.335-.14zm.898-6.461q-.223-.039-.437-.058t-.436-.02q-2.43%200-4.127%201.699q-1.698%201.698-1.698%204.127q0%20.223.019.436t.058.437q.025.18.052.354q.026.175.08.35q.056.211.019.41t-.194.355q-.205.205-.445.299t-.501.093t-.501-.093t-.445-.3l-8.306-8.305q-.248-.248-.37-.556q-.12-.307-.12-.636q0-.367.156-.716q.155-.348.492-.59q2.008-1.398%204.321-2.112T12%205t4.773.715t4.321%202.112q.337.217.502.565q.165.349.165.716q0%20.329-.13.649t-.379.568l-.173.173q-.142.143-.348.19t-.417-.015q-.175-.054-.347-.08q-.17-.027-.357-.052%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/signal-wifi-bad-rounded.svg?color=%231a73e8&size=48