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

Name
wifi-1-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 1 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.832 7.384c.41.409.796.877 1.133 1.365a.5.5 0 0 1-.823.568A8.612 8.612 0 0 0 3.946 8.091c-.348.348-.693.77-1.007 1.222a.5.5 0 0 1-.821-.57a10 10 0 0 1 1.121-1.36a9.61 9.61 0 0 1 13.593 0m-2.236 1.973a6.6 6.6 0 0 1 1.194 1.656a.5.5 0 0 1-.89.455a5.6 5.6 0 0 0-1.01-1.404a5.45 5.45 0 0 0-8.716 1.39a.5.5 0 1 1-.892-.452a6.45 6.45 0 0 1 10.315-1.645m-1.709 2.497c.355.354.647.79.85 1.254a.5.5 0 0 1-.916.401a3.1 3.1 0 0 0-.64-.948a3.033 3.033 0 0 0-4.29 0a3 3 0 0 0-.631.938a.5.5 0 1 1-.916-.401a4 4 0 0 1 .84-1.244a4.033 4.033 0 0 1 5.703 0m-1.924 1.933a1.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 FluentWifi120Regular(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.832 7.384c.41.409.796.877 1.133 1.365a.5.5 0 0 1-.823.568A8.612 8.612 0 0 0 3.946 8.091c-.348.348-.693.77-1.007 1.222a.5.5 0 0 1-.821-.57a10 10 0 0 1 1.121-1.36a9.61 9.61 0 0 1 13.593 0m-2.236 1.973a6.6 6.6 0 0 1 1.194 1.656a.5.5 0 0 1-.89.455a5.6 5.6 0 0 0-1.01-1.404a5.45 5.45 0 0 0-8.716 1.39a.5.5 0 1 1-.892-.452a6.45 6.45 0 0 1 10.315-1.645m-1.709 2.497c.355.354.647.79.85 1.254a.5.5 0 0 1-.916.401a3.1 3.1 0 0 0-.64-.948a3.033 3.033 0 0 0-4.29 0a3 3 0 0 0-.631.938a.5.5 0 1 1-.916-.401a4 4 0 0 1 .84-1.244a4.033 4.033 0 0 1 5.703 0m-1.924 1.933a1.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="M16.832 7.384c.41.409.796.877 1.133 1.365a.5.5 0 0 1-.823.568A8.612 8.612 0 0 0 3.946 8.091c-.348.348-.693.77-1.007 1.222a.5.5 0 0 1-.821-.57a10 10 0 0 1 1.121-1.36a9.61 9.61 0 0 1 13.593 0m-2.236 1.973a6.6 6.6 0 0 1 1.194 1.656a.5.5 0 0 1-.89.455a5.6 5.6 0 0 0-1.01-1.404a5.45 5.45 0 0 0-8.716 1.39a.5.5 0 1 1-.892-.452a6.45 6.45 0 0 1 10.315-1.645m-1.709 2.497c.355.354.647.79.85 1.254a.5.5 0 0 1-.916.401a3.1 3.1 0 0 0-.64-.948a3.033 3.033 0 0 0-4.29 0a3 3 0 0 0-.631.938a.5.5 0 1 1-.916-.401a4 4 0 0 1 .84-1.244a4.033 4.033 0 0 1 5.703 0m-1.924 1.933a1.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-1-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.832%207.384c.41.409.796.877%201.133%201.365a.5.5%200%200%201-.823.568A8.612%208.612%200%200%200%203.946%208.091c-.348.348-.693.77-1.007%201.222a.5.5%200%200%201-.821-.57a10%2010%200%200%201%201.121-1.36a9.61%209.61%200%200%201%2013.593%200m-2.236%201.973a6.6%206.6%200%200%201%201.194%201.656a.5.5%200%200%201-.89.455a5.6%205.6%200%200%200-1.01-1.404a5.45%205.45%200%200%200-8.716%201.39a.5.5%200%201%201-.892-.452a6.45%206.45%200%200%201%2010.315-1.645m-1.709%202.497c.355.354.647.79.85%201.254a.5.5%200%200%201-.916.401a3.1%203.1%200%200%200-.64-.948a3.033%203.033%200%200%200-4.29%200a3%203%200%200%200-.631.938a.5.5%200%201%201-.916-.401a4%204%200%200%201%20.84-1.244a4.033%204.033%200%200%201%205.703%200m-1.924%201.933a1.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%22M16.832%207.384c.41.409.796.877%201.133%201.365a.5.5%200%200%201-.823.568A8.612%208.612%200%200%200%203.946%208.091c-.348.348-.693.77-1.007%201.222a.5.5%200%200%201-.821-.57a10%2010%200%200%201%201.121-1.36a9.61%209.61%200%200%201%2013.593%200m-2.236%201.973a6.6%206.6%200%200%201%201.194%201.656a.5.5%200%200%201-.89.455a5.6%205.6%200%200%200-1.01-1.404a5.45%205.45%200%200%200-8.716%201.39a.5.5%200%201%201-.892-.452a6.45%206.45%200%200%201%2010.315-1.645m-1.709%202.497c.355.354.647.79.85%201.254a.5.5%200%200%201-.916.401a3.1%203.1%200%200%200-.64-.948a3.033%203.033%200%200%200-4.29%200a3%203%200%200%200-.631.938a.5.5%200%201%201-.916-.401a4%204%200%200%201%20.84-1.244a4.033%204.033%200%200%201%205.703%200m-1.924%201.933a1.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-1-20-regular.svg?color=%231a73e8&size=48