android wifi 3 bar off icon

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

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

2 other variants in Material Symbols

The same icon in other sets

More android icons from Material Symbols

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="m6.95 14.95l-2.1-2.1q.6-.575 1.288-1.037T7.55 11L4.8 9.075q-.575.35-1.075.763t-1 .887L.6 8.6q.375-.35.775-.687T2.2 7.25L.75 6.225L2.175 4.2l19.65 13.75L20.4 20l-9.8-6.875q-1.025.2-1.95.65t-1.7 1.175m3.675-7.875L7.25 4.7q1.15-.35 2.338-.525T12 4q3.2 0 6.15 1.188T23.4 8.6l-2.125 2.125Q19.4 8.925 17 7.963T12 7q-.35 0-.687.013t-.688.062m-.038 12.338Q10 18.825 10 18t.588-1.412T12 16t1.413.588T14 18t-.587 1.413T12 20t-1.412-.587"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAndroidWifi3BarOff(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.95 14.95l-2.1-2.1q.6-.575 1.288-1.037T7.55 11L4.8 9.075q-.575.35-1.075.763t-1 .887L.6 8.6q.375-.35.775-.687T2.2 7.25L.75 6.225L2.175 4.2l19.65 13.75L20.4 20l-9.8-6.875q-1.025.2-1.95.65t-1.7 1.175m3.675-7.875L7.25 4.7q1.15-.35 2.338-.525T12 4q3.2 0 6.15 1.188T23.4 8.6l-2.125 2.125Q19.4 8.925 17 7.963T12 7q-.35 0-.687.013t-.688.062m-.038 12.338Q10 18.825 10 18t.588-1.412T12 16t1.413.588T14 18t-.587 1.413T12 20t-1.412-.587"/></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.95 14.95l-2.1-2.1q.6-.575 1.288-1.037T7.55 11L4.8 9.075q-.575.35-1.075.763t-1 .887L.6 8.6q.375-.35.775-.687T2.2 7.25L.75 6.225L2.175 4.2l19.65 13.75L20.4 20l-9.8-6.875q-1.025.2-1.95.65t-1.7 1.175m3.675-7.875L7.25 4.7q1.15-.35 2.338-.525T12 4q3.2 0 6.15 1.188T23.4 8.6l-2.125 2.125Q19.4 8.925 17 7.963T12 7q-.35 0-.687.013t-.688.062m-.038 12.338Q10 18.825 10 18t.588-1.412T12 16t1.413.588T14 18t-.587 1.413T12 20t-1.412-.587"/></svg>
</template>

CSS

.icon-android-wifi-3-bar-off {
  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.95%2014.95l-2.1-2.1q.6-.575%201.288-1.037T7.55%2011L4.8%209.075q-.575.35-1.075.763t-1%20.887L.6%208.6q.375-.35.775-.687T2.2%207.25L.75%206.225L2.175%204.2l19.65%2013.75L20.4%2020l-9.8-6.875q-1.025.2-1.95.65t-1.7%201.175m3.675-7.875L7.25%204.7q1.15-.35%202.338-.525T12%204q3.2%200%206.15%201.188T23.4%208.6l-2.125%202.125Q19.4%208.925%2017%207.963T12%207q-.35%200-.687.013t-.688.062m-.038%2012.338Q10%2018.825%2010%2018t.588-1.412T12%2016t1.413.588T14%2018t-.587%201.413T12%2020t-1.412-.587%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.95%2014.95l-2.1-2.1q.6-.575%201.288-1.037T7.55%2011L4.8%209.075q-.575.35-1.075.763t-1%20.887L.6%208.6q.375-.35.775-.687T2.2%207.25L.75%206.225L2.175%204.2l19.65%2013.75L20.4%2020l-9.8-6.875q-1.025.2-1.95.65t-1.7%201.175m3.675-7.875L7.25%204.7q1.15-.35%202.338-.525T12%204q3.2%200%206.15%201.188T23.4%208.6l-2.125%202.125Q19.4%208.925%2017%207.963T12%207q-.35%200-.687.013t-.688.062m-.038%2012.338Q10%2018.825%2010%2018t.588-1.412T12%2016t1.413.588T14%2018t-.587%201.413T12%2020t-1.412-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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