Disabled Visible icon

Disabled Visible 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

disabled_visible_outlined_fill0_wght400.svg

Disabled Visible 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=disabled_visible" />

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

Disabled Visible icon in React

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

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

Disabled Visible icon in Vue

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

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

Disabled Visible icon in Angular

With Angular Material and the font from the HTML tab:

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

Disabled Visible 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.disabled_visible, fill: 0, weight: 400)

Disabled Visible icon in Android

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

<!-- res/drawable/disabled_visible.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="M12 22q-2.125 0-3.95-.762T4.875 19.125q-1.35-1.35-2.112-3.175T2 12q0-2.1 .763-3.925T4.875 4.9q1.35-1.35 3.175-2.125t3.95-.775q2.1 0 3.925 .775t3.175 2.125q1.35 1.35 2.125 3.175t.775 3.925q0 .2-.012 .4t-.038 .4q-.325-.2-.712-.425T20.5 12q0-3.625-2.437-6.062T12 3.5q-1.65 0-3.075 .538T6.45 5.5l6.825 6.825q-.325 .15-.625 .325t-.6 .375L5.475 6.45q-.925 1.075-1.45 2.5t-.525 3.05q0 3.125 1.863 5.413T10.15 20.3q.375 .425 .875 .9t.975 .8Zm8.025-2.312q1.425-.813 2.325-2.188-.9-1.375-2.325-2.187T17 14.5q-1.6 0-3.025 .813T11.65 17.5q.9 1.375 2.325 2.188T17 20.5q1.6 0 3.025-.812Zm-7.312 1.05Q10.825 19.475 10 17.5q.825-1.975 2.713-3.237T17 13q2.4 0 4.288 1.263T24 17.5q-.825 1.975-2.712 3.238T17 22q-2.4 0-4.287-1.262ZM17 19q-.625 0-1.062-.437T15.5 17.5q0-.625 .438-1.062T17 16q.625 0 1.063 .438T18.5 17.5q0 .625-.437 1.063T17 19Z" />
</vector>

Disabled Visible icon in SVG

npm install @material-symbols/svg-400

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

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

Disabled Visible 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

NameDisabled Visible
Ligaturedisabled_visible
Code pointU+E76E
CategoryPrivacy
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/disabled_visible.svg, disabled_visible-fill.svg
FlutterSymbols.disabled_visible
LicenseApache License 2.0 (© Google LLC)

Keywords

privacyviewonoffsecuritystopunavailableremoveprivaterestrictedclosecancel

Related icons