Visibility Lock icon

Visibility Lock is a Google Material Symbol from the Actions 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

visibility_lock_outlined_fill0_wght400.svg

Visibility Lock 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,GRAD@20..48,100..700,0..1,-50..200&icon_names=visibility_lock" />

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

Visibility Lock icon in React

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

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

Visibility Lock icon in Vue

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

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

Visibility Lock icon in Angular

With Angular Material and the font from the HTML tab:

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

Visibility Lock 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.visibility_lock, fill: 0, weight: 400)

Visibility Lock icon in Android

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

<!-- res/drawable/visibility_lock.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="M10.013 13.482q-.813-.819-.813-1.988 0-1.169 .819-1.981 .818-.813 1.987-.813 1.169 0 1.982 .819 .812 .818 .812 1.987 0 1.169-.818 1.982-.819 .812-1.988 .812-1.169 0-1.981-.818ZM12 19q-3.65 0-6.6-2.075T1 11.5q1.45-3.35 4.4-5.425t6.6-2.075q3.575 0 6.488 1.988T22.9 11.25h-1.6q-1.35-2.625-3.853-4.187T12 5.5q-3.031 0-5.565 1.638Q3.9 8.775 2.55 11.5q1.35 2.725 3.885 4.363Q8.969 17.5 12 17.5q.563 0 1.125-.062t1.125-.188v1.525q-.55 .125-1.117 .175-.566 .05-1.133 .05Zm0-3.25q.655 0 1.265-.187Q13.875 15.375 14.375 15.025q.2-.85 .663-1.575t1.137-1.225q.05-.2 .063-.362t.012-.363q0-1.771-1.24-3.01Q13.769 7.25 11.997 7.25T8.988 8.491Q7.75 9.731 7.75 11.503t1.24 3.01Q10.229 15.75 12 15.75Zm-.075-4.25Zm5.2 9.5q-.35 0-.612-.262T16.25 20.125v-3q0-.35 .288-.612T17.25 16.25v-1.125q0-.773 .551-1.324 .551-.551 1.325-.551Q19.9 13.25 20.45 13.801T21 15.125v1.125q.425 0 .713 .263T22 17.125v3q0 .35-.262 .613T21.125 21H17.125Zm.875-4.75h2.25v-1.123Q20.25 14.65 19.927 14.325q-.322-.325-.8-.325T18.325 14.324q-.325 .323-.325 .801v1.125Z" />
</vector>

Visibility Lock icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/visibility_lock.svg" width="24" height="24" alt="Visibility Lock">

Visibility Lock 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

NameVisibility Lock
Ligaturevisibility_lock
Code pointU+F653
CategoryActions
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/visibility_lock.svg, visibility_lock-fill.svg
FlutterSymbols.visibility_lock
LicenseApache License 2.0 (© Google LLC)

Keywords

actionsviewonsecurityaccessprotectionprivacysafetyprivatesecureshowpasswordsee

Related icons