Supervised User Circle Off icon

Supervised User Circle Off 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

supervised_user_circle_off_outlined_fill0_wght400.svg

Supervised User Circle Off 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=supervised_user_circle_off" />

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

Supervised User Circle Off icon in React

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

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

Supervised User Circle Off icon in Vue

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

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

Supervised User Circle Off icon in Angular

With Angular Material and the font from the HTML tab:

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

Supervised User Circle Off 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.supervised_user_circle_off, fill: 0, weight: 400)

Supervised User Circle Off icon in Android

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

<!-- res/drawable/supervised_user_circle_off.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="m20.325 22.475-2.425-2.425q-1.25 .925-2.75 1.438T12 22q-2.05 0-3.875-.787t-3.187-2.15Q3.575 17.7 2.788 15.875T2 12q0-1.65 .513-3.15T3.95 6.1l-2.425-2.425 1.075-1.075 18.8 18.8-1.075 1.075Zm-9.775-2.075q.8-1.475 1.925-2.312t2.275-1.188L5 7.15q-.725 1.05-1.112 2.275T3.5 12q0 1.275 .375 2.463t1.025 2.137q1.025-.55 2.138-.825t2.287-.275q.725 0 1.413 .1t1.262 .35q-.375 .25-.75 .538T10.575 17.05q-.35-.05-.662-.05H9.325q-.925 0-1.825 .2t-1.725 .625q.95 1 2.188 1.688T10.55 20.4Zm9.5-2.5-1.075-1.075q.65-.925 1.088-2.187T20.5 12q0-3.55-2.475-6.025t-6.025-2.475q-1.35 0-2.575 .388T7.15 5l-1.05-1.05q1.25-.925 2.75-1.437T12 2q2.075 0 3.888 .788t3.175 2.15q1.362 1.362 2.15 3.175T22 12q0 1.65-.512 3.15T20.05 17.9ZM12.725 10.575 8.8 6.65q1.75-.275 2.975 .963T12.725 10.575ZM9.325 13.5q-1.425 0-2.437-1.012T5.875 10.05q0-.85 .375-1.575t1.025-1.2l4.825 4.825q-.475 .65-1.2 1.025t-1.575 .375Zm7.475 1.15L14.2 12.05q0-1.1 .775-1.9t1.875-.8q1.1 0 1.875 .775t.775 1.875q0 1.1-.8 1.875t-1.9 .775ZM13.075 10.9Zm-2.15 2.175Z" />
</vector>

Supervised User Circle Off icon in SVG

npm install @material-symbols/svg-400

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

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

Supervised User Circle Off 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

NameSupervised User Circle Off
Ligaturesupervised_user_circle_off
Code pointU+F60E
CategoryActions
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/supervised_user_circle_off.svg, supervised_user_circle_off-fill.svg
FlutterSymbols.supervised_user_circle_off
LicenseApache License 2.0 (© Google LLC)

Keywords

actionshumanpersonondisabledsecurityslashenabledpeopleaccessprofileaccountface

Related icons