wifi warning icon
wifi-warning-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- wifi-warning-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M17.784 10.708q.179.179.347.37a2.52 2.52 0 0 0-2.306.56a6.13 6.13 0 0 0-9.255 2.047a1 1 0 0 1-1.784-.903a8.128 8.128 0 0 1 12.998-2.074m-5.829 8.295l1.218-2.437a1.501 1.501 0 1 0-1.218 2.437m2.073-4.149l.906-1.812a5.234 5.234 0 0 0-6.599.658a5.3 5.3 0 0 0-1.09 1.613a1 1 0 1 0 1.832.801c.167-.381.394-.722.672-1a3.233 3.233 0 0 1 4.28-.26M20.42 8.3c.508.508.987 1.087 1.404 1.691a1 1 0 0 1-1.646 1.136c-.35-.506-.751-.993-1.172-1.413c-3.872-3.872-10.15-3.872-14.023 0c-.399.399-.797.886-1.16 1.41a1 1 0 0 1-1.644-1.14c.428-.618.901-1.195 1.39-1.684c4.653-4.654 12.198-4.654 16.851 0m-4.262 4.531l-3.997 7.998A1.5 1.5 0 0 0 13.503 23h7.994a1.5 1.5 0 0 0 1.343-2.172l-3.997-7.998c-.553-1.107-2.133-1.107-2.686 0M18 15.496v3.001a.5.5 0 0 1-1 0v-3.001a.5.5 0 0 1 1 0m-.5 5.503a.5.5 0 1 1 0-1.001a.5.5 0 0 1 0 1"/></svg>
React
import type { SVGProps } from "react";
export function FluentWifiWarning24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.784 10.708q.179.179.347.37a2.52 2.52 0 0 0-2.306.56a6.13 6.13 0 0 0-9.255 2.047a1 1 0 0 1-1.784-.903a8.128 8.128 0 0 1 12.998-2.074m-5.829 8.295l1.218-2.437a1.501 1.501 0 1 0-1.218 2.437m2.073-4.149l.906-1.812a5.234 5.234 0 0 0-6.599.658a5.3 5.3 0 0 0-1.09 1.613a1 1 0 1 0 1.832.801c.167-.381.394-.722.672-1a3.233 3.233 0 0 1 4.28-.26M20.42 8.3c.508.508.987 1.087 1.404 1.691a1 1 0 0 1-1.646 1.136c-.35-.506-.751-.993-1.172-1.413c-3.872-3.872-10.15-3.872-14.023 0c-.399.399-.797.886-1.16 1.41a1 1 0 0 1-1.644-1.14c.428-.618.901-1.195 1.39-1.684c4.653-4.654 12.198-4.654 16.851 0m-4.262 4.531l-3.997 7.998A1.5 1.5 0 0 0 13.503 23h7.994a1.5 1.5 0 0 0 1.343-2.172l-3.997-7.998c-.553-1.107-2.133-1.107-2.686 0M18 15.496v3.001a.5.5 0 0 1-1 0v-3.001a.5.5 0 0 1 1 0m-.5 5.503a.5.5 0 1 1 0-1.001a.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 24 24"><path fill="currentColor" d="M17.784 10.708q.179.179.347.37a2.52 2.52 0 0 0-2.306.56a6.13 6.13 0 0 0-9.255 2.047a1 1 0 0 1-1.784-.903a8.128 8.128 0 0 1 12.998-2.074m-5.829 8.295l1.218-2.437a1.501 1.501 0 1 0-1.218 2.437m2.073-4.149l.906-1.812a5.234 5.234 0 0 0-6.599.658a5.3 5.3 0 0 0-1.09 1.613a1 1 0 1 0 1.832.801c.167-.381.394-.722.672-1a3.233 3.233 0 0 1 4.28-.26M20.42 8.3c.508.508.987 1.087 1.404 1.691a1 1 0 0 1-1.646 1.136c-.35-.506-.751-.993-1.172-1.413c-3.872-3.872-10.15-3.872-14.023 0c-.399.399-.797.886-1.16 1.41a1 1 0 0 1-1.644-1.14c.428-.618.901-1.195 1.39-1.684c4.653-4.654 12.198-4.654 16.851 0m-4.262 4.531l-3.997 7.998A1.5 1.5 0 0 0 13.503 23h7.994a1.5 1.5 0 0 0 1.343-2.172l-3.997-7.998c-.553-1.107-2.133-1.107-2.686 0M18 15.496v3.001a.5.5 0 0 1-1 0v-3.001a.5.5 0 0 1 1 0m-.5 5.503a.5.5 0 1 1 0-1.001a.5.5 0 0 1 0 1"/></svg> </template>
CSS
.icon-wifi-warning-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.784%2010.708q.179.179.347.37a2.52%202.52%200%200%200-2.306.56a6.13%206.13%200%200%200-9.255%202.047a1%201%200%200%201-1.784-.903a8.128%208.128%200%200%201%2012.998-2.074m-5.829%208.295l1.218-2.437a1.501%201.501%200%201%200-1.218%202.437m2.073-4.149l.906-1.812a5.234%205.234%200%200%200-6.599.658a5.3%205.3%200%200%200-1.09%201.613a1%201%200%201%200%201.832.801c.167-.381.394-.722.672-1a3.233%203.233%200%200%201%204.28-.26M20.42%208.3c.508.508.987%201.087%201.404%201.691a1%201%200%200%201-1.646%201.136c-.35-.506-.751-.993-1.172-1.413c-3.872-3.872-10.15-3.872-14.023%200c-.399.399-.797.886-1.16%201.41a1%201%200%200%201-1.644-1.14c.428-.618.901-1.195%201.39-1.684c4.653-4.654%2012.198-4.654%2016.851%200m-4.262%204.531l-3.997%207.998A1.5%201.5%200%200%200%2013.503%2023h7.994a1.5%201.5%200%200%200%201.343-2.172l-3.997-7.998c-.553-1.107-2.133-1.107-2.686%200M18%2015.496v3.001a.5.5%200%200%201-1%200v-3.001a.5.5%200%200%201%201%200m-.5%205.503a.5.5%200%201%201%200-1.001a.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.784%2010.708q.179.179.347.37a2.52%202.52%200%200%200-2.306.56a6.13%206.13%200%200%200-9.255%202.047a1%201%200%200%201-1.784-.903a8.128%208.128%200%200%201%2012.998-2.074m-5.829%208.295l1.218-2.437a1.501%201.501%200%201%200-1.218%202.437m2.073-4.149l.906-1.812a5.234%205.234%200%200%200-6.599.658a5.3%205.3%200%200%200-1.09%201.613a1%201%200%201%200%201.832.801c.167-.381.394-.722.672-1a3.233%203.233%200%200%201%204.28-.26M20.42%208.3c.508.508.987%201.087%201.404%201.691a1%201%200%200%201-1.646%201.136c-.35-.506-.751-.993-1.172-1.413c-3.872-3.872-10.15-3.872-14.023%200c-.399.399-.797.886-1.16%201.41a1%201%200%200%201-1.644-1.14c.428-.618.901-1.195%201.39-1.684c4.653-4.654%2012.198-4.654%2016.851%200m-4.262%204.531l-3.997%207.998A1.5%201.5%200%200%200%2013.503%2023h7.994a1.5%201.5%200%200%200%201.343-2.172l-3.997-7.998c-.553-1.107-2.133-1.107-2.686%200M18%2015.496v3.001a.5.5%200%200%201-1%200v-3.001a.5.5%200%200%201%201%200m-.5%205.503a.5.5%200%201%201%200-1.001a.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-24-filled.svg?color=%231a73e8&size=48