wifi password icon
wifi-password-rounded from Material Symbols Light by Google · Rounded · Privacy · Apache-2.0 Free for personal and commercial use.
- Name
- wifi-password-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Privacy
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- wifi-password-outline-rounded
2 other variants in Material Symbols Light
The same icon in other sets
More privacy icons from Material Symbols Light
add-moderatoradmin-panel-settingsassured-workloadbadgedisabled-visiblee911-emergencyencryptedencrypted-addencrypted-add-circleencrypted-minus-circleencrypted-offenhanced-encryptionexclamationid-cardid-card-2identity-aware-proxykey-visualizermobile-theftno-encryptionpasskeyperson-shieldpolicypolicy-alertprivacy-tip
Use the wifi password icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.154 23.73q-.368 0-.645-.277q-.278-.278-.278-.645v-2.692q0-.368.278-.646q.277-.278.645-.278h.096v-1q0-.748.51-1.258q.511-.511 1.26-.511t1.258.51t.51 1.26v1h.096q.368 0 .626.277q.26.278.26.646v2.692q0 .367-.279.645q-.277.278-.645.278zm.865-4.538h2v-1q0-.425-.287-.712t-.713-.288t-.712.288t-.288.712zm-9.111.785q-.446-.446-.446-1.092t.446-1.093T12 17.346t1.092.446t.446 1.092t-.446 1.093t-1.092.446t-1.092-.446m4.405-7.838q1.552.6 2.793 1.669q.25.202.262.507q.013.304-.206.524q-.214.213-.521.206t-.558-.203q-1.027-.861-2.331-1.352Q13.448 13 12 13t-2.752.49t-2.33 1.352q-.25.196-.559.2q-.307.004-.52-.21q-.214-.219-.205-.523t.26-.507q1.24-1.07 2.794-1.666q1.552-.597 3.312-.597t3.313.6m2.363-5.547q2.628 1.054 4.674 2.93q.25.212.266.53q.015.317-.204.537q-.233.232-.55.196q-.318-.035-.587-.262q-1.858-1.667-4.23-2.595T12 7t-5.045.928t-4.23 2.595q-.27.227-.586.263q-.318.035-.55-.197q-.22-.22-.204-.537q.015-.317.265-.53q2.046-1.876 4.674-2.93Q8.952 5.54 12 5.54t5.676 1.053"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightWifiPasswordRounded(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="M19.154 23.73q-.368 0-.645-.277q-.278-.278-.278-.645v-2.692q0-.368.278-.646q.277-.278.645-.278h.096v-1q0-.748.51-1.258q.511-.511 1.26-.511t1.258.51t.51 1.26v1h.096q.368 0 .626.277q.26.278.26.646v2.692q0 .367-.279.645q-.277.278-.645.278zm.865-4.538h2v-1q0-.425-.287-.712t-.713-.288t-.712.288t-.288.712zm-9.111.785q-.446-.446-.446-1.092t.446-1.093T12 17.346t1.092.446t.446 1.092t-.446 1.093t-1.092.446t-1.092-.446m4.405-7.838q1.552.6 2.793 1.669q.25.202.262.507q.013.304-.206.524q-.214.213-.521.206t-.558-.203q-1.027-.861-2.331-1.352Q13.448 13 12 13t-2.752.49t-2.33 1.352q-.25.196-.559.2q-.307.004-.52-.21q-.214-.219-.205-.523t.26-.507q1.24-1.07 2.794-1.666q1.552-.597 3.312-.597t3.313.6m2.363-5.547q2.628 1.054 4.674 2.93q.25.212.266.53q.015.317-.204.537q-.233.232-.55.196q-.318-.035-.587-.262q-1.858-1.667-4.23-2.595T12 7t-5.045.928t-4.23 2.595q-.27.227-.586.263q-.318.035-.55-.197q-.22-.22-.204-.537q.015-.317.265-.53q2.046-1.876 4.674-2.93Q8.952 5.54 12 5.54t5.676 1.053"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.154 23.73q-.368 0-.645-.277q-.278-.278-.278-.645v-2.692q0-.368.278-.646q.277-.278.645-.278h.096v-1q0-.748.51-1.258q.511-.511 1.26-.511t1.258.51t.51 1.26v1h.096q.368 0 .626.277q.26.278.26.646v2.692q0 .367-.279.645q-.277.278-.645.278zm.865-4.538h2v-1q0-.425-.287-.712t-.713-.288t-.712.288t-.288.712zm-9.111.785q-.446-.446-.446-1.092t.446-1.093T12 17.346t1.092.446t.446 1.092t-.446 1.093t-1.092.446t-1.092-.446m4.405-7.838q1.552.6 2.793 1.669q.25.202.262.507q.013.304-.206.524q-.214.213-.521.206t-.558-.203q-1.027-.861-2.331-1.352Q13.448 13 12 13t-2.752.49t-2.33 1.352q-.25.196-.559.2q-.307.004-.52-.21q-.214-.219-.205-.523t.26-.507q1.24-1.07 2.794-1.666q1.552-.597 3.312-.597t3.313.6m2.363-5.547q2.628 1.054 4.674 2.93q.25.212.266.53q.015.317-.204.537q-.233.232-.55.196q-.318-.035-.587-.262q-1.858-1.667-4.23-2.595T12 7t-5.045.928t-4.23 2.595q-.27.227-.586.263q-.318.035-.55-.197q-.22-.22-.204-.537q.015-.317.265-.53q2.046-1.876 4.674-2.93Q8.952 5.54 12 5.54t5.676 1.053"/></svg> </template>
CSS
.icon-wifi-password-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%22M19.154%2023.73q-.368%200-.645-.277q-.278-.278-.278-.645v-2.692q0-.368.278-.646q.277-.278.645-.278h.096v-1q0-.748.51-1.258q.511-.511%201.26-.511t1.258.51t.51%201.26v1h.096q.368%200%20.626.277q.26.278.26.646v2.692q0%20.367-.279.645q-.277.278-.645.278zm.865-4.538h2v-1q0-.425-.287-.712t-.713-.288t-.712.288t-.288.712zm-9.111.785q-.446-.446-.446-1.092t.446-1.093T12%2017.346t1.092.446t.446%201.092t-.446%201.093t-1.092.446t-1.092-.446m4.405-7.838q1.552.6%202.793%201.669q.25.202.262.507q.013.304-.206.524q-.214.213-.521.206t-.558-.203q-1.027-.861-2.331-1.352Q13.448%2013%2012%2013t-2.752.49t-2.33%201.352q-.25.196-.559.2q-.307.004-.52-.21q-.214-.219-.205-.523t.26-.507q1.24-1.07%202.794-1.666q1.552-.597%203.312-.597t3.313.6m2.363-5.547q2.628%201.054%204.674%202.93q.25.212.266.53q.015.317-.204.537q-.233.232-.55.196q-.318-.035-.587-.262q-1.858-1.667-4.23-2.595T12%207t-5.045.928t-4.23%202.595q-.27.227-.586.263q-.318.035-.55-.197q-.22-.22-.204-.537q.015-.317.265-.53q2.046-1.876%204.674-2.93Q8.952%205.54%2012%205.54t5.676%201.053%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%22M19.154%2023.73q-.368%200-.645-.277q-.278-.278-.278-.645v-2.692q0-.368.278-.646q.277-.278.645-.278h.096v-1q0-.748.51-1.258q.511-.511%201.26-.511t1.258.51t.51%201.26v1h.096q.368%200%20.626.277q.26.278.26.646v2.692q0%20.367-.279.645q-.277.278-.645.278zm.865-4.538h2v-1q0-.425-.287-.712t-.713-.288t-.712.288t-.288.712zm-9.111.785q-.446-.446-.446-1.092t.446-1.093T12%2017.346t1.092.446t.446%201.092t-.446%201.093t-1.092.446t-1.092-.446m4.405-7.838q1.552.6%202.793%201.669q.25.202.262.507q.013.304-.206.524q-.214.213-.521.206t-.558-.203q-1.027-.861-2.331-1.352Q13.448%2013%2012%2013t-2.752.49t-2.33%201.352q-.25.196-.559.2q-.307.004-.52-.21q-.214-.219-.205-.523t.26-.507q1.24-1.07%202.794-1.666q1.552-.597%203.312-.597t3.313.6m2.363-5.547q2.628%201.054%204.674%202.93q.25.212.266.53q.015.317-.204.537q-.233.232-.55.196q-.318-.035-.587-.262q-1.858-1.667-4.23-2.595T12%207t-5.045.928t-4.23%202.595q-.27.227-.586.263q-.318.035-.55-.197q-.22-.22-.204-.537q.015-.317.265-.53q2.046-1.876%204.674-2.93Q8.952%205.54%2012%205.54t5.676%201.053%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-password-rounded.svg?color=%231a73e8&size=48