wifi lock icon
wifi-lock from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- wifi-lock
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
wifi-01wifi-02wifi-circlewifi-cogwifi-connected-01wifi-connected-02wifi-connected-03wifi-disconnected-01wifi-disconnected-02wifi-disconnected-03wifi-disconnected-04wifi-error-01wifi-error-02wifi-full-signalwifi-highwifi-locationwifi-lowwifi-low-signalwifi-medium-signalwifi-no-signalwifi-off-01wifi-off-02wifi-penwifi-square
Use the wifi lock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8.5 15.5c1.268-1.268 2.938-1.732 4.5-1.392M5.5 12c3.173-3.15 6.622-3.833 10-1.985M2 8c6.316-5.333 13.684-5.333 20 0"/><path fill="currentColor" d="m16.08 20.857l-.304.686zm-.947-1.014l-.7.27zm6.734 0l.7.27zm-.947 1.014l.304.686zm0-5.34l.304-.685zm.947 1.015l.7-.27zm-5.787-1.014l-.304-.686zm-.947 1.014l-.7-.27zM16 15.375a.75.75 0 0 0 1.5 0zm3.5 0a.75.75 0 0 0 1.5 0zm-1.875.75h1.75v-1.5h-1.75zm1.75 4.125h-1.75v1.5h1.75zm-1.75 0c-.419 0-.692 0-.903-.016c-.202-.015-.288-.04-.338-.062l-.608 1.37c.272.122.551.167.837.188c.277.02.615.02 1.012.02zm-3.375-2.062c0 .427 0 .782.018 1.073c.02.297.06.578.166.852l1.399-.54c-.028-.072-.053-.18-.068-.407a17 17 0 0 1-.015-.979zm2.134 1.984a1.07 1.07 0 0 1-.551-.6l-1.4.541a2.57 2.57 0 0 0 1.343 1.43zm4.866-1.985c0 .447 0 .747-.015.979c-.014.226-.04.335-.068.406l1.4.541c.105-.274.146-.555.165-.852c.018-.29.018-.646.018-1.073zm-1.875 3.563c.397 0 .735 0 1.012-.02c.286-.02.565-.066.837-.187l-.608-1.371c-.05.022-.136.047-.338.062c-.21.015-.484.016-.903.016zm1.792-2.178c-.11.285-.314.494-.552.6l.609 1.37a2.57 2.57 0 0 0 1.342-1.429zm-1.792-3.447c.419 0 .692 0 .903.016c.202.015.288.04.338.062l.608-1.37a2.5 2.5 0 0 0-.837-.188c-.277-.02-.615-.02-1.012-.02zm3.375 2.063c0-.428 0-.783-.018-1.074a2.8 2.8 0 0 0-.166-.852l-1.399.54c.028.072.053.18.068.407c.015.232.015.532.015.979zm-2.134-1.985c.237.106.441.315.551.6l1.4-.541a2.57 2.57 0 0 0-1.343-1.43zm-2.991-1.578c-.397 0-.735 0-1.012.02c-.286.02-.565.066-.837.187l.608 1.371c.05-.022.136-.047.338-.062c.21-.015.484-.016.903-.016zm-1.875 3.563c0-.447 0-.747.015-.979c.014-.226.04-.335.068-.406l-1.4-.541a2.8 2.8 0 0 0-.165.852c-.018.29-.018.646-.018 1.073zm.026-3.356a2.57 2.57 0 0 0-1.342 1.43l1.399.54a1.07 1.07 0 0 1 .551-.599zm1.724.543v-1.687H16v1.687zm2-1.687v1.687H21v-1.687zm-1-.938c.578 0 1 .445 1 .938H21c0-1.372-1.145-2.438-2.5-2.438zm-1 .938c0-.493.422-.938 1-.938v-1.5c-1.355 0-2.5 1.066-2.5 2.438z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsWifiLock(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 stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M8.5 15.5c1.268-1.268 2.938-1.732 4.5-1.392M5.5 12c3.173-3.15 6.622-3.833 10-1.985M2 8c6.316-5.333 13.684-5.333 20 0"/><path fill="currentColor" d="m16.08 20.857l-.304.686zm-.947-1.014l-.7.27zm6.734 0l.7.27zm-.947 1.014l.304.686zm0-5.34l.304-.685zm.947 1.015l.7-.27zm-5.787-1.014l-.304-.686zm-.947 1.014l-.7-.27zM16 15.375a.75.75 0 0 0 1.5 0zm3.5 0a.75.75 0 0 0 1.5 0zm-1.875.75h1.75v-1.5h-1.75zm1.75 4.125h-1.75v1.5h1.75zm-1.75 0c-.419 0-.692 0-.903-.016c-.202-.015-.288-.04-.338-.062l-.608 1.37c.272.122.551.167.837.188c.277.02.615.02 1.012.02zm-3.375-2.062c0 .427 0 .782.018 1.073c.02.297.06.578.166.852l1.399-.54c-.028-.072-.053-.18-.068-.407a17 17 0 0 1-.015-.979zm2.134 1.984a1.07 1.07 0 0 1-.551-.6l-1.4.541a2.57 2.57 0 0 0 1.343 1.43zm4.866-1.985c0 .447 0 .747-.015.979c-.014.226-.04.335-.068.406l1.4.541c.105-.274.146-.555.165-.852c.018-.29.018-.646.018-1.073zm-1.875 3.563c.397 0 .735 0 1.012-.02c.286-.02.565-.066.837-.187l-.608-1.371c-.05.022-.136.047-.338.062c-.21.015-.484.016-.903.016zm1.792-2.178c-.11.285-.314.494-.552.6l.609 1.37a2.57 2.57 0 0 0 1.342-1.429zm-1.792-3.447c.419 0 .692 0 .903.016c.202.015.288.04.338.062l.608-1.37a2.5 2.5 0 0 0-.837-.188c-.277-.02-.615-.02-1.012-.02zm3.375 2.063c0-.428 0-.783-.018-1.074a2.8 2.8 0 0 0-.166-.852l-1.399.54c.028.072.053.18.068.407c.015.232.015.532.015.979zm-2.134-1.985c.237.106.441.315.551.6l1.4-.541a2.57 2.57 0 0 0-1.343-1.43zm-2.991-1.578c-.397 0-.735 0-1.012.02c-.286.02-.565.066-.837.187l.608 1.371c.05-.022.136-.047.338-.062c.21-.015.484-.016.903-.016zm-1.875 3.563c0-.447 0-.747.015-.979c.014-.226.04-.335.068-.406l-1.4-.541a2.8 2.8 0 0 0-.165.852c-.018.29-.018.646-.018 1.073zm.026-3.356a2.57 2.57 0 0 0-1.342 1.43l1.399.54a1.07 1.07 0 0 1 .551-.599zm1.724.543v-1.687H16v1.687zm2-1.687v1.687H21v-1.687zm-1-.938c.578 0 1 .445 1 .938H21c0-1.372-1.145-2.438-2.5-2.438zm-1 .938c0-.493.422-.938 1-.938v-1.5c-1.355 0-2.5 1.066-2.5 2.438z"/></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 stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8.5 15.5c1.268-1.268 2.938-1.732 4.5-1.392M5.5 12c3.173-3.15 6.622-3.833 10-1.985M2 8c6.316-5.333 13.684-5.333 20 0"/><path fill="currentColor" d="m16.08 20.857l-.304.686zm-.947-1.014l-.7.27zm6.734 0l.7.27zm-.947 1.014l.304.686zm0-5.34l.304-.685zm.947 1.015l.7-.27zm-5.787-1.014l-.304-.686zm-.947 1.014l-.7-.27zM16 15.375a.75.75 0 0 0 1.5 0zm3.5 0a.75.75 0 0 0 1.5 0zm-1.875.75h1.75v-1.5h-1.75zm1.75 4.125h-1.75v1.5h1.75zm-1.75 0c-.419 0-.692 0-.903-.016c-.202-.015-.288-.04-.338-.062l-.608 1.37c.272.122.551.167.837.188c.277.02.615.02 1.012.02zm-3.375-2.062c0 .427 0 .782.018 1.073c.02.297.06.578.166.852l1.399-.54c-.028-.072-.053-.18-.068-.407a17 17 0 0 1-.015-.979zm2.134 1.984a1.07 1.07 0 0 1-.551-.6l-1.4.541a2.57 2.57 0 0 0 1.343 1.43zm4.866-1.985c0 .447 0 .747-.015.979c-.014.226-.04.335-.068.406l1.4.541c.105-.274.146-.555.165-.852c.018-.29.018-.646.018-1.073zm-1.875 3.563c.397 0 .735 0 1.012-.02c.286-.02.565-.066.837-.187l-.608-1.371c-.05.022-.136.047-.338.062c-.21.015-.484.016-.903.016zm1.792-2.178c-.11.285-.314.494-.552.6l.609 1.37a2.57 2.57 0 0 0 1.342-1.429zm-1.792-3.447c.419 0 .692 0 .903.016c.202.015.288.04.338.062l.608-1.37a2.5 2.5 0 0 0-.837-.188c-.277-.02-.615-.02-1.012-.02zm3.375 2.063c0-.428 0-.783-.018-1.074a2.8 2.8 0 0 0-.166-.852l-1.399.54c.028.072.053.18.068.407c.015.232.015.532.015.979zm-2.134-1.985c.237.106.441.315.551.6l1.4-.541a2.57 2.57 0 0 0-1.343-1.43zm-2.991-1.578c-.397 0-.735 0-1.012.02c-.286.02-.565.066-.837.187l.608 1.371c.05-.022.136-.047.338-.062c.21-.015.484-.016.903-.016zm-1.875 3.563c0-.447 0-.747.015-.979c.014-.226.04-.335.068-.406l-1.4-.541a2.8 2.8 0 0 0-.165.852c-.018.29-.018.646-.018 1.073zm.026-3.356a2.57 2.57 0 0 0-1.342 1.43l1.399.54a1.07 1.07 0 0 1 .551-.599zm1.724.543v-1.687H16v1.687zm2-1.687v1.687H21v-1.687zm-1-.938c.578 0 1 .445 1 .938H21c0-1.372-1.145-2.438-2.5-2.438zm-1 .938c0-.493.422-.938 1-.938v-1.5c-1.355 0-2.5 1.066-2.5 2.438z"/></g></svg> </template>
CSS
.icon-wifi-lock {
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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8.5%2015.5c1.268-1.268%202.938-1.732%204.5-1.392M5.5%2012c3.173-3.15%206.622-3.833%2010-1.985M2%208c6.316-5.333%2013.684-5.333%2020%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.08%2020.857l-.304.686zm-.947-1.014l-.7.27zm6.734%200l.7.27zm-.947%201.014l.304.686zm0-5.34l.304-.685zm.947%201.015l.7-.27zm-5.787-1.014l-.304-.686zm-.947%201.014l-.7-.27zM16%2015.375a.75.75%200%200%200%201.5%200zm3.5%200a.75.75%200%200%200%201.5%200zm-1.875.75h1.75v-1.5h-1.75zm1.75%204.125h-1.75v1.5h1.75zm-1.75%200c-.419%200-.692%200-.903-.016c-.202-.015-.288-.04-.338-.062l-.608%201.37c.272.122.551.167.837.188c.277.02.615.02%201.012.02zm-3.375-2.062c0%20.427%200%20.782.018%201.073c.02.297.06.578.166.852l1.399-.54c-.028-.072-.053-.18-.068-.407a17%2017%200%200%201-.015-.979zm2.134%201.984a1.07%201.07%200%200%201-.551-.6l-1.4.541a2.57%202.57%200%200%200%201.343%201.43zm4.866-1.985c0%20.447%200%20.747-.015.979c-.014.226-.04.335-.068.406l1.4.541c.105-.274.146-.555.165-.852c.018-.29.018-.646.018-1.073zm-1.875%203.563c.397%200%20.735%200%201.012-.02c.286-.02.565-.066.837-.187l-.608-1.371c-.05.022-.136.047-.338.062c-.21.015-.484.016-.903.016zm1.792-2.178c-.11.285-.314.494-.552.6l.609%201.37a2.57%202.57%200%200%200%201.342-1.429zm-1.792-3.447c.419%200%20.692%200%20.903.016c.202.015.288.04.338.062l.608-1.37a2.5%202.5%200%200%200-.837-.188c-.277-.02-.615-.02-1.012-.02zm3.375%202.063c0-.428%200-.783-.018-1.074a2.8%202.8%200%200%200-.166-.852l-1.399.54c.028.072.053.18.068.407c.015.232.015.532.015.979zm-2.134-1.985c.237.106.441.315.551.6l1.4-.541a2.57%202.57%200%200%200-1.343-1.43zm-2.991-1.578c-.397%200-.735%200-1.012.02c-.286.02-.565.066-.837.187l.608%201.371c.05-.022.136-.047.338-.062c.21-.015.484-.016.903-.016zm-1.875%203.563c0-.447%200-.747.015-.979c.014-.226.04-.335.068-.406l-1.4-.541a2.8%202.8%200%200%200-.165.852c-.018.29-.018.646-.018%201.073zm.026-3.356a2.57%202.57%200%200%200-1.342%201.43l1.399.54a1.07%201.07%200%200%201%20.551-.599zm1.724.543v-1.687H16v1.687zm2-1.687v1.687H21v-1.687zm-1-.938c.578%200%201%20.445%201%20.938H21c0-1.372-1.145-2.438-2.5-2.438zm-1%20.938c0-.493.422-.938%201-.938v-1.5c-1.355%200-2.5%201.066-2.5%202.438z%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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8.5%2015.5c1.268-1.268%202.938-1.732%204.5-1.392M5.5%2012c3.173-3.15%206.622-3.833%2010-1.985M2%208c6.316-5.333%2013.684-5.333%2020%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.08%2020.857l-.304.686zm-.947-1.014l-.7.27zm6.734%200l.7.27zm-.947%201.014l.304.686zm0-5.34l.304-.685zm.947%201.015l.7-.27zm-5.787-1.014l-.304-.686zm-.947%201.014l-.7-.27zM16%2015.375a.75.75%200%200%200%201.5%200zm3.5%200a.75.75%200%200%200%201.5%200zm-1.875.75h1.75v-1.5h-1.75zm1.75%204.125h-1.75v1.5h1.75zm-1.75%200c-.419%200-.692%200-.903-.016c-.202-.015-.288-.04-.338-.062l-.608%201.37c.272.122.551.167.837.188c.277.02.615.02%201.012.02zm-3.375-2.062c0%20.427%200%20.782.018%201.073c.02.297.06.578.166.852l1.399-.54c-.028-.072-.053-.18-.068-.407a17%2017%200%200%201-.015-.979zm2.134%201.984a1.07%201.07%200%200%201-.551-.6l-1.4.541a2.57%202.57%200%200%200%201.343%201.43zm4.866-1.985c0%20.447%200%20.747-.015.979c-.014.226-.04.335-.068.406l1.4.541c.105-.274.146-.555.165-.852c.018-.29.018-.646.018-1.073zm-1.875%203.563c.397%200%20.735%200%201.012-.02c.286-.02.565-.066.837-.187l-.608-1.371c-.05.022-.136.047-.338.062c-.21.015-.484.016-.903.016zm1.792-2.178c-.11.285-.314.494-.552.6l.609%201.37a2.57%202.57%200%200%200%201.342-1.429zm-1.792-3.447c.419%200%20.692%200%20.903.016c.202.015.288.04.338.062l.608-1.37a2.5%202.5%200%200%200-.837-.188c-.277-.02-.615-.02-1.012-.02zm3.375%202.063c0-.428%200-.783-.018-1.074a2.8%202.8%200%200%200-.166-.852l-1.399.54c.028.072.053.18.068.407c.015.232.015.532.015.979zm-2.134-1.985c.237.106.441.315.551.6l1.4-.541a2.57%202.57%200%200%200-1.343-1.43zm-2.991-1.578c-.397%200-.735%200-1.012.02c-.286.02-.565.066-.837.187l.608%201.371c.05-.022.136-.047.338-.062c.21-.015.484-.016.903-.016zm-1.875%203.563c0-.447%200-.747.015-.979c.014-.226.04-.335.068-.406l-1.4-.541a2.8%202.8%200%200%200-.165.852c-.018.29-.018.646-.018%201.073zm.026-3.356a2.57%202.57%200%200%200-1.342%201.43l1.399.54a1.07%201.07%200%200%201%20.551-.599zm1.724.543v-1.687H16v1.687zm2-1.687v1.687H21v-1.687zm-1-.938c.578%200%201%20.445%201%20.938H21c0-1.372-1.145-2.438-2.5-2.438zm-1%20.938c0-.493.422-.938%201-.938v-1.5c-1.355%200-2.5%201.066-2.5%202.438z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/wifi-lock.svg?color=%231a73e8&size=48