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

Name
wifi-off-48-filled
Set
Fluent UI System Icons
Style
48 Filled
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.768L29.482 31.25a7.9 7.9 0 0 0-5.48-2.25a7.25 7.25 0 0 0-6.554 4.144a1.5 1.5 0 0 1-2.709-1.288a10.25 10.25 0 0 1 9.496-5.853l-4.39-4.39a14.28 14.28 0 0 0-8.06 6.294a1.501 1.501 0 0 1-2.57-1.549q.212-.351.44-.692a17.3 17.3 0 0 1 7.845-6.398l-3.678-3.678a21.36 21.36 0 0 0-7.425 6.752a1.5 1.5 0 0 1-2.482-1.684c2-2.951 4.637-5.436 7.712-7.264l-7.26-7.26a1.25 1.25 0 0 1 0-1.768M24 33a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0-15c5.982 0 11.253 3.047 14.345 7.666q.228.34.44.692a1.501 1.501 0 0 1-2.57 1.549A14.25 14.25 0 0 0 25.697 21.1l-3.047-3.046Q23.32 18 24 18m0-8c8.358 0 15.728 4.23 20.086 10.658a1.5 1.5 0 0 1-2.483 1.684C37.779 16.702 31.32 13 24 13c-1.954 0-3.846.266-5.644.76l-2.394-2.395A24.2 24.2 0 0 1 24 10"/></svg>

React

import type { SVGProps } from "react";

export function FluentWifiOff48Filled(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.768L29.482 31.25a7.9 7.9 0 0 0-5.48-2.25a7.25 7.25 0 0 0-6.554 4.144a1.5 1.5 0 0 1-2.709-1.288a10.25 10.25 0 0 1 9.496-5.853l-4.39-4.39a14.28 14.28 0 0 0-8.06 6.294a1.501 1.501 0 0 1-2.57-1.549q.212-.351.44-.692a17.3 17.3 0 0 1 7.845-6.398l-3.678-3.678a21.36 21.36 0 0 0-7.425 6.752a1.5 1.5 0 0 1-2.482-1.684c2-2.951 4.637-5.436 7.712-7.264l-7.26-7.26a1.25 1.25 0 0 1 0-1.768M24 33a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0-15c5.982 0 11.253 3.047 14.345 7.666q.228.34.44.692a1.501 1.501 0 0 1-2.57 1.549A14.25 14.25 0 0 0 25.697 21.1l-3.047-3.046Q23.32 18 24 18m0-8c8.358 0 15.728 4.23 20.086 10.658a1.5 1.5 0 0 1-2.483 1.684C37.779 16.702 31.32 13 24 13c-1.954 0-3.846.266-5.644.76l-2.394-2.395A24.2 24.2 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.768L29.482 31.25a7.9 7.9 0 0 0-5.48-2.25a7.25 7.25 0 0 0-6.554 4.144a1.5 1.5 0 0 1-2.709-1.288a10.25 10.25 0 0 1 9.496-5.853l-4.39-4.39a14.28 14.28 0 0 0-8.06 6.294a1.501 1.501 0 0 1-2.57-1.549q.212-.351.44-.692a17.3 17.3 0 0 1 7.845-6.398l-3.678-3.678a21.36 21.36 0 0 0-7.425 6.752a1.5 1.5 0 0 1-2.482-1.684c2-2.951 4.637-5.436 7.712-7.264l-7.26-7.26a1.25 1.25 0 0 1 0-1.768M24 33a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0-15c5.982 0 11.253 3.047 14.345 7.666q.228.34.44.692a1.501 1.501 0 0 1-2.57 1.549A14.25 14.25 0 0 0 25.697 21.1l-3.047-3.046Q23.32 18 24 18m0-8c8.358 0 15.728 4.23 20.086 10.658a1.5 1.5 0 0 1-2.483 1.684C37.779 16.702 31.32 13 24 13c-1.954 0-3.846.266-5.644.76l-2.394-2.395A24.2 24.2 0 0 1 24 10"/></svg>
</template>

CSS

.icon-wifi-off-48-filled {
  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.768L29.482%2031.25a7.9%207.9%200%200%200-5.48-2.25a7.25%207.25%200%200%200-6.554%204.144a1.5%201.5%200%200%201-2.709-1.288a10.25%2010.25%200%200%201%209.496-5.853l-4.39-4.39a14.28%2014.28%200%200%200-8.06%206.294a1.501%201.501%200%200%201-2.57-1.549q.212-.351.44-.692a17.3%2017.3%200%200%201%207.845-6.398l-3.678-3.678a21.36%2021.36%200%200%200-7.425%206.752a1.5%201.5%200%200%201-2.482-1.684c2-2.951%204.637-5.436%207.712-7.264l-7.26-7.26a1.25%201.25%200%200%201%200-1.768M24%2033a3%203%200%201%201%200%206a3%203%200%200%201%200-6m0-15c5.982%200%2011.253%203.047%2014.345%207.666q.228.34.44.692a1.501%201.501%200%200%201-2.57%201.549A14.25%2014.25%200%200%200%2025.697%2021.1l-3.047-3.046Q23.32%2018%2024%2018m0-8c8.358%200%2015.728%204.23%2020.086%2010.658a1.5%201.5%200%200%201-2.483%201.684C37.779%2016.702%2031.32%2013%2024%2013c-1.954%200-3.846.266-5.644.76l-2.394-2.395A24.2%2024.2%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.768L29.482%2031.25a7.9%207.9%200%200%200-5.48-2.25a7.25%207.25%200%200%200-6.554%204.144a1.5%201.5%200%200%201-2.709-1.288a10.25%2010.25%200%200%201%209.496-5.853l-4.39-4.39a14.28%2014.28%200%200%200-8.06%206.294a1.501%201.501%200%200%201-2.57-1.549q.212-.351.44-.692a17.3%2017.3%200%200%201%207.845-6.398l-3.678-3.678a21.36%2021.36%200%200%200-7.425%206.752a1.5%201.5%200%200%201-2.482-1.684c2-2.951%204.637-5.436%207.712-7.264l-7.26-7.26a1.25%201.25%200%200%201%200-1.768M24%2033a3%203%200%201%201%200%206a3%203%200%200%201%200-6m0-15c5.982%200%2011.253%203.047%2014.345%207.666q.228.34.44.692a1.501%201.501%200%200%201-2.57%201.549A14.25%2014.25%200%200%200%2025.697%2021.1l-3.047-3.046Q23.32%2018%2024%2018m0-8c8.358%200%2015.728%204.23%2020.086%2010.658a1.5%201.5%200%200%201-2.483%201.684C37.779%2016.702%2031.32%2013%2024%2013c-1.954%200-3.846.266-5.644.76l-2.394-2.395A24.2%2024.2%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-filled.svg?color=%231a73e8&size=48