wifi tethering error icon
wifi-tethering-error from Material Symbols Light by Google · Regular · Android · Apache-2.0 Free for personal and commercial use.
- Name
- wifi-tethering-error
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- wifi-tethering-error-outline, wifi-tethering-error-outline-sharp, wifi-tethering-error-sharp
1 other variant 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 wifi tethering error icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.254 19.539q-1.31-1.241-2.06-2.919t-.752-3.614q0-1.87.709-3.513t1.924-2.859t2.857-1.925T12.442 4q2.358 0 4.306 1.093Q18.696 6.187 19.925 8h-1.233q-1.125-1.375-2.737-2.187T12.442 5q-3.35 0-5.675 2.325T4.442 13q0 1.725.675 3.225t1.85 2.6zm2.825-2.826q-.76-.69-1.198-1.645q-.439-.955-.439-2.068q0-2.083 1.457-3.542T12.438 8t3.543 1.46t1.461 3.547q0 1.107-.438 2.064q-.439.958-1.198 1.643L15.092 16q.625-.575.988-1.35t.362-1.65q0-1.65-1.175-2.825T12.442 9t-2.825 1.175T8.442 13q0 .9.363 1.663T9.792 16zm2.662-3.012q-.299-.299-.299-.701t.3-.701t.7-.299t.701.299t.3.701t-.3.701t-.7.299t-.702-.299m8.208 5.03q-.258 0-.44-.179t-.182-.443t.179-.437t.443-.172t.437.175t.172.434q0 .258-.175.44t-.434.182m-.507-2.962V10h1v5.77z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightWifiTetheringError(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="M6.254 19.539q-1.31-1.241-2.06-2.919t-.752-3.614q0-1.87.709-3.513t1.924-2.859t2.857-1.925T12.442 4q2.358 0 4.306 1.093Q18.696 6.187 19.925 8h-1.233q-1.125-1.375-2.737-2.187T12.442 5q-3.35 0-5.675 2.325T4.442 13q0 1.725.675 3.225t1.85 2.6zm2.825-2.826q-.76-.69-1.198-1.645q-.439-.955-.439-2.068q0-2.083 1.457-3.542T12.438 8t3.543 1.46t1.461 3.547q0 1.107-.438 2.064q-.439.958-1.198 1.643L15.092 16q.625-.575.988-1.35t.362-1.65q0-1.65-1.175-2.825T12.442 9t-2.825 1.175T8.442 13q0 .9.363 1.663T9.792 16zm2.662-3.012q-.299-.299-.299-.701t.3-.701t.7-.299t.701.299t.3.701t-.3.701t-.7.299t-.702-.299m8.208 5.03q-.258 0-.44-.179t-.182-.443t.179-.437t.443-.172t.437.175t.172.434q0 .258-.175.44t-.434.182m-.507-2.962V10h1v5.77z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.254 19.539q-1.31-1.241-2.06-2.919t-.752-3.614q0-1.87.709-3.513t1.924-2.859t2.857-1.925T12.442 4q2.358 0 4.306 1.093Q18.696 6.187 19.925 8h-1.233q-1.125-1.375-2.737-2.187T12.442 5q-3.35 0-5.675 2.325T4.442 13q0 1.725.675 3.225t1.85 2.6zm2.825-2.826q-.76-.69-1.198-1.645q-.439-.955-.439-2.068q0-2.083 1.457-3.542T12.438 8t3.543 1.46t1.461 3.547q0 1.107-.438 2.064q-.439.958-1.198 1.643L15.092 16q.625-.575.988-1.35t.362-1.65q0-1.65-1.175-2.825T12.442 9t-2.825 1.175T8.442 13q0 .9.363 1.663T9.792 16zm2.662-3.012q-.299-.299-.299-.701t.3-.701t.7-.299t.701.299t.3.701t-.3.701t-.7.299t-.702-.299m8.208 5.03q-.258 0-.44-.179t-.182-.443t.179-.437t.443-.172t.437.175t.172.434q0 .258-.175.44t-.434.182m-.507-2.962V10h1v5.77z"/></svg> </template>
CSS
.icon-wifi-tethering-error {
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%22M6.254%2019.539q-1.31-1.241-2.06-2.919t-.752-3.614q0-1.87.709-3.513t1.924-2.859t2.857-1.925T12.442%204q2.358%200%204.306%201.093Q18.696%206.187%2019.925%208h-1.233q-1.125-1.375-2.737-2.187T12.442%205q-3.35%200-5.675%202.325T4.442%2013q0%201.725.675%203.225t1.85%202.6zm2.825-2.826q-.76-.69-1.198-1.645q-.439-.955-.439-2.068q0-2.083%201.457-3.542T12.438%208t3.543%201.46t1.461%203.547q0%201.107-.438%202.064q-.439.958-1.198%201.643L15.092%2016q.625-.575.988-1.35t.362-1.65q0-1.65-1.175-2.825T12.442%209t-2.825%201.175T8.442%2013q0%20.9.363%201.663T9.792%2016zm2.662-3.012q-.299-.299-.299-.701t.3-.701t.7-.299t.701.299t.3.701t-.3.701t-.7.299t-.702-.299m8.208%205.03q-.258%200-.44-.179t-.182-.443t.179-.437t.443-.172t.437.175t.172.434q0%20.258-.175.44t-.434.182m-.507-2.962V10h1v5.77z%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%22M6.254%2019.539q-1.31-1.241-2.06-2.919t-.752-3.614q0-1.87.709-3.513t1.924-2.859t2.857-1.925T12.442%204q2.358%200%204.306%201.093Q18.696%206.187%2019.925%208h-1.233q-1.125-1.375-2.737-2.187T12.442%205q-3.35%200-5.675%202.325T4.442%2013q0%201.725.675%203.225t1.85%202.6zm2.825-2.826q-.76-.69-1.198-1.645q-.439-.955-.439-2.068q0-2.083%201.457-3.542T12.438%208t3.543%201.46t1.461%203.547q0%201.107-.438%202.064q-.439.958-1.198%201.643L15.092%2016q.625-.575.988-1.35t.362-1.65q0-1.65-1.175-2.825T12.442%209t-2.825%201.175T8.442%2013q0%20.9.363%201.663T9.792%2016zm2.662-3.012q-.299-.299-.299-.701t.3-.701t.7-.299t.701.299t.3.701t-.3.701t-.7.299t-.702-.299m8.208%205.03q-.258%200-.44-.179t-.182-.443t.179-.437t.443-.172t.437.175t.172.434q0%20.258-.175.44t-.434.182m-.507-2.962V10h1v5.77z%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-tethering-error.svg?color=%231a73e8&size=48