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

Name
wifi-warning-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the wifi warning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.73 7.563c.403.404.783.864 1.115 1.344a.75.75 0 0 1-1.235.852A7.968 7.968 0 0 0 4.4 8.623c-.32.322-.64.712-.932 1.133a.75.75 0 1 1-1.233-.855c.34-.49.716-.95 1.105-1.338a9.47 9.47 0 0 1 13.39 0M5.478 9.451a6.444 6.444 0 0 1 8.652-.417c-.516.095-1 .39-1.314.887a4.944 4.944 0 0 0-7.192 1.851a.75.75 0 0 1-1.338-.677a6.4 6.4 0 0 1 1.192-1.644m4.303 6.524l1.075-2.153a1.242 1.242 0 1 0-1.075 2.153m1.702-3.41l.674-1.348a4.13 4.13 0 0 0-5.044.623a4.1 4.1 0 0 0-.86 1.274a.75.75 0 0 0 1.373.6c.136-.31.32-.586.547-.813c.9-.9 2.289-1.011 3.31-.335m2.119-2.011l-3.496 6.998A1 1 0 0 0 11.002 19h6.996a1 1 0 0 0 .895-1.448l-3.5-6.999a1 1 0 0 0-1.79 0m1.395 1.941v3.002a.5.5 0 1 1-1 0v-3.002a.5.5 0 1 1 1 0m-.5 5.504a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1"/></svg>

React

import type { SVGProps } from "react";

export function FluentWifiWarning20Filled(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="M16.73 7.563c.403.404.783.864 1.115 1.344a.75.75 0 0 1-1.235.852A7.968 7.968 0 0 0 4.4 8.623c-.32.322-.64.712-.932 1.133a.75.75 0 1 1-1.233-.855c.34-.49.716-.95 1.105-1.338a9.47 9.47 0 0 1 13.39 0M5.478 9.451a6.444 6.444 0 0 1 8.652-.417c-.516.095-1 .39-1.314.887a4.944 4.944 0 0 0-7.192 1.851a.75.75 0 0 1-1.338-.677a6.4 6.4 0 0 1 1.192-1.644m4.303 6.524l1.075-2.153a1.242 1.242 0 1 0-1.075 2.153m1.702-3.41l.674-1.348a4.13 4.13 0 0 0-5.044.623a4.1 4.1 0 0 0-.86 1.274a.75.75 0 0 0 1.373.6c.136-.31.32-.586.547-.813c.9-.9 2.289-1.011 3.31-.335m2.119-2.011l-3.496 6.998A1 1 0 0 0 11.002 19h6.996a1 1 0 0 0 .895-1.448l-3.5-6.999a1 1 0 0 0-1.79 0m1.395 1.941v3.002a.5.5 0 1 1-1 0v-3.002a.5.5 0 1 1 1 0m-.5 5.504a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.73 7.563c.403.404.783.864 1.115 1.344a.75.75 0 0 1-1.235.852A7.968 7.968 0 0 0 4.4 8.623c-.32.322-.64.712-.932 1.133a.75.75 0 1 1-1.233-.855c.34-.49.716-.95 1.105-1.338a9.47 9.47 0 0 1 13.39 0M5.478 9.451a6.444 6.444 0 0 1 8.652-.417c-.516.095-1 .39-1.314.887a4.944 4.944 0 0 0-7.192 1.851a.75.75 0 0 1-1.338-.677a6.4 6.4 0 0 1 1.192-1.644m4.303 6.524l1.075-2.153a1.242 1.242 0 1 0-1.075 2.153m1.702-3.41l.674-1.348a4.13 4.13 0 0 0-5.044.623a4.1 4.1 0 0 0-.86 1.274a.75.75 0 0 0 1.373.6c.136-.31.32-.586.547-.813c.9-.9 2.289-1.011 3.31-.335m2.119-2.011l-3.496 6.998A1 1 0 0 0 11.002 19h6.996a1 1 0 0 0 .895-1.448l-3.5-6.999a1 1 0 0 0-1.79 0m1.395 1.941v3.002a.5.5 0 1 1-1 0v-3.002a.5.5 0 1 1 1 0m-.5 5.504a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1"/></svg>
</template>

CSS

.icon-wifi-warning-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%22M16.73%207.563c.403.404.783.864%201.115%201.344a.75.75%200%200%201-1.235.852A7.968%207.968%200%200%200%204.4%208.623c-.32.322-.64.712-.932%201.133a.75.75%200%201%201-1.233-.855c.34-.49.716-.95%201.105-1.338a9.47%209.47%200%200%201%2013.39%200M5.478%209.451a6.444%206.444%200%200%201%208.652-.417c-.516.095-1%20.39-1.314.887a4.944%204.944%200%200%200-7.192%201.851a.75.75%200%200%201-1.338-.677a6.4%206.4%200%200%201%201.192-1.644m4.303%206.524l1.075-2.153a1.242%201.242%200%201%200-1.075%202.153m1.702-3.41l.674-1.348a4.13%204.13%200%200%200-5.044.623a4.1%204.1%200%200%200-.86%201.274a.75.75%200%200%200%201.373.6c.136-.31.32-.586.547-.813c.9-.9%202.289-1.011%203.31-.335m2.119-2.011l-3.496%206.998A1%201%200%200%200%2011.002%2019h6.996a1%201%200%200%200%20.895-1.448l-3.5-6.999a1%201%200%200%200-1.79%200m1.395%201.941v3.002a.5.5%200%201%201-1%200v-3.002a.5.5%200%201%201%201%200m-.5%205.504a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201%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%22M16.73%207.563c.403.404.783.864%201.115%201.344a.75.75%200%200%201-1.235.852A7.968%207.968%200%200%200%204.4%208.623c-.32.322-.64.712-.932%201.133a.75.75%200%201%201-1.233-.855c.34-.49.716-.95%201.105-1.338a9.47%209.47%200%200%201%2013.39%200M5.478%209.451a6.444%206.444%200%200%201%208.652-.417c-.516.095-1%20.39-1.314.887a4.944%204.944%200%200%200-7.192%201.851a.75.75%200%200%201-1.338-.677a6.4%206.4%200%200%201%201.192-1.644m4.303%206.524l1.075-2.153a1.242%201.242%200%201%200-1.075%202.153m1.702-3.41l.674-1.348a4.13%204.13%200%200%200-5.044.623a4.1%204.1%200%200%200-.86%201.274a.75.75%200%200%200%201.373.6c.136-.31.32-.586.547-.813c.9-.9%202.289-1.011%203.31-.335m2.119-2.011l-3.496%206.998A1%201%200%200%200%2011.002%2019h6.996a1%201%200%200%200%20.895-1.448l-3.5-6.999a1%201%200%200%200-1.79%200m1.395%201.941v3.002a.5.5%200%201%201-1%200v-3.002a.5.5%200%201%201%201%200m-.5%205.504a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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