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

Name
wifi-warning-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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.745 10.75q.147.149.288.306a2.54 2.54 0 0 0-1.843.309a6.563 6.563 0 0 0-10 2.12a.75.75 0 1 1-1.339-.678a8.062 8.062 0 0 1 12.893-2.057M11.956 19l1.216-2.434A1.5 1.5 0 1 0 11.957 19m2.23-4.462l.677-1.357a5.094 5.094 0 0 0-6.422.638a5.1 5.1 0 0 0-1.061 1.57a.75.75 0 0 0 1.374.602c.185-.422.437-.8.747-1.11a3.59 3.59 0 0 1 4.684-.343m6.26-6.26c.51.51.99 1.091 1.409 1.698a.75.75 0 1 1-1.235.852a11 11 0 0 0-1.234-1.489c-4.08-4.08-10.695-4.08-14.775 0c-.422.422-.84.934-1.222 1.484a.75.75 0 0 1-1.233-.855c.43-.62.905-1.2 1.394-1.69c4.666-4.665 12.23-4.665 16.897 0m-4.29 4.552l-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 FluentWifiWarning24Regular(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.745 10.75q.147.149.288.306a2.54 2.54 0 0 0-1.843.309a6.563 6.563 0 0 0-10 2.12a.75.75 0 1 1-1.339-.678a8.062 8.062 0 0 1 12.893-2.057M11.956 19l1.216-2.434A1.5 1.5 0 1 0 11.957 19m2.23-4.462l.677-1.357a5.094 5.094 0 0 0-6.422.638a5.1 5.1 0 0 0-1.061 1.57a.75.75 0 0 0 1.374.602c.185-.422.437-.8.747-1.11a3.59 3.59 0 0 1 4.684-.343m6.26-6.26c.51.51.99 1.091 1.409 1.698a.75.75 0 1 1-1.235.852a11 11 0 0 0-1.234-1.489c-4.08-4.08-10.695-4.08-14.775 0c-.422.422-.84.934-1.222 1.484a.75.75 0 0 1-1.233-.855c.43-.62.905-1.2 1.394-1.69c4.666-4.665 12.23-4.665 16.897 0m-4.29 4.552l-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.745 10.75q.147.149.288.306a2.54 2.54 0 0 0-1.843.309a6.563 6.563 0 0 0-10 2.12a.75.75 0 1 1-1.339-.678a8.062 8.062 0 0 1 12.893-2.057M11.956 19l1.216-2.434A1.5 1.5 0 1 0 11.957 19m2.23-4.462l.677-1.357a5.094 5.094 0 0 0-6.422.638a5.1 5.1 0 0 0-1.061 1.57a.75.75 0 0 0 1.374.602c.185-.422.437-.8.747-1.11a3.59 3.59 0 0 1 4.684-.343m6.26-6.26c.51.51.99 1.091 1.409 1.698a.75.75 0 1 1-1.235.852a11 11 0 0 0-1.234-1.489c-4.08-4.08-10.695-4.08-14.775 0c-.422.422-.84.934-1.222 1.484a.75.75 0 0 1-1.233-.855c.43-.62.905-1.2 1.394-1.69c4.666-4.665 12.23-4.665 16.897 0m-4.29 4.552l-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-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.745%2010.75q.147.149.288.306a2.54%202.54%200%200%200-1.843.309a6.563%206.563%200%200%200-10%202.12a.75.75%200%201%201-1.339-.678a8.062%208.062%200%200%201%2012.893-2.057M11.956%2019l1.216-2.434A1.5%201.5%200%201%200%2011.957%2019m2.23-4.462l.677-1.357a5.094%205.094%200%200%200-6.422.638a5.1%205.1%200%200%200-1.061%201.57a.75.75%200%200%200%201.374.602c.185-.422.437-.8.747-1.11a3.59%203.59%200%200%201%204.684-.343m6.26-6.26c.51.51.99%201.091%201.409%201.698a.75.75%200%201%201-1.235.852a11%2011%200%200%200-1.234-1.489c-4.08-4.08-10.695-4.08-14.775%200c-.422.422-.84.934-1.222%201.484a.75.75%200%200%201-1.233-.855c.43-.62.905-1.2%201.394-1.69c4.666-4.665%2012.23-4.665%2016.897%200m-4.29%204.552l-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.745%2010.75q.147.149.288.306a2.54%202.54%200%200%200-1.843.309a6.563%206.563%200%200%200-10%202.12a.75.75%200%201%201-1.339-.678a8.062%208.062%200%200%201%2012.893-2.057M11.956%2019l1.216-2.434A1.5%201.5%200%201%200%2011.957%2019m2.23-4.462l.677-1.357a5.094%205.094%200%200%200-6.422.638a5.1%205.1%200%200%200-1.061%201.57a.75.75%200%200%200%201.374.602c.185-.422.437-.8.747-1.11a3.59%203.59%200%200%201%204.684-.343m6.26-6.26c.51.51.99%201.091%201.409%201.698a.75.75%200%201%201-1.235.852a11%2011%200%200%200-1.234-1.489c-4.08-4.08-10.695-4.08-14.775%200c-.422.422-.84.934-1.222%201.484a.75.75%200%200%201-1.233-.855c.43-.62.905-1.2%201.394-1.69c4.666-4.665%2012.23-4.665%2016.897%200m-4.29%204.552l-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-regular.svg?color=%231a73e8&size=48