wifi tethering error icon

wifi-tethering-error from Material Symbols by Google · Regular · Android · Apache-2.0 Free for personal and commercial use.

Name
wifi-tethering-error
Set
Material Symbols
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

The same icon in other sets

More android icons from Material Symbols

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="M5.1 20.25q-1.425-1.375-2.262-3.238T2 13q0-2.075.788-3.9t2.137-3.175T8.1 3.788T12 3q2.8 0 5.075 1.363T20.675 8H18.25q-1.125-1.375-2.738-2.187T12 5Q8.65 5 6.325 7.325T4 13q0 1.725.675 3.225t1.85 2.6zm2.825-2.825q-.875-.825-1.4-1.963T6 13q0-2.5 1.75-4.25T12 7t4.25 1.75T18 13q0 1.325-.525 2.475t-1.4 1.95L14.65 16q.625-.575.988-1.35T16 13q0-1.65-1.175-2.825T12 9t-2.825 1.175T8 13q0 .9.363 1.663T9.35 16zm2.663-3.012Q10 13.825 10 13t.588-1.412T12 11t1.413.588T14 13t-.587 1.413T12 15t-1.412-.587M21 20q-.425 0-.712-.288T20 19t.288-.712T21 18t.713.288T22 19t-.288.713T21 20m-1-4v-6h2v6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWifiTetheringError(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="M5.1 20.25q-1.425-1.375-2.262-3.238T2 13q0-2.075.788-3.9t2.137-3.175T8.1 3.788T12 3q2.8 0 5.075 1.363T20.675 8H18.25q-1.125-1.375-2.738-2.187T12 5Q8.65 5 6.325 7.325T4 13q0 1.725.675 3.225t1.85 2.6zm2.825-2.825q-.875-.825-1.4-1.963T6 13q0-2.5 1.75-4.25T12 7t4.25 1.75T18 13q0 1.325-.525 2.475t-1.4 1.95L14.65 16q.625-.575.988-1.35T16 13q0-1.65-1.175-2.825T12 9t-2.825 1.175T8 13q0 .9.363 1.663T9.35 16zm2.663-3.012Q10 13.825 10 13t.588-1.412T12 11t1.413.588T14 13t-.587 1.413T12 15t-1.412-.587M21 20q-.425 0-.712-.288T20 19t.288-.712T21 18t.713.288T22 19t-.288.713T21 20m-1-4v-6h2v6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.1 20.25q-1.425-1.375-2.262-3.238T2 13q0-2.075.788-3.9t2.137-3.175T8.1 3.788T12 3q2.8 0 5.075 1.363T20.675 8H18.25q-1.125-1.375-2.738-2.187T12 5Q8.65 5 6.325 7.325T4 13q0 1.725.675 3.225t1.85 2.6zm2.825-2.825q-.875-.825-1.4-1.963T6 13q0-2.5 1.75-4.25T12 7t4.25 1.75T18 13q0 1.325-.525 2.475t-1.4 1.95L14.65 16q.625-.575.988-1.35T16 13q0-1.65-1.175-2.825T12 9t-2.825 1.175T8 13q0 .9.363 1.663T9.35 16zm2.663-3.012Q10 13.825 10 13t.588-1.412T12 11t1.413.588T14 13t-.587 1.413T12 15t-1.412-.587M21 20q-.425 0-.712-.288T20 19t.288-.712T21 18t.713.288T22 19t-.288.713T21 20m-1-4v-6h2v6z"/></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%22M5.1%2020.25q-1.425-1.375-2.262-3.238T2%2013q0-2.075.788-3.9t2.137-3.175T8.1%203.788T12%203q2.8%200%205.075%201.363T20.675%208H18.25q-1.125-1.375-2.738-2.187T12%205Q8.65%205%206.325%207.325T4%2013q0%201.725.675%203.225t1.85%202.6zm2.825-2.825q-.875-.825-1.4-1.963T6%2013q0-2.5%201.75-4.25T12%207t4.25%201.75T18%2013q0%201.325-.525%202.475t-1.4%201.95L14.65%2016q.625-.575.988-1.35T16%2013q0-1.65-1.175-2.825T12%209t-2.825%201.175T8%2013q0%20.9.363%201.663T9.35%2016zm2.663-3.012Q10%2013.825%2010%2013t.588-1.412T12%2011t1.413.588T14%2013t-.587%201.413T12%2015t-1.412-.587M21%2020q-.425%200-.712-.288T20%2019t.288-.712T21%2018t.713.288T22%2019t-.288.713T21%2020m-1-4v-6h2v6z%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%22M5.1%2020.25q-1.425-1.375-2.262-3.238T2%2013q0-2.075.788-3.9t2.137-3.175T8.1%203.788T12%203q2.8%200%205.075%201.363T20.675%208H18.25q-1.125-1.375-2.738-2.187T12%205Q8.65%205%206.325%207.325T4%2013q0%201.725.675%203.225t1.85%202.6zm2.825-2.825q-.875-.825-1.4-1.963T6%2013q0-2.5%201.75-4.25T12%207t4.25%201.75T18%2013q0%201.325-.525%202.475t-1.4%201.95L14.65%2016q.625-.575.988-1.35T16%2013q0-1.65-1.175-2.825T12%209t-2.825%201.175T8%2013q0%20.9.363%201.663T9.35%2016zm2.663-3.012Q10%2013.825%2010%2013t.588-1.412T12%2011t1.413.588T14%2013t-.587%201.413T12%2015t-1.412-.587M21%2020q-.425%200-.712-.288T20%2019t.288-.712T21%2018t.713.288T22%2019t-.288.713T21%2020m-1-4v-6h2v6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/wifi-tethering-error.svg?color=%231a73e8&size=48