android wifi 3 bar off icon

android-wifi-3-bar-off-sharp from Material Symbols Light by Google · Sharp · Android · Apache-2.0 Free for personal and commercial use.

Name
android-wifi-3-bar-off-sharp
Set
Material Symbols Light
Style
Sharp
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
android-wifi-3-bar-off-outline-sharp

2 other variants in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

Use the android wifi 3 bar off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.2 14.45l-1.408-1.408q.697-.67 1.49-1.162t1.672-.803L5.589 8.71q-.652.369-1.248.81q-.597.442-1.154.955L1.773 9.062q.471-.446.977-.851t1.046-.75l-1.68-1.197l.848-1.218l18.169 12.731L20.285 19l-9.166-6.413q-1.102.142-2.103.611q-1.002.47-1.816 1.252m3.079-7.336l-2.26-1.568q.977-.273 1.972-.41T12 5q2.873 0 5.506 1.053t4.721 3.009l-1.413 1.413q-1.798-1.684-4.073-2.58T12 7q-.446 0-.87.022t-.851.092M12 19.308l-2.361-2.362q.459-.442 1.065-.694T12 16t1.296.252t1.066.694z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAndroidWifi3BarOffSharp(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="m7.2 14.45l-1.408-1.408q.697-.67 1.49-1.162t1.672-.803L5.589 8.71q-.652.369-1.248.81q-.597.442-1.154.955L1.773 9.062q.471-.446.977-.851t1.046-.75l-1.68-1.197l.848-1.218l18.169 12.731L20.285 19l-9.166-6.413q-1.102.142-2.103.611q-1.002.47-1.816 1.252m3.079-7.336l-2.26-1.568q.977-.273 1.972-.41T12 5q2.873 0 5.506 1.053t4.721 3.009l-1.413 1.413q-1.798-1.684-4.073-2.58T12 7q-.446 0-.87.022t-.851.092M12 19.308l-2.361-2.362q.459-.442 1.065-.694T12 16t1.296.252t1.066.694z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.2 14.45l-1.408-1.408q.697-.67 1.49-1.162t1.672-.803L5.589 8.71q-.652.369-1.248.81q-.597.442-1.154.955L1.773 9.062q.471-.446.977-.851t1.046-.75l-1.68-1.197l.848-1.218l18.169 12.731L20.285 19l-9.166-6.413q-1.102.142-2.103.611q-1.002.47-1.816 1.252m3.079-7.336l-2.26-1.568q.977-.273 1.972-.41T12 5q2.873 0 5.506 1.053t4.721 3.009l-1.413 1.413q-1.798-1.684-4.073-2.58T12 7q-.446 0-.87.022t-.851.092M12 19.308l-2.361-2.362q.459-.442 1.065-.694T12 16t1.296.252t1.066.694z"/></svg>
</template>

CSS

.icon-android-wifi-3-bar-off-sharp {
  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%22m7.2%2014.45l-1.408-1.408q.697-.67%201.49-1.162t1.672-.803L5.589%208.71q-.652.369-1.248.81q-.597.442-1.154.955L1.773%209.062q.471-.446.977-.851t1.046-.75l-1.68-1.197l.848-1.218l18.169%2012.731L20.285%2019l-9.166-6.413q-1.102.142-2.103.611q-1.002.47-1.816%201.252m3.079-7.336l-2.26-1.568q.977-.273%201.972-.41T12%205q2.873%200%205.506%201.053t4.721%203.009l-1.413%201.413q-1.798-1.684-4.073-2.58T12%207q-.446%200-.87.022t-.851.092M12%2019.308l-2.361-2.362q.459-.442%201.065-.694T12%2016t1.296.252t1.066.694z%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%22m7.2%2014.45l-1.408-1.408q.697-.67%201.49-1.162t1.672-.803L5.589%208.71q-.652.369-1.248.81q-.597.442-1.154.955L1.773%209.062q.471-.446.977-.851t1.046-.75l-1.68-1.197l.848-1.218l18.169%2012.731L20.285%2019l-9.166-6.413q-1.102.142-2.103.611q-1.002.47-1.816%201.252m3.079-7.336l-2.26-1.568q.977-.273%201.972-.41T12%205q2.873%200%205.506%201.053t4.721%203.009l-1.413%201.413q-1.798-1.684-4.073-2.58T12%207q-.446%200-.87.022t-.851.092M12%2019.308l-2.361-2.362q.459-.442%201.065-.694T12%2016t1.296.252t1.066.694z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/android-wifi-3-bar-off-sharp.svg?color=%231a73e8&size=48