Wifi Tethering Error icon

Wifi Tethering Error is a Google Material Symbol from the Android category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

wifi_tethering_error_outlined_fill0_wght400.svg

Wifi Tethering Error icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=wifi_tethering_error" />

<span class="material-symbols-outlined">wifi_tethering_error</span>

Wifi Tethering Error icon in React

// With the font from the HTML tab:
export function WifiTetheringErrorIcon() {
  return (
    <span className="material-symbols-outlined">
      wifi_tethering_error
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import WifiTetheringErrorIcon from "@material-symbols/svg-400/outlined/wifi_tethering_error.svg?react";

Wifi Tethering Error icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">wifi_tethering_error</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import WifiTetheringErrorIcon from "@material-symbols/svg-400/outlined/wifi_tethering_error.svg?component"; -->

Wifi Tethering Error icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">wifi_tethering_error</mat-icon>

Wifi Tethering Error icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.wifi_tethering_error, fill: 0, weight: 400)

Wifi Tethering Error icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/wifi_tethering_error.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M5.05 20.25q-1.425-1.375-2.262-3.237T1.95 13q0-2.075 .788-3.9T4.875 5.925q1.35-1.35 3.175-2.137T11.95 3q2.886 0 5.23 1.463Q19.525 5.925 20.8 8.325h-1.75q-1.15-1.725-3-2.775t-4.1-1.05q-3.559 0-6.03 2.47Q3.45 9.441 3.45 13q0 1.85 .713 3.425T6.125 19.175l-1.075 1.075Zm2.825-2.825q-.875-.825-1.4-1.962T5.95 13q0-2.5 1.75-4.25t4.25-1.75q2.5 0 4.25 1.75t1.75 4.25q0 1.316-.525 2.458Q16.9 16.6 16.025 17.425l-1.075-1.075q.695-.629 1.097-1.477T16.45 13q0-1.875-1.312-3.187T11.95 8.5q-1.875 0-3.187 1.313T7.45 13.002Q7.45 14.025 7.85 14.875t1.1 1.475l-1.075 1.075Zm2.663-3.012Q9.95 13.825 9.95 13t.588-1.412Q11.125 11 11.95 11t1.413 .588Q13.95 12.175 13.95 13t-.587 1.413Q12.775 15 11.95 15t-1.412-.587ZM21.2 20.375q-.35 0-.612-.262T20.325 19.5q0-.35 .263-.612T21.2 18.625q.35 0 .613 .263T22.075 19.5q0 .35-.262 .613T21.2 20.375Zm-.75-3.55v-6h1.5v6h-1.5Z" />
</vector>

Wifi Tethering Error icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/wifi_tethering_error.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/wifi_tethering_error.svg" width="24" height="24" alt="Wifi Tethering Error">

Wifi Tethering Error icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameWifi Tethering Error
Ligaturewifi_tethering_error
Code pointU+EAD9
CategoryAndroid
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/wifi_tethering_error.svg, wifi_tethering_error-fill.svg
FlutterSymbols.wifi_tethering_error
LicenseApache License 2.0 (© Google LLC)

Keywords

androidmobilenetworkconnectioniconalertinternetsignalphonemarkwirelesswarningnotification

Related icons