Vpn Lock 2 icon

Vpn Lock 2 is a Google Material Symbol from the Privacy category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

vpn_lock_2_outlined_fill0_wght400.svg

Vpn Lock 2 icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=vpn_lock_2" />

<span class="material-symbols-outlined">vpn_lock_2</span>

Vpn Lock 2 icon in React

// With the font from the HTML tab:
export function VpnLock2Icon() {
  return (
    <span className="material-symbols-outlined">
      vpn_lock_2
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import VpnLock2Icon from "@material-symbols/svg-400/outlined/vpn_lock_2.svg?react";

Vpn Lock 2 icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">vpn_lock_2</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import VpnLock2Icon from "@material-symbols/svg-400/outlined/vpn_lock_2.svg?component"; -->

Vpn Lock 2 icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">vpn_lock_2</mat-icon>

Vpn Lock 2 icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.vpn_lock_2, fill: 0, weight: 400)

Vpn Lock 2 icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/vpn_lock_2.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M8.1 21.213q-1.825-.788-3.175-2.15t-2.137-3.2Q2 14.025 2 11.95t.788-3.887Q3.575 6.25 4.925 4.9t3.175-2.125q1.825-.775 3.9-.775 .65 0 1.263 .1t1.237 .225l-.5 1.425q-.5-.15-1-.2t-1-.05q-1.05 .875-1.55 2.15t-.85 2.6h4.9v1.5H9.325q-.075 .55-.112 1.1t-.038 1.1q0 .575 .038 1.138T9.325 14.225h5.375q.075-.575 .113-1.2t.037-1.525h1.5q0 .9-.05 1.525t-.1 1.2h4q.15-.575 .225-1.187t.075-1.538h1.5q0 2.35-.787 4.275T19.075 19.088q-1.35 1.387-3.175 2.15T12 22q-2.075 0-3.9-.787ZM3.8 14.225h3.975q-.05-.575-.075-1.137t-.025-1.138q0-.55 .025-1.1t.1-1.1H3.8q-.15 .55-.225 1.088t-.075 1.112q0 .575 .075 1.138t.225 1.137Zm6.075 6.025q-.675-1.05-1.112-2.187T8.05 15.725H4.3q.875 1.65 2.338 2.788T9.875 20.25ZM4.3 8.25h3.775q.25-1.2 .688-2.325t1.087-2.15q-1.825 .45-3.275 1.625t-2.275 2.85Zm7.7 12.3q.95-.975 1.525-2.225t.9-2.6H9.6q.3 1.35 .875 2.588t1.525 2.237Zm2.15-.325q1.775-.55 3.225-1.7t2.325-2.8H15.975q-.275 1.2-.712 2.338T14.15 20.225Zm2.7-10.225q-.35 0-.6-.25t-.25-.6v-3.3q0-.35 .25-.6t.6-.25h.15v-1q0-.825 .588-1.412T19 2q.825 0 1.413 .588T21 4v1h.15q.35 0 .6 .25t.25 .6v3.3q0 .35-.25 .6t-.6 .25H16.85Zm1.15-5h2v-1q0-.425-.287-.712T19 3q-.425 0-.712 .275T18 3.95v1.05Z" />
</vector>

Vpn Lock 2 icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/vpn_lock_2.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/vpn_lock_2.svg" width="24" height="24" alt="Vpn Lock 2">

Vpn Lock 2 icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameVpn Lock 2
Ligaturevpn_lock_2
Code pointU+F350
CategoryPrivacy
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/vpn_lock_2.svg, vpn_lock_2-fill.svg
FlutterSymbols.vpn_lock_2
LicenseApache License 2.0 (© Google LLC)

Keywords

privacynetworkconnectioninternetsecurityaccessprotectiononlinesafetyprivatesecurekey

Related icons