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

Name
vpn-key-rounded
Set
Material Symbols Light
Style
Rounded
Category
Privacy
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More privacy icons from Material Symbols Light

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.68h8.927q.508 0 .87.36T22 12q0 .535-.365.883q-.366.348-.866.348h-1.115v2.154q0 .507-.362.869q-.361.361-.869.361t-.87-.361q-.36-.362-.36-.87v-2.153h-5.35q-.409 1.59-1.71 2.68Q8.834 17 7 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 MaterialSymbolsLightVpnKeyRounded(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.68h8.927q.508 0 .87.36T22 12q0 .535-.365.883q-.366.348-.866.348h-1.115v2.154q0 .507-.362.869q-.361.361-.869.361t-.87-.361q-.36-.362-.36-.87v-2.153h-5.35q-.409 1.59-1.71 2.68Q8.834 17 7 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.68h8.927q.508 0 .87.36T22 12q0 .535-.365.883q-.366.348-.866.348h-1.115v2.154q0 .507-.362.869q-.361.361-.869.361t-.87-.361q-.36-.362-.36-.87v-2.153h-5.35q-.409 1.59-1.71 2.68Q8.834 17 7 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-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%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.68h8.927q.508%200%20.87.36T22%2012q0%20.535-.365.883q-.366.348-.866.348h-1.115v2.154q0%20.507-.362.869q-.361.361-.869.361t-.87-.361q-.36-.362-.36-.87v-2.153h-5.35q-.409%201.59-1.71%202.68Q8.834%2017%207%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.68h8.927q.508%200%20.87.36T22%2012q0%20.535-.365.883q-.366.348-.866.348h-1.115v2.154q0%20.507-.362.869q-.361.361-.869.361t-.87-.361q-.36-.362-.36-.87v-2.153h-5.35q-.409%201.59-1.71%202.68Q8.834%2017%207%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-rounded.svg?color=%231a73e8&size=48