Supervised User Circle icon

Supervised User Circle is a Google Material Symbol from the Actions category. It's one of the 500 most used Material Symbols. 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_outlined_fill0_wght400.svg

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

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

Supervised User Circle icon in React

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

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

Supervised User Circle icon in Vue

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

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

Supervised User Circle icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Supervised User Circle icon in Android

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

<!-- res/drawable/supervised_user_circle.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.55 20.4q1.2-2.225 3.063-3.037T16.85 16.55q.575 0 1.063 .088T18.925 16.875q.65-.925 1.113-2.2T20.5 12q0-3.55-2.475-6.025t-6.025-2.475q-3.55 0-6.025 2.475t-2.475 6.025q0 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.4Zm-2.425 .813q-1.825-.788-3.187-2.15t-2.15-3.188Q2 14.05 2 11.988t.788-3.875q.787-1.813 2.15-3.175t3.187-2.15Q9.95 2 12.013 2t3.875 .788q1.812 .787 3.175 2.15t2.15 3.175Q22 9.925 22 11.988T21.213 15.875q-.788 1.825-2.15 3.188t-3.175 2.15Q14.075 22 12.013 22T8.125 21.213Zm-1.237-8.725Q5.875 11.475 5.875 10.05t1.013-2.437Q7.9 6.6 9.325 6.6t2.438 1.013Q12.775 8.625 12.775 10.05t-1.012 2.438Q10.75 13.5 9.325 13.5t-2.437-1.012ZM10.7 11.425q.575-.575 .575-1.375t-.575-1.375q-.575-.575-1.375-.575t-1.375 .575q-.575 .575-.575 1.375t.575 1.375q.575 .575 1.375 .575t1.375-.575Zm4.275 2.45q-.775-.775-.775-1.875t.775-1.875q.775-.775 1.875-.775t1.875 .775q.775 .775 .775 1.875t-.775 1.875q-.775 .775-1.875 .775t-1.875-.775Zm-2.975-1.875Z" />
</vector>

Supervised User Circle icon in SVG

npm install @material-symbols/svg-400

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

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

Supervised User Circle 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
Ligaturesupervised_user_circle
Code pointU+E939
CategoryActions
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/supervised_user_circle.svg, supervised_user_circle-fill.svg
FlutterSymbols.supervised_user_circle
LicenseApache License 2.0 (© Google LLC)

Keywords

actionshumanpersonpeopleprofileaccountfaceprivacysafetysilhouetteavatarsecurerestricted

Related icons