wifi lock icon
wifi-lock-outline-rounded from Material Symbols Light by Google · Outline Rounded · Android · Apache-2.0 Free for personal and commercial use.
- Name
- wifi-lock-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More android icons from Material Symbols Light
1x-mobiledata1x-mobiledata-badge3g-mobiledata3g-mobiledata-badge4g-mobiledata4g-mobiledata-badge4g-plus-mobiledata5g5g-mobiledata-badgeadbairplanemode-inactiveandroidandroid-cell-4-barandroid-cell-4-bar-alertandroid-cell-4-bar-offandroid-cell-4-bar-plusandroid-cell-5-barandroid-cell-5-bar-alertandroid-cell-5-bar-offandroid-cell-5-bar-plusandroid-cell-dual-4-barandroid-cell-dual-4-bar-alertandroid-cell-dual-4-bar-plusandroid-cell-dual-5-bar
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="M16.39 19.577q-.392 0-.66-.265q-.268-.266-.268-.658v-2.697q0-.382.265-.65t.658-.268h.096v-1q0-.748.51-1.26q.511-.51 1.259-.51t1.259.51t.51 1.26v1h.097q.375 0 .63.265q.254.265.254.658v2.696q0 .383-.265.65q-.265.269-.657.269zm.86-4.539h2v-1q0-.425-.288-.712t-.712-.288t-.712.288t-.288.712zM11.997 5q2.463 0 4.773.715q2.31.714 4.312 2.107q.318.222.488.536q.171.314.194.659t-.102.68t-.416.628l-.578.591q-.155.142-.356.154t-.366-.153t-.165-.357q0-.19.165-.356l.635-.635q.211-.211.182-.51q-.029-.297-.279-.451q-1.878-1.289-4.04-1.949Q14.283 6 12 6t-4.444.66t-4.04 1.948q-.25.153-.28.451q-.028.299.183.51l8.139 8.139q.173.173.442.173t.442-.173l.68-.68q.145-.145.346-.155t.366.156q.166.165.166.357t-.165.356l-.699.699q-.242.242-.54.353q-.298.112-.596.112t-.596-.112t-.54-.353l-8.116-8.116q-.267-.267-.391-.609t-.1-.693t.191-.663t.458-.533q2.007-1.398 4.318-2.113Q9.534 5 11.997 5M12 11.979"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightWifiLockOutlineRounded(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="M16.39 19.577q-.392 0-.66-.265q-.268-.266-.268-.658v-2.697q0-.382.265-.65t.658-.268h.096v-1q0-.748.51-1.26q.511-.51 1.259-.51t1.259.51t.51 1.26v1h.097q.375 0 .63.265q.254.265.254.658v2.696q0 .383-.265.65q-.265.269-.657.269zm.86-4.539h2v-1q0-.425-.288-.712t-.712-.288t-.712.288t-.288.712zM11.997 5q2.463 0 4.773.715q2.31.714 4.312 2.107q.318.222.488.536q.171.314.194.659t-.102.68t-.416.628l-.578.591q-.155.142-.356.154t-.366-.153t-.165-.357q0-.19.165-.356l.635-.635q.211-.211.182-.51q-.029-.297-.279-.451q-1.878-1.289-4.04-1.949Q14.283 6 12 6t-4.444.66t-4.04 1.948q-.25.153-.28.451q-.028.299.183.51l8.139 8.139q.173.173.442.173t.442-.173l.68-.68q.145-.145.346-.155t.366.156q.166.165.166.357t-.165.356l-.699.699q-.242.242-.54.353q-.298.112-.596.112t-.596-.112t-.54-.353l-8.116-8.116q-.267-.267-.391-.609t-.1-.693t.191-.663t.458-.533q2.007-1.398 4.318-2.113Q9.534 5 11.997 5M12 11.979"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.39 19.577q-.392 0-.66-.265q-.268-.266-.268-.658v-2.697q0-.382.265-.65t.658-.268h.096v-1q0-.748.51-1.26q.511-.51 1.259-.51t1.259.51t.51 1.26v1h.097q.375 0 .63.265q.254.265.254.658v2.696q0 .383-.265.65q-.265.269-.657.269zm.86-4.539h2v-1q0-.425-.288-.712t-.712-.288t-.712.288t-.288.712zM11.997 5q2.463 0 4.773.715q2.31.714 4.312 2.107q.318.222.488.536q.171.314.194.659t-.102.68t-.416.628l-.578.591q-.155.142-.356.154t-.366-.153t-.165-.357q0-.19.165-.356l.635-.635q.211-.211.182-.51q-.029-.297-.279-.451q-1.878-1.289-4.04-1.949Q14.283 6 12 6t-4.444.66t-4.04 1.948q-.25.153-.28.451q-.028.299.183.51l8.139 8.139q.173.173.442.173t.442-.173l.68-.68q.145-.145.346-.155t.366.156q.166.165.166.357t-.165.356l-.699.699q-.242.242-.54.353q-.298.112-.596.112t-.596-.112t-.54-.353l-8.116-8.116q-.267-.267-.391-.609t-.1-.693t.191-.663t.458-.533q2.007-1.398 4.318-2.113Q9.534 5 11.997 5M12 11.979"/></svg> </template>
CSS
.icon-wifi-lock-outline-rounded {
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%22M16.39%2019.577q-.392%200-.66-.265q-.268-.266-.268-.658v-2.697q0-.382.265-.65t.658-.268h.096v-1q0-.748.51-1.26q.511-.51%201.259-.51t1.259.51t.51%201.26v1h.097q.375%200%20.63.265q.254.265.254.658v2.696q0%20.383-.265.65q-.265.269-.657.269zm.86-4.539h2v-1q0-.425-.288-.712t-.712-.288t-.712.288t-.288.712zM11.997%205q2.463%200%204.773.715q2.31.714%204.312%202.107q.318.222.488.536q.171.314.194.659t-.102.68t-.416.628l-.578.591q-.155.142-.356.154t-.366-.153t-.165-.357q0-.19.165-.356l.635-.635q.211-.211.182-.51q-.029-.297-.279-.451q-1.878-1.289-4.04-1.949Q14.283%206%2012%206t-4.444.66t-4.04%201.948q-.25.153-.28.451q-.028.299.183.51l8.139%208.139q.173.173.442.173t.442-.173l.68-.68q.145-.145.346-.155t.366.156q.166.165.166.357t-.165.356l-.699.699q-.242.242-.54.353q-.298.112-.596.112t-.596-.112t-.54-.353l-8.116-8.116q-.267-.267-.391-.609t-.1-.693t.191-.663t.458-.533q2.007-1.398%204.318-2.113Q9.534%205%2011.997%205M12%2011.979%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%22M16.39%2019.577q-.392%200-.66-.265q-.268-.266-.268-.658v-2.697q0-.382.265-.65t.658-.268h.096v-1q0-.748.51-1.26q.511-.51%201.259-.51t1.259.51t.51%201.26v1h.097q.375%200%20.63.265q.254.265.254.658v2.696q0%20.383-.265.65q-.265.269-.657.269zm.86-4.539h2v-1q0-.425-.288-.712t-.712-.288t-.712.288t-.288.712zM11.997%205q2.463%200%204.773.715q2.31.714%204.312%202.107q.318.222.488.536q.171.314.194.659t-.102.68t-.416.628l-.578.591q-.155.142-.356.154t-.366-.153t-.165-.357q0-.19.165-.356l.635-.635q.211-.211.182-.51q-.029-.297-.279-.451q-1.878-1.289-4.04-1.949Q14.283%206%2012%206t-4.444.66t-4.04%201.948q-.25.153-.28.451q-.028.299.183.51l8.139%208.139q.173.173.442.173t.442-.173l.68-.68q.145-.145.346-.155t.366.156q.166.165.166.357t-.165.356l-.699.699q-.242.242-.54.353q-.298.112-.596.112t-.596-.112t-.54-.353l-8.116-8.116q-.267-.267-.391-.609t-.1-.693t.191-.663t.458-.533q2.007-1.398%204.318-2.113Q9.534%205%2011.997%205M12%2011.979%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/wifi-lock-outline-rounded.svg?color=%231a73e8&size=48