wifi-off-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
wifi-off-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the wifi off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M4.366 4.366a1.25 1.25 0 0 1 1.768 0l37.5 37.5a1.25 1.25 0 0 1-1.768 1.768L27.721 29.488a7.504 7.504 0 0 0-10.686 3.725a1.25 1.25 0 0 1-2.32-.93a10 10 0 0 1 9.52-6.28l-4.775-4.776a14.54 14.54 0 0 0-8.12 6.695A1.25 1.25 0 0 1 9.16 26.7a17.06 17.06 0 0 1 8.355-7.418l-4.036-4.035a21.6 21.6 0 0 0-7.598 7.174a1.25 1.25 0 0 1-2.106-1.349a24.1 24.1 0 0 1 7.876-7.653L4.366 6.134a1.25 1.25 0 0 1 0-1.768M24 33a3 3 0 1 1 0 6a3 3 0 0 1 0-6m-.001-15c6.377 0 11.931 3.512 14.839 8.7a1.25 1.25 0 1 1-2.18 1.222c-2.308-4.117-6.563-6.99-11.514-7.376l-2.492-2.491A17 17 0 0 1 24 18m0-8c8.497 0 15.962 4.416 20.225 11.072a1.25 1.25 0 0 1-2.106 1.349C38.295 16.452 31.608 12.5 24 12.5a21.5 21.5 0 0 0-6.04.861l-1.984-1.984A24 24 0 0 1 24 10"/></svg>

React

import type { SVGProps } from "react";

export function FluentWifiOff48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M4.366 4.366a1.25 1.25 0 0 1 1.768 0l37.5 37.5a1.25 1.25 0 0 1-1.768 1.768L27.721 29.488a7.504 7.504 0 0 0-10.686 3.725a1.25 1.25 0 0 1-2.32-.93a10 10 0 0 1 9.52-6.28l-4.775-4.776a14.54 14.54 0 0 0-8.12 6.695A1.25 1.25 0 0 1 9.16 26.7a17.06 17.06 0 0 1 8.355-7.418l-4.036-4.035a21.6 21.6 0 0 0-7.598 7.174a1.25 1.25 0 0 1-2.106-1.349a24.1 24.1 0 0 1 7.876-7.653L4.366 6.134a1.25 1.25 0 0 1 0-1.768M24 33a3 3 0 1 1 0 6a3 3 0 0 1 0-6m-.001-15c6.377 0 11.931 3.512 14.839 8.7a1.25 1.25 0 1 1-2.18 1.222c-2.308-4.117-6.563-6.99-11.514-7.376l-2.492-2.491A17 17 0 0 1 24 18m0-8c8.497 0 15.962 4.416 20.225 11.072a1.25 1.25 0 0 1-2.106 1.349C38.295 16.452 31.608 12.5 24 12.5a21.5 21.5 0 0 0-6.04.861l-1.984-1.984A24 24 0 0 1 24 10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M4.366 4.366a1.25 1.25 0 0 1 1.768 0l37.5 37.5a1.25 1.25 0 0 1-1.768 1.768L27.721 29.488a7.504 7.504 0 0 0-10.686 3.725a1.25 1.25 0 0 1-2.32-.93a10 10 0 0 1 9.52-6.28l-4.775-4.776a14.54 14.54 0 0 0-8.12 6.695A1.25 1.25 0 0 1 9.16 26.7a17.06 17.06 0 0 1 8.355-7.418l-4.036-4.035a21.6 21.6 0 0 0-7.598 7.174a1.25 1.25 0 0 1-2.106-1.349a24.1 24.1 0 0 1 7.876-7.653L4.366 6.134a1.25 1.25 0 0 1 0-1.768M24 33a3 3 0 1 1 0 6a3 3 0 0 1 0-6m-.001-15c6.377 0 11.931 3.512 14.839 8.7a1.25 1.25 0 1 1-2.18 1.222c-2.308-4.117-6.563-6.99-11.514-7.376l-2.492-2.491A17 17 0 0 1 24 18m0-8c8.497 0 15.962 4.416 20.225 11.072a1.25 1.25 0 0 1-2.106 1.349C38.295 16.452 31.608 12.5 24 12.5a21.5 21.5 0 0 0-6.04.861l-1.984-1.984A24 24 0 0 1 24 10"/></svg>
</template>

CSS

.icon-wifi-off-48-regular {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.366%204.366a1.25%201.25%200%200%201%201.768%200l37.5%2037.5a1.25%201.25%200%200%201-1.768%201.768L27.721%2029.488a7.504%207.504%200%200%200-10.686%203.725a1.25%201.25%200%200%201-2.32-.93a10%2010%200%200%201%209.52-6.28l-4.775-4.776a14.54%2014.54%200%200%200-8.12%206.695A1.25%201.25%200%200%201%209.16%2026.7a17.06%2017.06%200%200%201%208.355-7.418l-4.036-4.035a21.6%2021.6%200%200%200-7.598%207.174a1.25%201.25%200%200%201-2.106-1.349a24.1%2024.1%200%200%201%207.876-7.653L4.366%206.134a1.25%201.25%200%200%201%200-1.768M24%2033a3%203%200%201%201%200%206a3%203%200%200%201%200-6m-.001-15c6.377%200%2011.931%203.512%2014.839%208.7a1.25%201.25%200%201%201-2.18%201.222c-2.308-4.117-6.563-6.99-11.514-7.376l-2.492-2.491A17%2017%200%200%201%2024%2018m0-8c8.497%200%2015.962%204.416%2020.225%2011.072a1.25%201.25%200%200%201-2.106%201.349C38.295%2016.452%2031.608%2012.5%2024%2012.5a21.5%2021.5%200%200%200-6.04.861l-1.984-1.984A24%2024%200%200%201%2024%2010%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.366%204.366a1.25%201.25%200%200%201%201.768%200l37.5%2037.5a1.25%201.25%200%200%201-1.768%201.768L27.721%2029.488a7.504%207.504%200%200%200-10.686%203.725a1.25%201.25%200%200%201-2.32-.93a10%2010%200%200%201%209.52-6.28l-4.775-4.776a14.54%2014.54%200%200%200-8.12%206.695A1.25%201.25%200%200%201%209.16%2026.7a17.06%2017.06%200%200%201%208.355-7.418l-4.036-4.035a21.6%2021.6%200%200%200-7.598%207.174a1.25%201.25%200%200%201-2.106-1.349a24.1%2024.1%200%200%201%207.876-7.653L4.366%206.134a1.25%201.25%200%200%201%200-1.768M24%2033a3%203%200%201%201%200%206a3%203%200%200%201%200-6m-.001-15c6.377%200%2011.931%203.512%2014.839%208.7a1.25%201.25%200%201%201-2.18%201.222c-2.308-4.117-6.563-6.99-11.514-7.376l-2.492-2.491A17%2017%200%200%201%2024%2018m0-8c8.497%200%2015.962%204.416%2020.225%2011.072a1.25%201.25%200%200%201-2.106%201.349C38.295%2016.452%2031.608%2012.5%2024%2012.5a21.5%2021.5%200%200%200-6.04.861l-1.984-1.984A24%2024%200%200%201%2024%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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