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

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

3 other variants in Material Symbols Light

The same icon in other sets

More privacy icons from Material Symbols Light

Use the vpn key alert icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 13.23q.508 0 .87-.36t.36-.87t-.36-.87t-.87-.36t-.87.36t-.36.87t.36.87t.87.36m13.441 3.79q-.21-.209-.21-.52t.21-.52t.52-.21t.52.21q.211.209.211.52t-.21.52t-.52.21t-.52-.21m.02-2.712V10h1v4.308zM7 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.68h6.389V17H17v-3.77h-5.158q-.408 1.591-1.708 2.68T7 17"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightVpnKeyAlert(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 13.23q.508 0 .87-.36t.36-.87t-.36-.87t-.87-.36t-.87.36t-.36.87t.36.87t.87.36m13.441 3.79q-.21-.209-.21-.52t.21-.52t.52-.21t.52.21q.211.209.211.52t-.21.52t-.52.21t-.52-.21m.02-2.712V10h1v4.308zM7 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.68h6.389V17H17v-3.77h-5.158q-.408 1.591-1.708 2.68T7 17"/></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 13.23q.508 0 .87-.36t.36-.87t-.36-.87t-.87-.36t-.87.36t-.36.87t.36.87t.87.36m13.441 3.79q-.21-.209-.21-.52t.21-.52t.52-.21t.52.21q.211.209.211.52t-.21.52t-.52.21t-.52-.21m.02-2.712V10h1v4.308zM7 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.68h6.389V17H17v-3.77h-5.158q-.408 1.591-1.708 2.68T7 17"/></svg>
</template>

CSS

.icon-vpn-key-alert {
  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%2013.23q.508%200%20.87-.36t.36-.87t-.36-.87t-.87-.36t-.87.36t-.36.87t.36.87t.87.36m13.441%203.79q-.21-.209-.21-.52t.21-.52t.52-.21t.52.21q.211.209.211.52t-.21.52t-.52.21t-.52-.21m.02-2.712V10h1v4.308zM7%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.68h6.389V17H17v-3.77h-5.158q-.408%201.591-1.708%202.68T7%2017%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%2013.23q.508%200%20.87-.36t.36-.87t-.36-.87t-.87-.36t-.87.36t-.36.87t.36.87t.87.36m13.441%203.79q-.21-.209-.21-.52t.21-.52t.52-.21t.52.21q.211.209.211.52t-.21.52t-.52.21t-.52-.21m.02-2.712V10h1v4.308zM7%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.68h6.389V17H17v-3.77h-5.158q-.408%201.591-1.708%202.68T7%2017%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-alert.svg?color=%231a73e8&size=48