wifi lock icon
wifi-lock-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- wifi-lock-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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.745 10.75a8.3 8.3 0 0 1 1.491 2.07a.75.75 0 1 1-1.335.683a6.8 6.8 0 0 0-1.217-1.692a6.565 6.565 0 0 0-7.63-1.203a3.5 3.5 0 0 0-1.407-.916a8.065 8.065 0 0 1 10.097 1.059m-2.102 3.07a5.2 5.2 0 0 1 1.072 1.582a.75.75 0 1 1-1.374.602a3.7 3.7 0 0 0-.76-1.124a3.59 3.59 0 0 0-3.173-.996A2.5 2.5 0 0 0 10 13.05V13q0-.123-.008-.242a5.09 5.09 0 0 1 5.65 1.061m4.805-5.541c.509.509.99 1.09 1.408 1.697a.75.75 0 1 1-1.235.852a11 11 0 0 0-1.234-1.489c-4.08-4.08-10.695-4.08-14.775 0c-.422.422-.84.934-1.222 1.484a.75.75 0 0 1-1.233-.855c.43-.62.905-1.2 1.394-1.69c4.666-4.665 12.23-4.665 16.897 0m-7.388 8.16A1.5 1.5 0 0 1 12 19v-3c.384 0 .767.146 1.06.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 1 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 FluentWifiLock24Regular(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.745 10.75a8.3 8.3 0 0 1 1.491 2.07a.75.75 0 1 1-1.335.683a6.8 6.8 0 0 0-1.217-1.692a6.565 6.565 0 0 0-7.63-1.203a3.5 3.5 0 0 0-1.407-.916a8.065 8.065 0 0 1 10.097 1.059m-2.102 3.07a5.2 5.2 0 0 1 1.072 1.582a.75.75 0 1 1-1.374.602a3.7 3.7 0 0 0-.76-1.124a3.59 3.59 0 0 0-3.173-.996A2.5 2.5 0 0 0 10 13.05V13q0-.123-.008-.242a5.09 5.09 0 0 1 5.65 1.061m4.805-5.541c.509.509.99 1.09 1.408 1.697a.75.75 0 1 1-1.235.852a11 11 0 0 0-1.234-1.489c-4.08-4.08-10.695-4.08-14.775 0c-.422.422-.84.934-1.222 1.484a.75.75 0 0 1-1.233-.855c.43-.62.905-1.2 1.394-1.69c4.666-4.665 12.23-4.665 16.897 0m-7.388 8.16A1.5 1.5 0 0 1 12 19v-3c.384 0 .767.146 1.06.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 1 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.745 10.75a8.3 8.3 0 0 1 1.491 2.07a.75.75 0 1 1-1.335.683a6.8 6.8 0 0 0-1.217-1.692a6.565 6.565 0 0 0-7.63-1.203a3.5 3.5 0 0 0-1.407-.916a8.065 8.065 0 0 1 10.097 1.059m-2.102 3.07a5.2 5.2 0 0 1 1.072 1.582a.75.75 0 1 1-1.374.602a3.7 3.7 0 0 0-.76-1.124a3.59 3.59 0 0 0-3.173-.996A2.5 2.5 0 0 0 10 13.05V13q0-.123-.008-.242a5.09 5.09 0 0 1 5.65 1.061m4.805-5.541c.509.509.99 1.09 1.408 1.697a.75.75 0 1 1-1.235.852a11 11 0 0 0-1.234-1.489c-4.08-4.08-10.695-4.08-14.775 0c-.422.422-.84.934-1.222 1.484a.75.75 0 0 1-1.233-.855c.43-.62.905-1.2 1.394-1.69c4.666-4.665 12.23-4.665 16.897 0m-7.388 8.16A1.5 1.5 0 0 1 12 19v-3c.384 0 .767.146 1.06.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 1 0-2 0m2 5a1 1 0 1 0-2 0a1 1 0 0 0 2 0"/></svg> </template>
CSS
.icon-wifi-lock-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.745%2010.75a8.3%208.3%200%200%201%201.491%202.07a.75.75%200%201%201-1.335.683a6.8%206.8%200%200%200-1.217-1.692a6.565%206.565%200%200%200-7.63-1.203a3.5%203.5%200%200%200-1.407-.916a8.065%208.065%200%200%201%2010.097%201.059m-2.102%203.07a5.2%205.2%200%200%201%201.072%201.582a.75.75%200%201%201-1.374.602a3.7%203.7%200%200%200-.76-1.124a3.59%203.59%200%200%200-3.173-.996A2.5%202.5%200%200%200%2010%2013.05V13q0-.123-.008-.242a5.09%205.09%200%200%201%205.65%201.061m4.805-5.541c.509.509.99%201.09%201.408%201.697a.75.75%200%201%201-1.235.852a11%2011%200%200%200-1.234-1.489c-4.08-4.08-10.695-4.08-14.775%200c-.422.422-.84.934-1.222%201.484a.75.75%200%200%201-1.233-.855c.43-.62.905-1.2%201.394-1.69c4.666-4.665%2012.23-4.665%2016.897%200m-7.388%208.16A1.5%201.5%200%200%201%2012%2019v-3c.384%200%20.767.146%201.06.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%201%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.745%2010.75a8.3%208.3%200%200%201%201.491%202.07a.75.75%200%201%201-1.335.683a6.8%206.8%200%200%200-1.217-1.692a6.565%206.565%200%200%200-7.63-1.203a3.5%203.5%200%200%200-1.407-.916a8.065%208.065%200%200%201%2010.097%201.059m-2.102%203.07a5.2%205.2%200%200%201%201.072%201.582a.75.75%200%201%201-1.374.602a3.7%203.7%200%200%200-.76-1.124a3.59%203.59%200%200%200-3.173-.996A2.5%202.5%200%200%200%2010%2013.05V13q0-.123-.008-.242a5.09%205.09%200%200%201%205.65%201.061m4.805-5.541c.509.509.99%201.09%201.408%201.697a.75.75%200%201%201-1.235.852a11%2011%200%200%200-1.234-1.489c-4.08-4.08-10.695-4.08-14.775%200c-.422.422-.84.934-1.222%201.484a.75.75%200%200%201-1.233-.855c.43-.62.905-1.2%201.394-1.69c4.666-4.665%2012.23-4.665%2016.897%200m-7.388%208.16A1.5%201.5%200%200%201%2012%2019v-3c.384%200%20.767.146%201.06.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%201%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-regular.svg?color=%231a73e8&size=48