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

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

2 other variants in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the 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="m19.05 21.9l-8.7-8.75q-.775.175-1.487.475t-1.338.725q-.525.35-1.162.363T5.3 14.275q-.45-.45-.412-1.088t.537-1.012Q6 11.75 6.638 11.4t1.312-.65L5.7 8.5q-.65.35-1.262.738t-1.188.837q-.5.4-1.137.4t-1.063-.45Q.6 9.575.625 8.95t.525-1.025q.55-.45 1.125-.862T3.5 6.3L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l16.975 16.975q.3.3.3.713t-.3.712q-.3.275-.712.288t-.713-.288m-8.825-1.637Q9.5 19.525 9.5 18.5q0-1.05.725-1.775T12 16t1.775.725t.725 1.775q0 1.025-.725 1.763T12 21t-1.775-.737m8.6-6.138q-.4.4-.937.388t-.938-.413l-.25-.25l-.25-.25l-2.4-2.4q-.325-.325-.125-.675t.7-.225q1.125.275 2.137.775t1.888 1.175q.45.35.513.913t-.338.962m4.125-4.1q-.425.45-1.05.462t-1.125-.387q-1.8-1.475-4.037-2.287T12 7q-.525 0-1.012.038T10 7.15q-.625.1-1.125-.262t-.6-.988t.275-1.125t1-.6q.6-.1 1.213-.137T12 4q3.125 0 5.888 1.038T22.85 7.9q.5.425.525 1.05t-.425 1.075"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWifiOffRounded(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="m19.05 21.9l-8.7-8.75q-.775.175-1.487.475t-1.338.725q-.525.35-1.162.363T5.3 14.275q-.45-.45-.412-1.088t.537-1.012Q6 11.75 6.638 11.4t1.312-.65L5.7 8.5q-.65.35-1.262.738t-1.188.837q-.5.4-1.137.4t-1.063-.45Q.6 9.575.625 8.95t.525-1.025q.55-.45 1.125-.862T3.5 6.3L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l16.975 16.975q.3.3.3.713t-.3.712q-.3.275-.712.288t-.713-.288m-8.825-1.637Q9.5 19.525 9.5 18.5q0-1.05.725-1.775T12 16t1.775.725t.725 1.775q0 1.025-.725 1.763T12 21t-1.775-.737m8.6-6.138q-.4.4-.937.388t-.938-.413l-.25-.25l-.25-.25l-2.4-2.4q-.325-.325-.125-.675t.7-.225q1.125.275 2.137.775t1.888 1.175q.45.35.513.913t-.338.962m4.125-4.1q-.425.45-1.05.462t-1.125-.387q-1.8-1.475-4.037-2.287T12 7q-.525 0-1.012.038T10 7.15q-.625.1-1.125-.262t-.6-.988t.275-1.125t1-.6q.6-.1 1.213-.137T12 4q3.125 0 5.888 1.038T22.85 7.9q.5.425.525 1.05t-.425 1.075"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.05 21.9l-8.7-8.75q-.775.175-1.487.475t-1.338.725q-.525.35-1.162.363T5.3 14.275q-.45-.45-.412-1.088t.537-1.012Q6 11.75 6.638 11.4t1.312-.65L5.7 8.5q-.65.35-1.262.738t-1.188.837q-.5.4-1.137.4t-1.063-.45Q.6 9.575.625 8.95t.525-1.025q.55-.45 1.125-.862T3.5 6.3L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l16.975 16.975q.3.3.3.713t-.3.712q-.3.275-.712.288t-.713-.288m-8.825-1.637Q9.5 19.525 9.5 18.5q0-1.05.725-1.775T12 16t1.775.725t.725 1.775q0 1.025-.725 1.763T12 21t-1.775-.737m8.6-6.138q-.4.4-.937.388t-.938-.413l-.25-.25l-.25-.25l-2.4-2.4q-.325-.325-.125-.675t.7-.225q1.125.275 2.137.775t1.888 1.175q.45.35.513.913t-.338.962m4.125-4.1q-.425.45-1.05.462t-1.125-.387q-1.8-1.475-4.037-2.287T12 7q-.525 0-1.012.038T10 7.15q-.625.1-1.125-.262t-.6-.988t.275-1.125t1-.6q.6-.1 1.213-.137T12 4q3.125 0 5.888 1.038T22.85 7.9q.5.425.525 1.05t-.425 1.075"/></svg>
</template>

CSS

.icon-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%22m19.05%2021.9l-8.7-8.75q-.775.175-1.487.475t-1.338.725q-.525.35-1.162.363T5.3%2014.275q-.45-.45-.412-1.088t.537-1.012Q6%2011.75%206.638%2011.4t1.312-.65L5.7%208.5q-.65.35-1.262.738t-1.188.837q-.5.4-1.137.4t-1.063-.45Q.6%209.575.625%208.95t.525-1.025q.55-.45%201.125-.862T3.5%206.3L2.1%204.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l16.975%2016.975q.3.3.3.713t-.3.712q-.3.275-.712.288t-.713-.288m-8.825-1.637Q9.5%2019.525%209.5%2018.5q0-1.05.725-1.775T12%2016t1.775.725t.725%201.775q0%201.025-.725%201.763T12%2021t-1.775-.737m8.6-6.138q-.4.4-.937.388t-.938-.413l-.25-.25l-.25-.25l-2.4-2.4q-.325-.325-.125-.675t.7-.225q1.125.275%202.137.775t1.888%201.175q.45.35.513.913t-.338.962m4.125-4.1q-.425.45-1.05.462t-1.125-.387q-1.8-1.475-4.037-2.287T12%207q-.525%200-1.012.038T10%207.15q-.625.1-1.125-.262t-.6-.988t.275-1.125t1-.6q.6-.1%201.213-.137T12%204q3.125%200%205.888%201.038T22.85%207.9q.5.425.525%201.05t-.425%201.075%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%22m19.05%2021.9l-8.7-8.75q-.775.175-1.487.475t-1.338.725q-.525.35-1.162.363T5.3%2014.275q-.45-.45-.412-1.088t.537-1.012Q6%2011.75%206.638%2011.4t1.312-.65L5.7%208.5q-.65.35-1.262.738t-1.188.837q-.5.4-1.137.4t-1.063-.45Q.6%209.575.625%208.95t.525-1.025q.55-.45%201.125-.862T3.5%206.3L2.1%204.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l16.975%2016.975q.3.3.3.713t-.3.712q-.3.275-.712.288t-.713-.288m-8.825-1.637Q9.5%2019.525%209.5%2018.5q0-1.05.725-1.775T12%2016t1.775.725t.725%201.775q0%201.025-.725%201.763T12%2021t-1.775-.737m8.6-6.138q-.4.4-.937.388t-.938-.413l-.25-.25l-.25-.25l-2.4-2.4q-.325-.325-.125-.675t.7-.225q1.125.275%202.137.775t1.888%201.175q.45.35.513.913t-.338.962m4.125-4.1q-.425.45-1.05.462t-1.125-.387q-1.8-1.475-4.037-2.287T12%207q-.525%200-1.012.038T10%207.15q-.625.1-1.125-.262t-.6-.988t.275-1.125t1-.6q.6-.1%201.213-.137T12%204q3.125%200%205.888%201.038T22.85%207.9q.5.425.525%201.05t-.425%201.075%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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