wifi protected icon
wifi-protected-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- wifi-protected-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
1 other variant in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the wifi protected icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M6.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11zm0 1.998a1.75 1.75 0 0 0-1.744 1.607l-.006.143v.781c-.395.102-.696.44-.743.854L4 17.498v2.5a1 1 0 0 0 .883.993l.117.007h3a1 1 0 0 0 .993-.883L9 19.998v-2.5a1 1 0 0 0-.644-.935l-.105-.033l-.001-.782a1.75 1.75 0 0 0-1.75-1.75zm0 1a.75.75 0 0 1 .743.648l.007.102v.75h-1.5v-.75a.75.75 0 0 1 .75-.75zm9.143-1.179c.448.448.816.998 1.072 1.583a.75.75 0 1 1-1.373.602a3.583 3.583 0 0 0-3.475-2.171a6.52 6.52 0 0 0-1.195-1.318a5.09 5.09 0 0 1 4.971 1.304zm2.102-3.068a8.291 8.291 0 0 1 1.492 2.069a.75.75 0 1 1-1.335.683a6.798 6.798 0 0 0-1.218-1.692a6.563 6.563 0 0 0-8.576-.611a6.544 6.544 0 0 0-2.015-.188a8.062 8.062 0 0 1 11.652-.262zm2.703-2.472c.51.509.99 1.09 1.408 1.697a.75.75 0 1 1-1.234.852a10.822 10.822 0 0 0-1.234-1.489c-4.08-4.08-10.696-4.08-14.776 0c-.421.422-.84.934-1.222 1.484a.75.75 0 0 1-1.232-.855c.43-.62.904-1.2 1.394-1.69c4.666-4.665 12.23-4.665 16.896 0z" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentWifiProtected24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M6.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11zm0 1.998a1.75 1.75 0 0 0-1.744 1.607l-.006.143v.781c-.395.102-.696.44-.743.854L4 17.498v2.5a1 1 0 0 0 .883.993l.117.007h3a1 1 0 0 0 .993-.883L9 19.998v-2.5a1 1 0 0 0-.644-.935l-.105-.033l-.001-.782a1.75 1.75 0 0 0-1.75-1.75zm0 1a.75.75 0 0 1 .743.648l.007.102v.75h-1.5v-.75a.75.75 0 0 1 .75-.75zm9.143-1.179c.448.448.816.998 1.072 1.583a.75.75 0 1 1-1.373.602a3.583 3.583 0 0 0-3.475-2.171a6.52 6.52 0 0 0-1.195-1.318a5.09 5.09 0 0 1 4.971 1.304zm2.102-3.068a8.291 8.291 0 0 1 1.492 2.069a.75.75 0 1 1-1.335.683a6.798 6.798 0 0 0-1.218-1.692a6.563 6.563 0 0 0-8.576-.611a6.544 6.544 0 0 0-2.015-.188a8.062 8.062 0 0 1 11.652-.262zm2.703-2.472c.51.509.99 1.09 1.408 1.697a.75.75 0 1 1-1.234.852a10.822 10.822 0 0 0-1.234-1.489c-4.08-4.08-10.696-4.08-14.776 0c-.421.422-.84.934-1.222 1.484a.75.75 0 0 1-1.232-.855c.43-.62.904-1.2 1.394-1.69c4.666-4.665 12.23-4.665 16.896 0z" fill="currentColor"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M6.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11zm0 1.998a1.75 1.75 0 0 0-1.744 1.607l-.006.143v.781c-.395.102-.696.44-.743.854L4 17.498v2.5a1 1 0 0 0 .883.993l.117.007h3a1 1 0 0 0 .993-.883L9 19.998v-2.5a1 1 0 0 0-.644-.935l-.105-.033l-.001-.782a1.75 1.75 0 0 0-1.75-1.75zm0 1a.75.75 0 0 1 .743.648l.007.102v.75h-1.5v-.75a.75.75 0 0 1 .75-.75zm9.143-1.179c.448.448.816.998 1.072 1.583a.75.75 0 1 1-1.373.602a3.583 3.583 0 0 0-3.475-2.171a6.52 6.52 0 0 0-1.195-1.318a5.09 5.09 0 0 1 4.971 1.304zm2.102-3.068a8.291 8.291 0 0 1 1.492 2.069a.75.75 0 1 1-1.335.683a6.798 6.798 0 0 0-1.218-1.692a6.563 6.563 0 0 0-8.576-.611a6.544 6.544 0 0 0-2.015-.188a8.062 8.062 0 0 1 11.652-.262zm2.703-2.472c.51.509.99 1.09 1.408 1.697a.75.75 0 1 1-1.234.852a10.822 10.822 0 0 0-1.234-1.489c-4.08-4.08-10.696-4.08-14.776 0c-.421.422-.84.934-1.222 1.484a.75.75 0 0 1-1.232-.855c.43-.62.904-1.2 1.394-1.69c4.666-4.665 12.23-4.665 16.896 0z" fill="currentColor"/></g></svg> </template>
CSS
.icon-wifi-protected-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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M6.5%2012a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11zm0%201.998a1.75%201.75%200%200%200-1.744%201.607l-.006.143v.781c-.395.102-.696.44-.743.854L4%2017.498v2.5a1%201%200%200%200%20.883.993l.117.007h3a1%201%200%200%200%20.993-.883L9%2019.998v-2.5a1%201%200%200%200-.644-.935l-.105-.033l-.001-.782a1.75%201.75%200%200%200-1.75-1.75zm0%201a.75.75%200%200%201%20.743.648l.007.102v.75h-1.5v-.75a.75.75%200%200%201%20.75-.75zm9.143-1.179c.448.448.816.998%201.072%201.583a.75.75%200%201%201-1.373.602a3.583%203.583%200%200%200-3.475-2.171a6.52%206.52%200%200%200-1.195-1.318a5.09%205.09%200%200%201%204.971%201.304zm2.102-3.068a8.291%208.291%200%200%201%201.492%202.069a.75.75%200%201%201-1.335.683a6.798%206.798%200%200%200-1.218-1.692a6.563%206.563%200%200%200-8.576-.611a6.544%206.544%200%200%200-2.015-.188a8.062%208.062%200%200%201%2011.652-.262zm2.703-2.472c.51.509.99%201.09%201.408%201.697a.75.75%200%201%201-1.234.852a10.822%2010.822%200%200%200-1.234-1.489c-4.08-4.08-10.696-4.08-14.776%200c-.421.422-.84.934-1.222%201.484a.75.75%200%200%201-1.232-.855c.43-.62.904-1.2%201.394-1.69c4.666-4.665%2012.23-4.665%2016.896%200z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M6.5%2012a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11zm0%201.998a1.75%201.75%200%200%200-1.744%201.607l-.006.143v.781c-.395.102-.696.44-.743.854L4%2017.498v2.5a1%201%200%200%200%20.883.993l.117.007h3a1%201%200%200%200%20.993-.883L9%2019.998v-2.5a1%201%200%200%200-.644-.935l-.105-.033l-.001-.782a1.75%201.75%200%200%200-1.75-1.75zm0%201a.75.75%200%200%201%20.743.648l.007.102v.75h-1.5v-.75a.75.75%200%200%201%20.75-.75zm9.143-1.179c.448.448.816.998%201.072%201.583a.75.75%200%201%201-1.373.602a3.583%203.583%200%200%200-3.475-2.171a6.52%206.52%200%200%200-1.195-1.318a5.09%205.09%200%200%201%204.971%201.304zm2.102-3.068a8.291%208.291%200%200%201%201.492%202.069a.75.75%200%201%201-1.335.683a6.798%206.798%200%200%200-1.218-1.692a6.563%206.563%200%200%200-8.576-.611a6.544%206.544%200%200%200-2.015-.188a8.062%208.062%200%200%201%2011.652-.262zm2.703-2.472c.51.509.99%201.09%201.408%201.697a.75.75%200%201%201-1.234.852a10.822%2010.822%200%200%200-1.234-1.489c-4.08-4.08-10.696-4.08-14.776%200c-.421.422-.84.934-1.222%201.484a.75.75%200%200%201-1.232-.855c.43-.62.904-1.2%201.394-1.69c4.666-4.665%2012.23-4.665%2016.896%200z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/wifi-protected-24-regular.svg?color=%231a73e8&size=48