signal-wifi-off-rounded from Material Symbols Light by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.

Name
signal-wifi-off-rounded
Set
Material Symbols Light
Style
Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

Use the signal wifi off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.214 14.035q-.162 0-.298-.053q-.137-.053-.268-.184L9.141 6.316q-.106-.106-.15-.22q-.043-.115-.043-.246q0-.217.143-.41q.144-.192.411-.242q.615-.087 1.246-.142T12 5q2.702 0 5.218.876t4.636 2.559q.156.13.24.292q.085.162.085.342q0 .142-.053.289q-.053.146-.184.276l-4.163 4.164q-.131.13-.268.184q-.136.053-.298.053m2.716 7.31l-4.848-4.849l-2.515 2.516q-.243.242-.566.242t-.565-.243L2.076 9.655q-.261-.262-.242-.635t.306-.59q.823-.633 1.546-1.085t1.442-.794L2.625 4.046q-.146-.146-.153-.344t.159-.364t.357-.165t.356.165l17.298 17.298q.146.147.156.345t-.156.363t-.357.165q-.19 0-.356-.165"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSignalWifiOffRounded(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="M17.214 14.035q-.162 0-.298-.053q-.137-.053-.268-.184L9.141 6.316q-.106-.106-.15-.22q-.043-.115-.043-.246q0-.217.143-.41q.144-.192.411-.242q.615-.087 1.246-.142T12 5q2.702 0 5.218.876t4.636 2.559q.156.13.24.292q.085.162.085.342q0 .142-.053.289q-.053.146-.184.276l-4.163 4.164q-.131.13-.268.184q-.136.053-.298.053m2.716 7.31l-4.848-4.849l-2.515 2.516q-.243.242-.566.242t-.565-.243L2.076 9.655q-.261-.262-.242-.635t.306-.59q.823-.633 1.546-1.085t1.442-.794L2.625 4.046q-.146-.146-.153-.344t.159-.364t.357-.165t.356.165l17.298 17.298q.146.147.156.345t-.156.363t-.357.165q-.19 0-.356-.165"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.214 14.035q-.162 0-.298-.053q-.137-.053-.268-.184L9.141 6.316q-.106-.106-.15-.22q-.043-.115-.043-.246q0-.217.143-.41q.144-.192.411-.242q.615-.087 1.246-.142T12 5q2.702 0 5.218.876t4.636 2.559q.156.13.24.292q.085.162.085.342q0 .142-.053.289q-.053.146-.184.276l-4.163 4.164q-.131.13-.268.184q-.136.053-.298.053m2.716 7.31l-4.848-4.849l-2.515 2.516q-.243.242-.566.242t-.565-.243L2.076 9.655q-.261-.262-.242-.635t.306-.59q.823-.633 1.546-1.085t1.442-.794L2.625 4.046q-.146-.146-.153-.344t.159-.364t.357-.165t.356.165l17.298 17.298q.146.147.156.345t-.156.363t-.357.165q-.19 0-.356-.165"/></svg>
</template>

CSS

.icon-signal-wifi-off-rounded {
  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%22M17.214%2014.035q-.162%200-.298-.053q-.137-.053-.268-.184L9.141%206.316q-.106-.106-.15-.22q-.043-.115-.043-.246q0-.217.143-.41q.144-.192.411-.242q.615-.087%201.246-.142T12%205q2.702%200%205.218.876t4.636%202.559q.156.13.24.292q.085.162.085.342q0%20.142-.053.289q-.053.146-.184.276l-4.163%204.164q-.131.13-.268.184q-.136.053-.298.053m2.716%207.31l-4.848-4.849l-2.515%202.516q-.243.242-.566.242t-.565-.243L2.076%209.655q-.261-.262-.242-.635t.306-.59q.823-.633%201.546-1.085t1.442-.794L2.625%204.046q-.146-.146-.153-.344t.159-.364t.357-.165t.356.165l17.298%2017.298q.146.147.156.345t-.156.363t-.357.165q-.19%200-.356-.165%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%22M17.214%2014.035q-.162%200-.298-.053q-.137-.053-.268-.184L9.141%206.316q-.106-.106-.15-.22q-.043-.115-.043-.246q0-.217.143-.41q.144-.192.411-.242q.615-.087%201.246-.142T12%205q2.702%200%205.218.876t4.636%202.559q.156.13.24.292q.085.162.085.342q0%20.142-.053.289q-.053.146-.184.276l-4.163%204.164q-.131.13-.268.184q-.136.053-.298.053m2.716%207.31l-4.848-4.849l-2.515%202.516q-.243.242-.566.242t-.565-.243L2.076%209.655q-.261-.262-.242-.635t.306-.59q.823-.633%201.546-1.085t1.442-.794L2.625%204.046q-.146-.146-.153-.344t.159-.364t.357-.165t.356.165l17.298%2017.298q.146.147.156.345t-.156.363t-.357.165q-.19%200-.356-.165%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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