Admin Panel Settings icon

Admin Panel Settings is a Google Material Symbol from the Privacy 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

admin_panel_settings_outlined_fill0_wght400.svg

Admin Panel Settings 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=admin_panel_settings" />

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

Admin Panel Settings icon in React

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

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

Admin Panel Settings icon in Vue

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

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

Admin Panel Settings icon in Angular

With Angular Material and the font from the HTML tab:

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

Admin Panel Settings 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.admin_panel_settings, fill: 0, weight: 400)

Admin Panel Settings icon in Android

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

<!-- res/drawable/admin_panel_settings.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="M18.372 16.775Q18.825 16.3 18.825 15.653q0-.647-.453-1.1t-1.1-.453Q16.625 14.1 16.15 14.553q-.475 .453-.475 1.1T16.15 16.775q.475 .475 1.122 .475 .647 0 1.1-.475ZM17.238 20.375q.837 0 1.512-.35t1.15-1q-.65-.35-1.299-.525t-1.35-.175q-.701 0-1.363 .175T14.6 19.025q.475 .65 1.138 1t1.5 .35ZM12 22q-3.45-.8-5.725-3.912T4 10.95v-5.975l8-3 8 3v6.75q-.35-.175-.75-.312t-.75-.188v-5.2l-6.5-2.4-6.5 2.4v4.925q0 1.9 .613 3.5T7.675 17.263q.95 1.212 2.1 2.012t2.225 1.15q.15 .3 .45 .675t.5 .575q-.225 .125-.475 .188T12 22Zm5.313 0Q15.375 22 14 20.613T12.625 17.325q0-1.961 1.375-3.343Q15.375 12.6 17.325 12.6q1.925 0 3.313 1.382Q22.025 15.364 22.025 17.325q0 1.9-1.387 3.288T17.313 22ZM12 12.025Z" />
</vector>

Admin Panel Settings icon in SVG

npm install @material-symbols/svg-400

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

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

Admin Panel Settings 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

NameAdmin Panel Settings
Ligatureadmin_panel_settings
Code pointU+EF3D
CategoryPrivacy
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/admin_panel_settings.svg, admin_panel_settings-fill.svg
FlutterSymbols.admin_panel_settings
LicenseApache License 2.0 (© Google LLC)

Keywords

privacyedithumanpersonsecurityoptionsadjustpeoplesystemaccessprofiletooluser

Related icons