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

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

1 other variant in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the wifi settings icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17.845 8.117A9.468 9.468 0 0 0 3.34 6.773a10 10 0 0 0-1.105 1.338a.75.75 0 1 0 1.233.855A8.4 8.4 0 0 1 4.4 7.834a7.968 7.968 0 0 1 12.21 1.135a.75.75 0 1 0 1.235-.852M7.114 11.05a4.13 4.13 0 0 1 4.174-1.015c-.5.36-.936.802-1.29 1.306c-.662.01-1.32.266-1.824.77a2.7 2.7 0 0 0-.547.814a.75.75 0 1 1-1.374-.602c.209-.476.498-.91.86-1.273m7.476-2.389q.17.17.327.355a5.6 5.6 0 0 0-1.97.206a4.944 4.944 0 0 0-7.322 1.76a.75.75 0 1 1-1.338-.677A6.443 6.443 0 0 1 14.59 8.66m-2.523 2.781a2 2 0 0 1-1.431 2.478l-.461.118a4.7 4.7 0 0 0 .01 1.016l.35.083a2 2 0 0 1 1.456 2.519l-.127.423q.387.305.835.518l.325-.344a2 2 0 0 1 2.91.001l.337.358q.44-.203.822-.498l-.157-.556a2 2 0 0 1 1.431-2.478l.46-.118a4.7 4.7 0 0 0-.01-1.017l-.348-.082a2 2 0 0 1-1.456-2.519l.126-.422a4.3 4.3 0 0 0-.835-.518l-.325.343a2 2 0 0 1-2.91-.001l-.337-.358a4.3 4.3 0 0 0-.821.497zM14.5 15.5a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentWifiSettings20Filled(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="M17.845 8.117A9.468 9.468 0 0 0 3.34 6.773a10 10 0 0 0-1.105 1.338a.75.75 0 1 0 1.233.855A8.4 8.4 0 0 1 4.4 7.834a7.968 7.968 0 0 1 12.21 1.135a.75.75 0 1 0 1.235-.852M7.114 11.05a4.13 4.13 0 0 1 4.174-1.015c-.5.36-.936.802-1.29 1.306c-.662.01-1.32.266-1.824.77a2.7 2.7 0 0 0-.547.814a.75.75 0 1 1-1.374-.602c.209-.476.498-.91.86-1.273m7.476-2.389q.17.17.327.355a5.6 5.6 0 0 0-1.97.206a4.944 4.944 0 0 0-7.322 1.76a.75.75 0 1 1-1.338-.677A6.443 6.443 0 0 1 14.59 8.66m-2.523 2.781a2 2 0 0 1-1.431 2.478l-.461.118a4.7 4.7 0 0 0 .01 1.016l.35.083a2 2 0 0 1 1.456 2.519l-.127.423q.387.305.835.518l.325-.344a2 2 0 0 1 2.91.001l.337.358q.44-.203.822-.498l-.157-.556a2 2 0 0 1 1.431-2.478l.46-.118a4.7 4.7 0 0 0-.01-1.017l-.348-.082a2 2 0 0 1-1.456-2.519l.126-.422a4.3 4.3 0 0 0-.835-.518l-.325.343a2 2 0 0 1-2.91-.001l-.337-.358a4.3 4.3 0 0 0-.821.497zM14.5 15.5a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17.845 8.117A9.468 9.468 0 0 0 3.34 6.773a10 10 0 0 0-1.105 1.338a.75.75 0 1 0 1.233.855A8.4 8.4 0 0 1 4.4 7.834a7.968 7.968 0 0 1 12.21 1.135a.75.75 0 1 0 1.235-.852M7.114 11.05a4.13 4.13 0 0 1 4.174-1.015c-.5.36-.936.802-1.29 1.306c-.662.01-1.32.266-1.824.77a2.7 2.7 0 0 0-.547.814a.75.75 0 1 1-1.374-.602c.209-.476.498-.91.86-1.273m7.476-2.389q.17.17.327.355a5.6 5.6 0 0 0-1.97.206a4.944 4.944 0 0 0-7.322 1.76a.75.75 0 1 1-1.338-.677A6.443 6.443 0 0 1 14.59 8.66m-2.523 2.781a2 2 0 0 1-1.431 2.478l-.461.118a4.7 4.7 0 0 0 .01 1.016l.35.083a2 2 0 0 1 1.456 2.519l-.127.423q.387.305.835.518l.325-.344a2 2 0 0 1 2.91.001l.337.358q.44-.203.822-.498l-.157-.556a2 2 0 0 1 1.431-2.478l.46-.118a4.7 4.7 0 0 0-.01-1.017l-.348-.082a2 2 0 0 1-1.456-2.519l.126-.422a4.3 4.3 0 0 0-.835-.518l-.325.343a2 2 0 0 1-2.91-.001l-.337-.358a4.3 4.3 0 0 0-.821.497zM14.5 15.5a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
</template>

CSS

.icon-wifi-settings-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%22M17.845%208.117A9.468%209.468%200%200%200%203.34%206.773a10%2010%200%200%200-1.105%201.338a.75.75%200%201%200%201.233.855A8.4%208.4%200%200%201%204.4%207.834a7.968%207.968%200%200%201%2012.21%201.135a.75.75%200%201%200%201.235-.852M7.114%2011.05a4.13%204.13%200%200%201%204.174-1.015c-.5.36-.936.802-1.29%201.306c-.662.01-1.32.266-1.824.77a2.7%202.7%200%200%200-.547.814a.75.75%200%201%201-1.374-.602c.209-.476.498-.91.86-1.273m7.476-2.389q.17.17.327.355a5.6%205.6%200%200%200-1.97.206a4.944%204.944%200%200%200-7.322%201.76a.75.75%200%201%201-1.338-.677A6.443%206.443%200%200%201%2014.59%208.66m-2.523%202.781a2%202%200%200%201-1.431%202.478l-.461.118a4.7%204.7%200%200%200%20.01%201.016l.35.083a2%202%200%200%201%201.456%202.519l-.127.423q.387.305.835.518l.325-.344a2%202%200%200%201%202.91.001l.337.358q.44-.203.822-.498l-.157-.556a2%202%200%200%201%201.431-2.478l.46-.118a4.7%204.7%200%200%200-.01-1.017l-.348-.082a2%202%200%200%201-1.456-2.519l.126-.422a4.3%204.3%200%200%200-.835-.518l-.325.343a2%202%200%200%201-2.91-.001l-.337-.358a4.3%204.3%200%200%200-.821.497zM14.5%2015.5a1%201%200%201%201%200-2a1%201%200%200%201%200%202%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%22M17.845%208.117A9.468%209.468%200%200%200%203.34%206.773a10%2010%200%200%200-1.105%201.338a.75.75%200%201%200%201.233.855A8.4%208.4%200%200%201%204.4%207.834a7.968%207.968%200%200%201%2012.21%201.135a.75.75%200%201%200%201.235-.852M7.114%2011.05a4.13%204.13%200%200%201%204.174-1.015c-.5.36-.936.802-1.29%201.306c-.662.01-1.32.266-1.824.77a2.7%202.7%200%200%200-.547.814a.75.75%200%201%201-1.374-.602c.209-.476.498-.91.86-1.273m7.476-2.389q.17.17.327.355a5.6%205.6%200%200%200-1.97.206a4.944%204.944%200%200%200-7.322%201.76a.75.75%200%201%201-1.338-.677A6.443%206.443%200%200%201%2014.59%208.66m-2.523%202.781a2%202%200%200%201-1.431%202.478l-.461.118a4.7%204.7%200%200%200%20.01%201.016l.35.083a2%202%200%200%201%201.456%202.519l-.127.423q.387.305.835.518l.325-.344a2%202%200%200%201%202.91.001l.337.358q.44-.203.822-.498l-.157-.556a2%202%200%200%201%201.431-2.478l.46-.118a4.7%204.7%200%200%200-.01-1.017l-.348-.082a2%202%200%200%201-1.456-2.519l.126-.422a4.3%204.3%200%200%200-.835-.518l-.325.343a2%202%200%200%201-2.91-.001l-.337-.358a4.3%204.3%200%200%200-.821.497zM14.5%2015.5a1%201%200%201%201%200-2a1%201%200%200%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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