wifi lock icon
wifi-lock-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- wifi-lock-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the wifi lock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.784 10.708a8.4 8.4 0 0 1 1.504 2.085a1 1 0 0 1-1.78.91a6.4 6.4 0 0 0-1.138-1.58a6.13 6.13 0 0 0-7.032-1.171a3.5 3.5 0 0 0-1.771-1.287a8.13 8.13 0 0 1 10.217 1.043M4.982 9.713a8 8 0 0 0-.258.27a3.5 3.5 0 0 0-1.384 1.51a.999.999 0 0 1-1.162-1.51c.428-.618.901-1.195 1.39-1.684c4.653-4.654 12.198-4.654 16.851 0c.508.508.987 1.087 1.404 1.691a1 1 0 0 1-1.646 1.136c-.35-.506-.751-.993-1.172-1.413c-3.872-3.872-10.15-3.872-14.023 0M15.735 13.7c.46.46.838 1.024 1.102 1.624a1 1 0 0 1-1.832.803a3.4 3.4 0 0 0-.684-1.013a3.23 3.23 0 0 0-2.69-.922A2.5 2.5 0 0 0 10 13.05V13q0-.21-.024-.412a5.23 5.23 0 0 1 5.76 1.112m-2.673 2.741A1.501 1.501 0 0 1 12 19.004V16a1.5 1.5 0 0 1 1.062.44M4 14v-1a2.5 2.5 0 0 1 5 0v1h.5a1.5 1.5 0 0 1 1.5 1.5v5A1.5 1.5 0 0 1 9.5 22h-6A1.5 1.5 0 0 1 2 20.5v-5A1.5 1.5 0 0 1 3.5 14zm1.5-1v1h2v-1a1 1 0 0 0-2 0m2 5a1 1 0 1 0-2 0a1 1 0 0 0 2 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentWifiLock24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.784 10.708a8.4 8.4 0 0 1 1.504 2.085a1 1 0 0 1-1.78.91a6.4 6.4 0 0 0-1.138-1.58a6.13 6.13 0 0 0-7.032-1.171a3.5 3.5 0 0 0-1.771-1.287a8.13 8.13 0 0 1 10.217 1.043M4.982 9.713a8 8 0 0 0-.258.27a3.5 3.5 0 0 0-1.384 1.51a.999.999 0 0 1-1.162-1.51c.428-.618.901-1.195 1.39-1.684c4.653-4.654 12.198-4.654 16.851 0c.508.508.987 1.087 1.404 1.691a1 1 0 0 1-1.646 1.136c-.35-.506-.751-.993-1.172-1.413c-3.872-3.872-10.15-3.872-14.023 0M15.735 13.7c.46.46.838 1.024 1.102 1.624a1 1 0 0 1-1.832.803a3.4 3.4 0 0 0-.684-1.013a3.23 3.23 0 0 0-2.69-.922A2.5 2.5 0 0 0 10 13.05V13q0-.21-.024-.412a5.23 5.23 0 0 1 5.76 1.112m-2.673 2.741A1.501 1.501 0 0 1 12 19.004V16a1.5 1.5 0 0 1 1.062.44M4 14v-1a2.5 2.5 0 0 1 5 0v1h.5a1.5 1.5 0 0 1 1.5 1.5v5A1.5 1.5 0 0 1 9.5 22h-6A1.5 1.5 0 0 1 2 20.5v-5A1.5 1.5 0 0 1 3.5 14zm1.5-1v1h2v-1a1 1 0 0 0-2 0m2 5a1 1 0 1 0-2 0a1 1 0 0 0 2 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.784 10.708a8.4 8.4 0 0 1 1.504 2.085a1 1 0 0 1-1.78.91a6.4 6.4 0 0 0-1.138-1.58a6.13 6.13 0 0 0-7.032-1.171a3.5 3.5 0 0 0-1.771-1.287a8.13 8.13 0 0 1 10.217 1.043M4.982 9.713a8 8 0 0 0-.258.27a3.5 3.5 0 0 0-1.384 1.51a.999.999 0 0 1-1.162-1.51c.428-.618.901-1.195 1.39-1.684c4.653-4.654 12.198-4.654 16.851 0c.508.508.987 1.087 1.404 1.691a1 1 0 0 1-1.646 1.136c-.35-.506-.751-.993-1.172-1.413c-3.872-3.872-10.15-3.872-14.023 0M15.735 13.7c.46.46.838 1.024 1.102 1.624a1 1 0 0 1-1.832.803a3.4 3.4 0 0 0-.684-1.013a3.23 3.23 0 0 0-2.69-.922A2.5 2.5 0 0 0 10 13.05V13q0-.21-.024-.412a5.23 5.23 0 0 1 5.76 1.112m-2.673 2.741A1.501 1.501 0 0 1 12 19.004V16a1.5 1.5 0 0 1 1.062.44M4 14v-1a2.5 2.5 0 0 1 5 0v1h.5a1.5 1.5 0 0 1 1.5 1.5v5A1.5 1.5 0 0 1 9.5 22h-6A1.5 1.5 0 0 1 2 20.5v-5A1.5 1.5 0 0 1 3.5 14zm1.5-1v1h2v-1a1 1 0 0 0-2 0m2 5a1 1 0 1 0-2 0a1 1 0 0 0 2 0"/></svg> </template>
CSS
.icon-wifi-lock-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.784%2010.708a8.4%208.4%200%200%201%201.504%202.085a1%201%200%200%201-1.78.91a6.4%206.4%200%200%200-1.138-1.58a6.13%206.13%200%200%200-7.032-1.171a3.5%203.5%200%200%200-1.771-1.287a8.13%208.13%200%200%201%2010.217%201.043M4.982%209.713a8%208%200%200%200-.258.27a3.5%203.5%200%200%200-1.384%201.51a.999.999%200%200%201-1.162-1.51c.428-.618.901-1.195%201.39-1.684c4.653-4.654%2012.198-4.654%2016.851%200c.508.508.987%201.087%201.404%201.691a1%201%200%200%201-1.646%201.136c-.35-.506-.751-.993-1.172-1.413c-3.872-3.872-10.15-3.872-14.023%200M15.735%2013.7c.46.46.838%201.024%201.102%201.624a1%201%200%200%201-1.832.803a3.4%203.4%200%200%200-.684-1.013a3.23%203.23%200%200%200-2.69-.922A2.5%202.5%200%200%200%2010%2013.05V13q0-.21-.024-.412a5.23%205.23%200%200%201%205.76%201.112m-2.673%202.741A1.501%201.501%200%200%201%2012%2019.004V16a1.5%201.5%200%200%201%201.062.44M4%2014v-1a2.5%202.5%200%200%201%205%200v1h.5a1.5%201.5%200%200%201%201.5%201.5v5A1.5%201.5%200%200%201%209.5%2022h-6A1.5%201.5%200%200%201%202%2020.5v-5A1.5%201.5%200%200%201%203.5%2014zm1.5-1v1h2v-1a1%201%200%200%200-2%200m2%205a1%201%200%201%200-2%200a1%201%200%200%200%202%200%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.784%2010.708a8.4%208.4%200%200%201%201.504%202.085a1%201%200%200%201-1.78.91a6.4%206.4%200%200%200-1.138-1.58a6.13%206.13%200%200%200-7.032-1.171a3.5%203.5%200%200%200-1.771-1.287a8.13%208.13%200%200%201%2010.217%201.043M4.982%209.713a8%208%200%200%200-.258.27a3.5%203.5%200%200%200-1.384%201.51a.999.999%200%200%201-1.162-1.51c.428-.618.901-1.195%201.39-1.684c4.653-4.654%2012.198-4.654%2016.851%200c.508.508.987%201.087%201.404%201.691a1%201%200%200%201-1.646%201.136c-.35-.506-.751-.993-1.172-1.413c-3.872-3.872-10.15-3.872-14.023%200M15.735%2013.7c.46.46.838%201.024%201.102%201.624a1%201%200%200%201-1.832.803a3.4%203.4%200%200%200-.684-1.013a3.23%203.23%200%200%200-2.69-.922A2.5%202.5%200%200%200%2010%2013.05V13q0-.21-.024-.412a5.23%205.23%200%200%201%205.76%201.112m-2.673%202.741A1.501%201.501%200%200%201%2012%2019.004V16a1.5%201.5%200%200%201%201.062.44M4%2014v-1a2.5%202.5%200%200%201%205%200v1h.5a1.5%201.5%200%200%201%201.5%201.5v5A1.5%201.5%200%200%201%209.5%2022h-6A1.5%201.5%200%200%201%202%2020.5v-5A1.5%201.5%200%200%201%203.5%2014zm1.5-1v1h2v-1a1%201%200%200%200-2%200m2%205a1%201%200%201%200-2%200a1%201%200%200%200%202%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/wifi-lock-24-filled.svg?color=%231a73e8&size=48