signal wifi off icon

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

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

3 other variants in Material Symbols

The same icon in other sets

More android icons from Material Symbols

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.925 14.65q-.2 0-.375-.062t-.325-.213L8.525 5.7q-.125-.125-.187-.288T8.275 5.1q0-.275.163-.525t.487-.3q.75-.125 1.525-.2T12 4q3.125 0 5.988 1.088T23.2 8.3q.175.15.25.35t.075.4t-.062.375t-.213.325l-4.625 4.625q-.15.15-.325.213t-.375.062m1.85 7.925L15.1 17.9l-2.4 2.4q-.3.3-.7.3t-.7-.3L.75 9.75q-.3-.3-.3-.75t.325-.725Q1.425 7.7 2.1 7.2t1.375-.9l-2.1-2.1q-.3-.3-.288-.7t.313-.7t.713-.3t.712.3L21.2 21.175q.3.3.3.7t-.3.7t-.712.3t-.713-.3"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSignalWifiOffRounded(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.925 14.65q-.2 0-.375-.062t-.325-.213L8.525 5.7q-.125-.125-.187-.288T8.275 5.1q0-.275.163-.525t.487-.3q.75-.125 1.525-.2T12 4q3.125 0 5.988 1.088T23.2 8.3q.175.15.25.35t.075.4t-.062.375t-.213.325l-4.625 4.625q-.15.15-.325.213t-.375.062m1.85 7.925L15.1 17.9l-2.4 2.4q-.3.3-.7.3t-.7-.3L.75 9.75q-.3-.3-.3-.75t.325-.725Q1.425 7.7 2.1 7.2t1.375-.9l-2.1-2.1q-.3-.3-.288-.7t.313-.7t.713-.3t.712.3L21.2 21.175q.3.3.3.7t-.3.7t-.712.3t-.713-.3"/></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.925 14.65q-.2 0-.375-.062t-.325-.213L8.525 5.7q-.125-.125-.187-.288T8.275 5.1q0-.275.163-.525t.487-.3q.75-.125 1.525-.2T12 4q3.125 0 5.988 1.088T23.2 8.3q.175.15.25.35t.075.4t-.062.375t-.213.325l-4.625 4.625q-.15.15-.325.213t-.375.062m1.85 7.925L15.1 17.9l-2.4 2.4q-.3.3-.7.3t-.7-.3L.75 9.75q-.3-.3-.3-.75t.325-.725Q1.425 7.7 2.1 7.2t1.375-.9l-2.1-2.1q-.3-.3-.288-.7t.313-.7t.713-.3t.712.3L21.2 21.175q.3.3.3.7t-.3.7t-.712.3t-.713-.3"/></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.925%2014.65q-.2%200-.375-.062t-.325-.213L8.525%205.7q-.125-.125-.187-.288T8.275%205.1q0-.275.163-.525t.487-.3q.75-.125%201.525-.2T12%204q3.125%200%205.988%201.088T23.2%208.3q.175.15.25.35t.075.4t-.062.375t-.213.325l-4.625%204.625q-.15.15-.325.213t-.375.062m1.85%207.925L15.1%2017.9l-2.4%202.4q-.3.3-.7.3t-.7-.3L.75%209.75q-.3-.3-.3-.75t.325-.725Q1.425%207.7%202.1%207.2t1.375-.9l-2.1-2.1q-.3-.3-.288-.7t.313-.7t.713-.3t.712.3L21.2%2021.175q.3.3.3.7t-.3.7t-.712.3t-.713-.3%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.925%2014.65q-.2%200-.375-.062t-.325-.213L8.525%205.7q-.125-.125-.187-.288T8.275%205.1q0-.275.163-.525t.487-.3q.75-.125%201.525-.2T12%204q3.125%200%205.988%201.088T23.2%208.3q.175.15.25.35t.075.4t-.062.375t-.213.325l-4.625%204.625q-.15.15-.325.213t-.375.062m1.85%207.925L15.1%2017.9l-2.4%202.4q-.3.3-.7.3t-.7-.3L.75%209.75q-.3-.3-.3-.75t.325-.725Q1.425%207.7%202.1%207.2t1.375-.9l-2.1-2.1q-.3-.3-.288-.7t.313-.7t.713-.3t.712.3L21.2%2021.175q.3.3.3.7t-.3.7t-.712.3t-.713-.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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