vpn key icon
vpn-key from Material Symbols Light by Google · Regular · Privacy · Apache-2.0 Free for personal and commercial use.
- Name
- vpn-key
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Privacy
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- vpn-key-sharp
3 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 vpn key icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 17q-2.083 0-3.542-1.457T2 12.005T3.458 8.46Q4.917 7 7 7q1.833 0 3.134 1.09q1.3 1.089 1.708 2.68H22v2.46h-2.538V17H17v-3.77h-5.158q-.408 1.591-1.708 2.68T7 17m0-3.77q.508 0 .87-.36t.36-.87t-.36-.87t-.87-.36t-.87.36t-.36.87t.36.87t.87.36"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightVpnKey(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="M7 17q-2.083 0-3.542-1.457T2 12.005T3.458 8.46Q4.917 7 7 7q1.833 0 3.134 1.09q1.3 1.089 1.708 2.68H22v2.46h-2.538V17H17v-3.77h-5.158q-.408 1.591-1.708 2.68T7 17m0-3.77q.508 0 .87-.36t.36-.87t-.36-.87t-.87-.36t-.87.36t-.36.87t.36.87t.87.36"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 17q-2.083 0-3.542-1.457T2 12.005T3.458 8.46Q4.917 7 7 7q1.833 0 3.134 1.09q1.3 1.089 1.708 2.68H22v2.46h-2.538V17H17v-3.77h-5.158q-.408 1.591-1.708 2.68T7 17m0-3.77q.508 0 .87-.36t.36-.87t-.36-.87t-.87-.36t-.87.36t-.36.87t.36.87t.87.36"/></svg> </template>
CSS
.icon-vpn-key {
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%22M7%2017q-2.083%200-3.542-1.457T2%2012.005T3.458%208.46Q4.917%207%207%207q1.833%200%203.134%201.09q1.3%201.089%201.708%202.68H22v2.46h-2.538V17H17v-3.77h-5.158q-.408%201.591-1.708%202.68T7%2017m0-3.77q.508%200%20.87-.36t.36-.87t-.36-.87t-.87-.36t-.87.36t-.36.87t.36.87t.87.36%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%22M7%2017q-2.083%200-3.542-1.457T2%2012.005T3.458%208.46Q4.917%207%207%207q1.833%200%203.134%201.09q1.3%201.089%201.708%202.68H22v2.46h-2.538V17H17v-3.77h-5.158q-.408%201.591-1.708%202.68T7%2017m0-3.77q.508%200%20.87-.36t.36-.87t-.36-.87t-.87-.36t-.87.36t-.36.87t.36.87t.87.36%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/vpn-key.svg?color=%231a73e8&size=48