vpn-key from Material Symbols by Google · Regular · Privacy · Apache-2.0 Free for personal and commercial use.

Name
vpn-key
Set
Material Symbols
Style
Regular
Category
Privacy
Viewbox
24×24
License
Apache 2.0
Aliases
vpn-key-sharp

3 other variants in Material Symbols

The same icon in other sets

More privacy icons from Material Symbols

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 18q-2.5 0-4.25-1.75T1 12t1.75-4.25T7 6q2.025 0 3.538 1.138T12.65 10H23v4h-2v4h-4v-4h-4.35q-.6 1.725-2.113 2.863T7 18m0-4q.825 0 1.413-.587T9 12t-.587-1.412T7 10t-1.412.588T5 12t.588 1.413T7 14"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsVpnKey(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 18q-2.5 0-4.25-1.75T1 12t1.75-4.25T7 6q2.025 0 3.538 1.138T12.65 10H23v4h-2v4h-4v-4h-4.35q-.6 1.725-2.113 2.863T7 18m0-4q.825 0 1.413-.587T9 12t-.587-1.412T7 10t-1.412.588T5 12t.588 1.413T7 14"/></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 18q-2.5 0-4.25-1.75T1 12t1.75-4.25T7 6q2.025 0 3.538 1.138T12.65 10H23v4h-2v4h-4v-4h-4.35q-.6 1.725-2.113 2.863T7 18m0-4q.825 0 1.413-.587T9 12t-.587-1.412T7 10t-1.412.588T5 12t.588 1.413T7 14"/></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%2018q-2.5%200-4.25-1.75T1%2012t1.75-4.25T7%206q2.025%200%203.538%201.138T12.65%2010H23v4h-2v4h-4v-4h-4.35q-.6%201.725-2.113%202.863T7%2018m0-4q.825%200%201.413-.587T9%2012t-.587-1.412T7%2010t-1.412.588T5%2012t.588%201.413T7%2014%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%2018q-2.5%200-4.25-1.75T1%2012t1.75-4.25T7%206q2.025%200%203.538%201.138T12.65%2010H23v4h-2v4h-4v-4h-4.35q-.6%201.725-2.113%202.863T7%2018m0-4q.825%200%201.413-.587T9%2012t-.587-1.412T7%2010t-1.412.588T5%2012t.588%201.413T7%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/vpn-key.svg?color=%231a73e8&size=48