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

Name
wifi-off-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M3.28 2.22a.75.75 0 0 0-1.06 1.06l2.889 2.89a9.5 9.5 0 0 0-1.77 1.393a10 10 0 0 0-1.104 1.338a.75.75 0 1 0 1.233.855A8.4 8.4 0 0 1 4.4 8.624a8 8 0 0 1 1.807-1.357l.965.966A6.4 6.4 0 0 0 5.48 9.45a6.4 6.4 0 0 0-1.192 1.644a.75.75 0 0 0 1.338.677q.353-.697.914-1.26c.52-.52 1.126-.9 1.773-1.14l1.281 1.282a4.1 4.1 0 0 0-2.48 1.186a4.1 4.1 0 0 0-.86 1.274a.75.75 0 1 0 1.374.6c.136-.31.32-.586.547-.813a2.63 2.63 0 0 1 3.376-.29l5.17 5.17a.75.75 0 1 0 1.06-1.061zm8.088 7.026a4.9 4.9 0 0 1 2.161 1.266c.359.358.676.803.918 1.275a.75.75 0 1 0 1.335-.683a6.6 6.6 0 0 0-1.192-1.653a6.43 6.43 0 0 0-4.896-1.878zM8.55 6.43a7.96 7.96 0 0 1 8.06 3.33a.75.75 0 1 0 1.235-.852A9.47 9.47 0 0 0 7.31 5.188zm2.371 9.21a1.242 1.242 0 1 0-1.757-1.757a1.242 1.242 0 0 0 1.757 1.757"/></svg>

React

import type { SVGProps } from "react";

export function FluentWifiOff20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.28 2.22a.75.75 0 0 0-1.06 1.06l2.889 2.89a9.5 9.5 0 0 0-1.77 1.393a10 10 0 0 0-1.104 1.338a.75.75 0 1 0 1.233.855A8.4 8.4 0 0 1 4.4 8.624a8 8 0 0 1 1.807-1.357l.965.966A6.4 6.4 0 0 0 5.48 9.45a6.4 6.4 0 0 0-1.192 1.644a.75.75 0 0 0 1.338.677q.353-.697.914-1.26c.52-.52 1.126-.9 1.773-1.14l1.281 1.282a4.1 4.1 0 0 0-2.48 1.186a4.1 4.1 0 0 0-.86 1.274a.75.75 0 1 0 1.374.6c.136-.31.32-.586.547-.813a2.63 2.63 0 0 1 3.376-.29l5.17 5.17a.75.75 0 1 0 1.06-1.061zm8.088 7.026a4.9 4.9 0 0 1 2.161 1.266c.359.358.676.803.918 1.275a.75.75 0 1 0 1.335-.683a6.6 6.6 0 0 0-1.192-1.653a6.43 6.43 0 0 0-4.896-1.878zM8.55 6.43a7.96 7.96 0 0 1 8.06 3.33a.75.75 0 1 0 1.235-.852A9.47 9.47 0 0 0 7.31 5.188zm2.371 9.21a1.242 1.242 0 1 0-1.757-1.757a1.242 1.242 0 0 0 1.757 1.757"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.28 2.22a.75.75 0 0 0-1.06 1.06l2.889 2.89a9.5 9.5 0 0 0-1.77 1.393a10 10 0 0 0-1.104 1.338a.75.75 0 1 0 1.233.855A8.4 8.4 0 0 1 4.4 8.624a8 8 0 0 1 1.807-1.357l.965.966A6.4 6.4 0 0 0 5.48 9.45a6.4 6.4 0 0 0-1.192 1.644a.75.75 0 0 0 1.338.677q.353-.697.914-1.26c.52-.52 1.126-.9 1.773-1.14l1.281 1.282a4.1 4.1 0 0 0-2.48 1.186a4.1 4.1 0 0 0-.86 1.274a.75.75 0 1 0 1.374.6c.136-.31.32-.586.547-.813a2.63 2.63 0 0 1 3.376-.29l5.17 5.17a.75.75 0 1 0 1.06-1.061zm8.088 7.026a4.9 4.9 0 0 1 2.161 1.266c.359.358.676.803.918 1.275a.75.75 0 1 0 1.335-.683a6.6 6.6 0 0 0-1.192-1.653a6.43 6.43 0 0 0-4.896-1.878zM8.55 6.43a7.96 7.96 0 0 1 8.06 3.33a.75.75 0 1 0 1.235-.852A9.47 9.47 0 0 0 7.31 5.188zm2.371 9.21a1.242 1.242 0 1 0-1.757-1.757a1.242 1.242 0 0 0 1.757 1.757"/></svg>
</template>

CSS

.icon-wifi-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%200%200-1.06%201.06l2.889%202.89a9.5%209.5%200%200%200-1.77%201.393a10%2010%200%200%200-1.104%201.338a.75.75%200%201%200%201.233.855A8.4%208.4%200%200%201%204.4%208.624a8%208%200%200%201%201.807-1.357l.965.966A6.4%206.4%200%200%200%205.48%209.45a6.4%206.4%200%200%200-1.192%201.644a.75.75%200%200%200%201.338.677q.353-.697.914-1.26c.52-.52%201.126-.9%201.773-1.14l1.281%201.282a4.1%204.1%200%200%200-2.48%201.186a4.1%204.1%200%200%200-.86%201.274a.75.75%200%201%200%201.374.6c.136-.31.32-.586.547-.813a2.63%202.63%200%200%201%203.376-.29l5.17%205.17a.75.75%200%201%200%201.06-1.061zm8.088%207.026a4.9%204.9%200%200%201%202.161%201.266c.359.358.676.803.918%201.275a.75.75%200%201%200%201.335-.683a6.6%206.6%200%200%200-1.192-1.653a6.43%206.43%200%200%200-4.896-1.878zM8.55%206.43a7.96%207.96%200%200%201%208.06%203.33a.75.75%200%201%200%201.235-.852A9.47%209.47%200%200%200%207.31%205.188zm2.371%209.21a1.242%201.242%200%201%200-1.757-1.757a1.242%201.242%200%200%200%201.757%201.757%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%200%200-1.06%201.06l2.889%202.89a9.5%209.5%200%200%200-1.77%201.393a10%2010%200%200%200-1.104%201.338a.75.75%200%201%200%201.233.855A8.4%208.4%200%200%201%204.4%208.624a8%208%200%200%201%201.807-1.357l.965.966A6.4%206.4%200%200%200%205.48%209.45a6.4%206.4%200%200%200-1.192%201.644a.75.75%200%200%200%201.338.677q.353-.697.914-1.26c.52-.52%201.126-.9%201.773-1.14l1.281%201.282a4.1%204.1%200%200%200-2.48%201.186a4.1%204.1%200%200%200-.86%201.274a.75.75%200%201%200%201.374.6c.136-.31.32-.586.547-.813a2.63%202.63%200%200%201%203.376-.29l5.17%205.17a.75.75%200%201%200%201.06-1.061zm8.088%207.026a4.9%204.9%200%200%201%202.161%201.266c.359.358.676.803.918%201.275a.75.75%200%201%200%201.335-.683a6.6%206.6%200%200%200-1.192-1.653a6.43%206.43%200%200%200-4.896-1.878zM8.55%206.43a7.96%207.96%200%200%201%208.06%203.33a.75.75%200%201%200%201.235-.852A9.47%209.47%200%200%200%207.31%205.188zm2.371%209.21a1.242%201.242%200%201%200-1.757-1.757a1.242%201.242%200%200%200%201.757%201.757%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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