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

Name
wifi-1-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M24 33a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0-7c4.212 0 7.813 2.603 9.287 6.283a1.25 1.25 0 0 1-2.321.93a7.503 7.503 0 0 0-13.93 0a1.25 1.25 0 1 1-2.321-.93A10 10 0 0 1 24 26m0-8c6.377 0 11.931 3.512 14.839 8.7a1.25 1.25 0 1 1-2.18 1.222C34.172 23.49 29.434 20.5 23.998 20.5s-10.174 2.99-12.658 7.422A1.25 1.25 0 0 1 9.159 26.7C12.067 21.512 17.622 18 24 18m0-8c8.497 0 15.961 4.416 20.225 11.072a1.25 1.25 0 0 1-2.106 1.349C38.295 16.452 31.608 12.5 24 12.5S9.704 16.452 5.881 22.42a1.25 1.25 0 0 1-2.106-1.348C8.038 14.416 15.503 10 24 10"/></svg>

React

import type { SVGProps } from "react";

export function FluentWifi148Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 33a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0-7c4.212 0 7.813 2.603 9.287 6.283a1.25 1.25 0 0 1-2.321.93a7.503 7.503 0 0 0-13.93 0a1.25 1.25 0 1 1-2.321-.93A10 10 0 0 1 24 26m0-8c6.377 0 11.931 3.512 14.839 8.7a1.25 1.25 0 1 1-2.18 1.222C34.172 23.49 29.434 20.5 23.998 20.5s-10.174 2.99-12.658 7.422A1.25 1.25 0 0 1 9.159 26.7C12.067 21.512 17.622 18 24 18m0-8c8.497 0 15.961 4.416 20.225 11.072a1.25 1.25 0 0 1-2.106 1.349C38.295 16.452 31.608 12.5 24 12.5S9.704 16.452 5.881 22.42a1.25 1.25 0 0 1-2.106-1.348C8.038 14.416 15.503 10 24 10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 33a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0-7c4.212 0 7.813 2.603 9.287 6.283a1.25 1.25 0 0 1-2.321.93a7.503 7.503 0 0 0-13.93 0a1.25 1.25 0 1 1-2.321-.93A10 10 0 0 1 24 26m0-8c6.377 0 11.931 3.512 14.839 8.7a1.25 1.25 0 1 1-2.18 1.222C34.172 23.49 29.434 20.5 23.998 20.5s-10.174 2.99-12.658 7.422A1.25 1.25 0 0 1 9.159 26.7C12.067 21.512 17.622 18 24 18m0-8c8.497 0 15.961 4.416 20.225 11.072a1.25 1.25 0 0 1-2.106 1.349C38.295 16.452 31.608 12.5 24 12.5S9.704 16.452 5.881 22.42a1.25 1.25 0 0 1-2.106-1.348C8.038 14.416 15.503 10 24 10"/></svg>
</template>

CSS

.icon-wifi-1-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2033a3%203%200%201%201%200%206a3%203%200%200%201%200-6m0-7c4.212%200%207.813%202.603%209.287%206.283a1.25%201.25%200%200%201-2.321.93a7.503%207.503%200%200%200-13.93%200a1.25%201.25%200%201%201-2.321-.93A10%2010%200%200%201%2024%2026m0-8c6.377%200%2011.931%203.512%2014.839%208.7a1.25%201.25%200%201%201-2.18%201.222C34.172%2023.49%2029.434%2020.5%2023.998%2020.5s-10.174%202.99-12.658%207.422A1.25%201.25%200%200%201%209.159%2026.7C12.067%2021.512%2017.622%2018%2024%2018m0-8c8.497%200%2015.961%204.416%2020.225%2011.072a1.25%201.25%200%200%201-2.106%201.349C38.295%2016.452%2031.608%2012.5%2024%2012.5S9.704%2016.452%205.881%2022.42a1.25%201.25%200%200%201-2.106-1.348C8.038%2014.416%2015.503%2010%2024%2010%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2033a3%203%200%201%201%200%206a3%203%200%200%201%200-6m0-7c4.212%200%207.813%202.603%209.287%206.283a1.25%201.25%200%200%201-2.321.93a7.503%207.503%200%200%200-13.93%200a1.25%201.25%200%201%201-2.321-.93A10%2010%200%200%201%2024%2026m0-8c6.377%200%2011.931%203.512%2014.839%208.7a1.25%201.25%200%201%201-2.18%201.222C34.172%2023.49%2029.434%2020.5%2023.998%2020.5s-10.174%202.99-12.658%207.422A1.25%201.25%200%200%201%209.159%2026.7C12.067%2021.512%2017.622%2018%2024%2018m0-8c8.497%200%2015.961%204.416%2020.225%2011.072a1.25%201.25%200%200%201-2.106%201.349C38.295%2016.452%2031.608%2012.5%2024%2012.5S9.704%2016.452%205.881%2022.42a1.25%201.25%200%200%201-2.106-1.348C8.038%2014.416%2015.503%2010%2024%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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