signal wifi bad icon
signal-wifi-bad-outline-rounded from Material Symbols Light by Google · Outline Rounded · Android · Apache-2.0 Free for personal and commercial use.
- Name
- signal-wifi-bad-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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-.14zM12 5q2.46 0 4.773.715q2.314.714 4.321 2.112q.337.217.505.563q.168.344.168.712q0 .329-.133.652q-.134.323-.382.571l-1.17 1.17q-.145.14-.347.152t-.366-.153t-.165-.356t.165-.357l1.212-1.212q.211-.211.183-.51q-.03-.297-.28-.451q-1.878-1.289-4.04-1.949Q14.283 6 12 6t-4.444.66t-4.04 1.948q-.25.153-.28.451q-.028.299.183.51l8.254 8.254q.135.135.327.135t.327-.135l.871-.871q.166-.165.357-.165t.357.165q.165.165.165.357t-.165.357l-.776.775q-.242.242-.54.353q-.298.112-.596.112t-.596-.112t-.54-.353l-8.116-8.116q-.248-.248-.37-.559q-.12-.31-.12-.639q0-.367.155-.712q.156-.346.493-.588q2.007-1.398 4.321-2.113Q9.54 5 12 5m0 6.998"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSignalWifiBadOutlineRounded(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-.14zM12 5q2.46 0 4.773.715q2.314.714 4.321 2.112q.337.217.505.563q.168.344.168.712q0 .329-.133.652q-.134.323-.382.571l-1.17 1.17q-.145.14-.347.152t-.366-.153t-.165-.356t.165-.357l1.212-1.212q.211-.211.183-.51q-.03-.297-.28-.451q-1.878-1.289-4.04-1.949Q14.283 6 12 6t-4.444.66t-4.04 1.948q-.25.153-.28.451q-.028.299.183.51l8.254 8.254q.135.135.327.135t.327-.135l.871-.871q.166-.165.357-.165t.357.165q.165.165.165.357t-.165.357l-.776.775q-.242.242-.54.353q-.298.112-.596.112t-.596-.112t-.54-.353l-8.116-8.116q-.248-.248-.37-.559q-.12-.31-.12-.639q0-.367.155-.712q.156-.346.493-.588q2.007-1.398 4.321-2.113Q9.54 5 12 5m0 6.998"/></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-.14zM12 5q2.46 0 4.773.715q2.314.714 4.321 2.112q.337.217.505.563q.168.344.168.712q0 .329-.133.652q-.134.323-.382.571l-1.17 1.17q-.145.14-.347.152t-.366-.153t-.165-.356t.165-.357l1.212-1.212q.211-.211.183-.51q-.03-.297-.28-.451q-1.878-1.289-4.04-1.949Q14.283 6 12 6t-4.444.66t-4.04 1.948q-.25.153-.28.451q-.028.299.183.51l8.254 8.254q.135.135.327.135t.327-.135l.871-.871q.166-.165.357-.165t.357.165q.165.165.165.357t-.165.357l-.776.775q-.242.242-.54.353q-.298.112-.596.112t-.596-.112t-.54-.353l-8.116-8.116q-.248-.248-.37-.559q-.12-.31-.12-.639q0-.367.155-.712q.156-.346.493-.588q2.007-1.398 4.321-2.113Q9.54 5 12 5m0 6.998"/></svg> </template>
CSS
.icon-signal-wifi-bad-outline-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-.14zM12%205q2.46%200%204.773.715q2.314.714%204.321%202.112q.337.217.505.563q.168.344.168.712q0%20.329-.133.652q-.134.323-.382.571l-1.17%201.17q-.145.14-.347.152t-.366-.153t-.165-.356t.165-.357l1.212-1.212q.211-.211.183-.51q-.03-.297-.28-.451q-1.878-1.289-4.04-1.949Q14.283%206%2012%206t-4.444.66t-4.04%201.948q-.25.153-.28.451q-.028.299.183.51l8.254%208.254q.135.135.327.135t.327-.135l.871-.871q.166-.165.357-.165t.357.165q.165.165.165.357t-.165.357l-.776.775q-.242.242-.54.353q-.298.112-.596.112t-.596-.112t-.54-.353l-8.116-8.116q-.248-.248-.37-.559q-.12-.31-.12-.639q0-.367.155-.712q.156-.346.493-.588q2.007-1.398%204.321-2.113Q9.54%205%2012%205m0%206.998%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-.14zM12%205q2.46%200%204.773.715q2.314.714%204.321%202.112q.337.217.505.563q.168.344.168.712q0%20.329-.133.652q-.134.323-.382.571l-1.17%201.17q-.145.14-.347.152t-.366-.153t-.165-.356t.165-.357l1.212-1.212q.211-.211.183-.51q-.03-.297-.28-.451q-1.878-1.289-4.04-1.949Q14.283%206%2012%206t-4.444.66t-4.04%201.948q-.25.153-.28.451q-.028.299.183.51l8.254%208.254q.135.135.327.135t.327-.135l.871-.871q.166-.165.357-.165t.357.165q.165.165.165.357t-.165.357l-.776.775q-.242.242-.54.353q-.298.112-.596.112t-.596-.112t-.54-.353l-8.116-8.116q-.248-.248-.37-.559q-.12-.31-.12-.639q0-.367.155-.712q.156-.346.493-.588q2.007-1.398%204.321-2.113Q9.54%205%2012%205m0%206.998%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-outline-rounded.svg?color=%231a73e8&size=48