wifi warning icon
wifi-warning-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- wifi-warning-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- 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.833 7.384c.41.409.796.877 1.133 1.365a.5.5 0 1 1-.823.568A8.612 8.612 0 0 0 3.947 8.091A9 9 0 0 0 2.94 9.313a.5.5 0 1 1-.821-.57a10 10 0 0 1 1.121-1.36a9.61 9.61 0 0 1 13.593 0M5.476 9.357a6.45 6.45 0 0 1 8.756-.339c-.374.05-.735.203-1.034.46a5.45 5.45 0 0 0-8.023 1.976a.5.5 0 1 1-.892-.452a6.4 6.4 0 0 1 1.193-1.645m4.305 6.62l1.122-2.247a1.298 1.298 0 1 0-1.122 2.246m1.906-3.817l.449-.899a4.035 4.035 0 0 0-4.951.593a4 4 0 0 0-.84 1.244a.5.5 0 0 0 .916.4c.155-.355.368-.674.63-.937a3.034 3.034 0 0 1 3.796-.4m1.916-1.606l-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 FluentWifiWarning20Regular(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.833 7.384c.41.409.796.877 1.133 1.365a.5.5 0 1 1-.823.568A8.612 8.612 0 0 0 3.947 8.091A9 9 0 0 0 2.94 9.313a.5.5 0 1 1-.821-.57a10 10 0 0 1 1.121-1.36a9.61 9.61 0 0 1 13.593 0M5.476 9.357a6.45 6.45 0 0 1 8.756-.339c-.374.05-.735.203-1.034.46a5.45 5.45 0 0 0-8.023 1.976a.5.5 0 1 1-.892-.452a6.4 6.4 0 0 1 1.193-1.645m4.305 6.62l1.122-2.247a1.298 1.298 0 1 0-1.122 2.246m1.906-3.817l.449-.899a4.035 4.035 0 0 0-4.951.593a4 4 0 0 0-.84 1.244a.5.5 0 0 0 .916.4c.155-.355.368-.674.63-.937a3.034 3.034 0 0 1 3.796-.4m1.916-1.606l-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.833 7.384c.41.409.796.877 1.133 1.365a.5.5 0 1 1-.823.568A8.612 8.612 0 0 0 3.947 8.091A9 9 0 0 0 2.94 9.313a.5.5 0 1 1-.821-.57a10 10 0 0 1 1.121-1.36a9.61 9.61 0 0 1 13.593 0M5.476 9.357a6.45 6.45 0 0 1 8.756-.339c-.374.05-.735.203-1.034.46a5.45 5.45 0 0 0-8.023 1.976a.5.5 0 1 1-.892-.452a6.4 6.4 0 0 1 1.193-1.645m4.305 6.62l1.122-2.247a1.298 1.298 0 1 0-1.122 2.246m1.906-3.817l.449-.899a4.035 4.035 0 0 0-4.951.593a4 4 0 0 0-.84 1.244a.5.5 0 0 0 .916.4c.155-.355.368-.674.63-.937a3.034 3.034 0 0 1 3.796-.4m1.916-1.606l-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-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%22M16.833%207.384c.41.409.796.877%201.133%201.365a.5.5%200%201%201-.823.568A8.612%208.612%200%200%200%203.947%208.091A9%209%200%200%200%202.94%209.313a.5.5%200%201%201-.821-.57a10%2010%200%200%201%201.121-1.36a9.61%209.61%200%200%201%2013.593%200M5.476%209.357a6.45%206.45%200%200%201%208.756-.339c-.374.05-.735.203-1.034.46a5.45%205.45%200%200%200-8.023%201.976a.5.5%200%201%201-.892-.452a6.4%206.4%200%200%201%201.193-1.645m4.305%206.62l1.122-2.247a1.298%201.298%200%201%200-1.122%202.246m1.906-3.817l.449-.899a4.035%204.035%200%200%200-4.951.593a4%204%200%200%200-.84%201.244a.5.5%200%200%200%20.916.4c.155-.355.368-.674.63-.937a3.034%203.034%200%200%201%203.796-.4m1.916-1.606l-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.833%207.384c.41.409.796.877%201.133%201.365a.5.5%200%201%201-.823.568A8.612%208.612%200%200%200%203.947%208.091A9%209%200%200%200%202.94%209.313a.5.5%200%201%201-.821-.57a10%2010%200%200%201%201.121-1.36a9.61%209.61%200%200%201%2013.593%200M5.476%209.357a6.45%206.45%200%200%201%208.756-.339c-.374.05-.735.203-1.034.46a5.45%205.45%200%200%200-8.023%201.976a.5.5%200%201%201-.892-.452a6.4%206.4%200%200%201%201.193-1.645m4.305%206.62l1.122-2.247a1.298%201.298%200%201%200-1.122%202.246m1.906-3.817l.449-.899a4.035%204.035%200%200%200-4.951.593a4%204%200%200%200-.84%201.244a.5.5%200%200%200%20.916.4c.155-.355.368-.674.63-.937a3.034%203.034%200%200%201%203.796-.4m1.916-1.606l-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-regular.svg?color=%231a73e8&size=48