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

Name
wifi-off-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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="M2.854 2.146a.5.5 0 1 0-.708.708l3.031 3.03a9.6 9.6 0 0 0-1.937 1.5a10 10 0 0 0-1.121 1.36a.5.5 0 0 0 .821.57A9 9 0 0 1 3.947 8.09a8.6 8.6 0 0 1 1.964-1.473l1.436 1.436a6.4 6.4 0 0 0-1.871 1.303a6.4 6.4 0 0 0-1.193 1.645a.5.5 0 1 0 .892.452a5.4 5.4 0 0 1 1.008-1.39A5.4 5.4 0 0 1 8.11 8.818l1.855 1.856a4.02 4.02 0 0 0-2.781 1.18a4 4 0 0 0-.84 1.244a.5.5 0 0 0 .916.4c.155-.355.368-.674.63-.937a3.03 3.03 0 0 1 3.304-.66l1.646 1.647a.5.5 0 0 0 .2.2l4.105 4.106a.5.5 0 0 0 .708-.708zm6.75 5.336L10.62 8.5a5.43 5.43 0 0 1 3.27 1.565a5.6 5.6 0 0 1 1.01 1.404a.5.5 0 0 0 .891-.455a6.6 6.6 0 0 0-1.194-1.656a6.44 6.44 0 0 0-4.994-1.875M7.135 5.014l.81.81a8.61 8.61 0 0 1 9.197 3.493a.5.5 0 0 0 .823-.568a9.61 9.61 0 0 0-10.83-3.734m3.828 8.773a1.298 1.298 0 1 1-1.836 1.836a1.298 1.298 0 0 1 1.836-1.836"/></svg>

React

import type { SVGProps } from "react";

export function FluentWifiOff20Regular(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="M2.854 2.146a.5.5 0 1 0-.708.708l3.031 3.03a9.6 9.6 0 0 0-1.937 1.5a10 10 0 0 0-1.121 1.36a.5.5 0 0 0 .821.57A9 9 0 0 1 3.947 8.09a8.6 8.6 0 0 1 1.964-1.473l1.436 1.436a6.4 6.4 0 0 0-1.871 1.303a6.4 6.4 0 0 0-1.193 1.645a.5.5 0 1 0 .892.452a5.4 5.4 0 0 1 1.008-1.39A5.4 5.4 0 0 1 8.11 8.818l1.855 1.856a4.02 4.02 0 0 0-2.781 1.18a4 4 0 0 0-.84 1.244a.5.5 0 0 0 .916.4c.155-.355.368-.674.63-.937a3.03 3.03 0 0 1 3.304-.66l1.646 1.647a.5.5 0 0 0 .2.2l4.105 4.106a.5.5 0 0 0 .708-.708zm6.75 5.336L10.62 8.5a5.43 5.43 0 0 1 3.27 1.565a5.6 5.6 0 0 1 1.01 1.404a.5.5 0 0 0 .891-.455a6.6 6.6 0 0 0-1.194-1.656a6.44 6.44 0 0 0-4.994-1.875M7.135 5.014l.81.81a8.61 8.61 0 0 1 9.197 3.493a.5.5 0 0 0 .823-.568a9.61 9.61 0 0 0-10.83-3.734m3.828 8.773a1.298 1.298 0 1 1-1.836 1.836a1.298 1.298 0 0 1 1.836-1.836"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708l3.031 3.03a9.6 9.6 0 0 0-1.937 1.5a10 10 0 0 0-1.121 1.36a.5.5 0 0 0 .821.57A9 9 0 0 1 3.947 8.09a8.6 8.6 0 0 1 1.964-1.473l1.436 1.436a6.4 6.4 0 0 0-1.871 1.303a6.4 6.4 0 0 0-1.193 1.645a.5.5 0 1 0 .892.452a5.4 5.4 0 0 1 1.008-1.39A5.4 5.4 0 0 1 8.11 8.818l1.855 1.856a4.02 4.02 0 0 0-2.781 1.18a4 4 0 0 0-.84 1.244a.5.5 0 0 0 .916.4c.155-.355.368-.674.63-.937a3.03 3.03 0 0 1 3.304-.66l1.646 1.647a.5.5 0 0 0 .2.2l4.105 4.106a.5.5 0 0 0 .708-.708zm6.75 5.336L10.62 8.5a5.43 5.43 0 0 1 3.27 1.565a5.6 5.6 0 0 1 1.01 1.404a.5.5 0 0 0 .891-.455a6.6 6.6 0 0 0-1.194-1.656a6.44 6.44 0 0 0-4.994-1.875M7.135 5.014l.81.81a8.61 8.61 0 0 1 9.197 3.493a.5.5 0 0 0 .823-.568a9.61 9.61 0 0 0-10.83-3.734m3.828 8.773a1.298 1.298 0 1 1-1.836 1.836a1.298 1.298 0 0 1 1.836-1.836"/></svg>
</template>

CSS

.icon-wifi-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.854%202.146a.5.5%200%201%200-.708.708l3.031%203.03a9.6%209.6%200%200%200-1.937%201.5a10%2010%200%200%200-1.121%201.36a.5.5%200%200%200%20.821.57A9%209%200%200%201%203.947%208.09a8.6%208.6%200%200%201%201.964-1.473l1.436%201.436a6.4%206.4%200%200%200-1.871%201.303a6.4%206.4%200%200%200-1.193%201.645a.5.5%200%201%200%20.892.452a5.4%205.4%200%200%201%201.008-1.39A5.4%205.4%200%200%201%208.11%208.818l1.855%201.856a4.02%204.02%200%200%200-2.781%201.18a4%204%200%200%200-.84%201.244a.5.5%200%200%200%20.916.4c.155-.355.368-.674.63-.937a3.03%203.03%200%200%201%203.304-.66l1.646%201.647a.5.5%200%200%200%20.2.2l4.105%204.106a.5.5%200%200%200%20.708-.708zm6.75%205.336L10.62%208.5a5.43%205.43%200%200%201%203.27%201.565a5.6%205.6%200%200%201%201.01%201.404a.5.5%200%200%200%20.891-.455a6.6%206.6%200%200%200-1.194-1.656a6.44%206.44%200%200%200-4.994-1.875M7.135%205.014l.81.81a8.61%208.61%200%200%201%209.197%203.493a.5.5%200%200%200%20.823-.568a9.61%209.61%200%200%200-10.83-3.734m3.828%208.773a1.298%201.298%200%201%201-1.836%201.836a1.298%201.298%200%200%201%201.836-1.836%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%22M2.854%202.146a.5.5%200%201%200-.708.708l3.031%203.03a9.6%209.6%200%200%200-1.937%201.5a10%2010%200%200%200-1.121%201.36a.5.5%200%200%200%20.821.57A9%209%200%200%201%203.947%208.09a8.6%208.6%200%200%201%201.964-1.473l1.436%201.436a6.4%206.4%200%200%200-1.871%201.303a6.4%206.4%200%200%200-1.193%201.645a.5.5%200%201%200%20.892.452a5.4%205.4%200%200%201%201.008-1.39A5.4%205.4%200%200%201%208.11%208.818l1.855%201.856a4.02%204.02%200%200%200-2.781%201.18a4%204%200%200%200-.84%201.244a.5.5%200%200%200%20.916.4c.155-.355.368-.674.63-.937a3.03%203.03%200%200%201%203.304-.66l1.646%201.647a.5.5%200%200%200%20.2.2l4.105%204.106a.5.5%200%200%200%20.708-.708zm6.75%205.336L10.62%208.5a5.43%205.43%200%200%201%203.27%201.565a5.6%205.6%200%200%201%201.01%201.404a.5.5%200%200%200%20.891-.455a6.6%206.6%200%200%200-1.194-1.656a6.44%206.44%200%200%200-4.994-1.875M7.135%205.014l.81.81a8.61%208.61%200%200%201%209.197%203.493a.5.5%200%200%200%20.823-.568a9.61%209.61%200%200%200-10.83-3.734m3.828%208.773a1.298%201.298%200%201%201-1.836%201.836a1.298%201.298%200%200%201%201.836-1.836%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-regular.svg?color=%231a73e8&size=48