wifi protected icon
wifi-protected-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- wifi-protected-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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.782a1 1 0 0 0-.743.853L4 17.498v2.5a1 1 0 0 0 .883.994l.117.006h3a1 1 0 0 0 .993-.883L9 19.998v-2.5a1 1 0 0 0-.644-.934l-.105-.034l-.001-.782a1.75 1.75 0 0 0-1.75-1.75zm9.256-.297c.46.46.838 1.025 1.101 1.625a1 1 0 0 1-1.832.802a3.222 3.222 0 0 0-2.943-1.96a6.517 6.517 0 0 0-1.556-1.771a5.23 5.23 0 0 1 5.23 1.304zM6.5 14.998a.75.75 0 0 1 .743.649l.007.101v.75h-1.5v-.75a.75.75 0 0 1 .75-.75zm11.305-4.288a8.35 8.35 0 0 1 1.503 2.085a1 1 0 0 1-1.78.91a6.357 6.357 0 0 0-1.137-1.581a6.13 6.13 0 0 0-7.742-.76a6.493 6.493 0 0 0-2.631-.346a8.128 8.128 0 0 1 11.787-.308zM20.44 8.3c.508.508.987 1.088 1.404 1.692a1 1 0 0 1-1.646 1.136c-.35-.507-.752-.993-1.172-1.414c-3.873-3.872-10.15-3.872-14.023 0c-.4.4-.797.886-1.16 1.41a1 1 0 1 1-1.644-1.14c.428-.617.9-1.195 1.39-1.684c4.653-4.653 12.198-4.653 16.851 0z" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentWifiProtected24Filled(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.782a1 1 0 0 0-.743.853L4 17.498v2.5a1 1 0 0 0 .883.994l.117.006h3a1 1 0 0 0 .993-.883L9 19.998v-2.5a1 1 0 0 0-.644-.934l-.105-.034l-.001-.782a1.75 1.75 0 0 0-1.75-1.75zm9.256-.297c.46.46.838 1.025 1.101 1.625a1 1 0 0 1-1.832.802a3.222 3.222 0 0 0-2.943-1.96a6.517 6.517 0 0 0-1.556-1.771a5.23 5.23 0 0 1 5.23 1.304zM6.5 14.998a.75.75 0 0 1 .743.649l.007.101v.75h-1.5v-.75a.75.75 0 0 1 .75-.75zm11.305-4.288a8.35 8.35 0 0 1 1.503 2.085a1 1 0 0 1-1.78.91a6.357 6.357 0 0 0-1.137-1.581a6.13 6.13 0 0 0-7.742-.76a6.493 6.493 0 0 0-2.631-.346a8.128 8.128 0 0 1 11.787-.308zM20.44 8.3c.508.508.987 1.088 1.404 1.692a1 1 0 0 1-1.646 1.136c-.35-.507-.752-.993-1.172-1.414c-3.873-3.872-10.15-3.872-14.023 0c-.4.4-.797.886-1.16 1.41a1 1 0 1 1-1.644-1.14c.428-.617.9-1.195 1.39-1.684c4.653-4.653 12.198-4.653 16.851 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.782a1 1 0 0 0-.743.853L4 17.498v2.5a1 1 0 0 0 .883.994l.117.006h3a1 1 0 0 0 .993-.883L9 19.998v-2.5a1 1 0 0 0-.644-.934l-.105-.034l-.001-.782a1.75 1.75 0 0 0-1.75-1.75zm9.256-.297c.46.46.838 1.025 1.101 1.625a1 1 0 0 1-1.832.802a3.222 3.222 0 0 0-2.943-1.96a6.517 6.517 0 0 0-1.556-1.771a5.23 5.23 0 0 1 5.23 1.304zM6.5 14.998a.75.75 0 0 1 .743.649l.007.101v.75h-1.5v-.75a.75.75 0 0 1 .75-.75zm11.305-4.288a8.35 8.35 0 0 1 1.503 2.085a1 1 0 0 1-1.78.91a6.357 6.357 0 0 0-1.137-1.581a6.13 6.13 0 0 0-7.742-.76a6.493 6.493 0 0 0-2.631-.346a8.128 8.128 0 0 1 11.787-.308zM20.44 8.3c.508.508.987 1.088 1.404 1.692a1 1 0 0 1-1.646 1.136c-.35-.507-.752-.993-1.172-1.414c-3.873-3.872-10.15-3.872-14.023 0c-.4.4-.797.886-1.16 1.41a1 1 0 1 1-1.644-1.14c.428-.617.9-1.195 1.39-1.684c4.653-4.653 12.198-4.653 16.851 0z" fill="currentColor"/></g></svg> </template>
CSS
.icon-wifi-protected-24-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%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.782a1%201%200%200%200-.743.853L4%2017.498v2.5a1%201%200%200%200%20.883.994l.117.006h3a1%201%200%200%200%20.993-.883L9%2019.998v-2.5a1%201%200%200%200-.644-.934l-.105-.034l-.001-.782a1.75%201.75%200%200%200-1.75-1.75zm9.256-.297c.46.46.838%201.025%201.101%201.625a1%201%200%200%201-1.832.802a3.222%203.222%200%200%200-2.943-1.96a6.517%206.517%200%200%200-1.556-1.771a5.23%205.23%200%200%201%205.23%201.304zM6.5%2014.998a.75.75%200%200%201%20.743.649l.007.101v.75h-1.5v-.75a.75.75%200%200%201%20.75-.75zm11.305-4.288a8.35%208.35%200%200%201%201.503%202.085a1%201%200%200%201-1.78.91a6.357%206.357%200%200%200-1.137-1.581a6.13%206.13%200%200%200-7.742-.76a6.493%206.493%200%200%200-2.631-.346a8.128%208.128%200%200%201%2011.787-.308zM20.44%208.3c.508.508.987%201.088%201.404%201.692a1%201%200%200%201-1.646%201.136c-.35-.507-.752-.993-1.172-1.414c-3.873-3.872-10.15-3.872-14.023%200c-.4.4-.797.886-1.16%201.41a1%201%200%201%201-1.644-1.14c.428-.617.9-1.195%201.39-1.684c4.653-4.653%2012.198-4.653%2016.851%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.782a1%201%200%200%200-.743.853L4%2017.498v2.5a1%201%200%200%200%20.883.994l.117.006h3a1%201%200%200%200%20.993-.883L9%2019.998v-2.5a1%201%200%200%200-.644-.934l-.105-.034l-.001-.782a1.75%201.75%200%200%200-1.75-1.75zm9.256-.297c.46.46.838%201.025%201.101%201.625a1%201%200%200%201-1.832.802a3.222%203.222%200%200%200-2.943-1.96a6.517%206.517%200%200%200-1.556-1.771a5.23%205.23%200%200%201%205.23%201.304zM6.5%2014.998a.75.75%200%200%201%20.743.649l.007.101v.75h-1.5v-.75a.75.75%200%200%201%20.75-.75zm11.305-4.288a8.35%208.35%200%200%201%201.503%202.085a1%201%200%200%201-1.78.91a6.357%206.357%200%200%200-1.137-1.581a6.13%206.13%200%200%200-7.742-.76a6.493%206.493%200%200%200-2.631-.346a8.128%208.128%200%200%201%2011.787-.308zM20.44%208.3c.508.508.987%201.088%201.404%201.692a1%201%200%200%201-1.646%201.136c-.35-.507-.752-.993-1.172-1.414c-3.873-3.872-10.15-3.872-14.023%200c-.4.4-.797.886-1.16%201.41a1%201%200%201%201-1.644-1.14c.428-.617.9-1.195%201.39-1.684c4.653-4.653%2012.198-4.653%2016.851%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-filled.svg?color=%231a73e8&size=48