Settings Accessibility icon

Settings Accessibility is a Google Material Symbol from the UI 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

settings_accessibility_outlined_fill0_wght400.svg

Settings Accessibility 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=settings_accessibility" />

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

Settings Accessibility icon in React

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

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

Settings Accessibility icon in Vue

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

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

Settings Accessibility icon in Angular

With Angular Material and the font from the HTML tab:

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

Settings Accessibility 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.settings_accessibility, fill: 0, weight: 400)

Settings Accessibility icon in Android

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

<!-- res/drawable/settings_accessibility.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.713 3.113Q10.175 2.575 10.175 1.825t.538-1.287Q11.25 0 12 0t1.288 .538Q13.825 1.075 13.825 1.825t-.537 1.288Q12.75 3.65 12 3.65t-1.287-.537ZM9.4 19v-12.35q-1.575-.125-3.175-.362T3.25 5.7l.375-1.5q2 .5 4.113 .725t4.262 .225q2.15 0 4.263-.225T20.375 4.2l.375 1.5q-1.375 .35-2.975 .588T14.6 6.65v12.35h-1.5v-6.1h-2.2v6.1h-1.5ZM7.238 23.738Q6.975 23.475 6.975 23.05t.263-.687Q7.5 22.1 7.925 22.1t.688 .263Q8.875 22.625 8.875 23.05t-.262 .688Q8.35 24 7.925 24t-.687-.262Zm4.1 0Q11.075 23.475 11.075 23.05t.263-.687Q11.6 22.1 12.025 22.1t.688 .263Q12.975 22.625 12.975 23.05t-.262 .688Q12.45 24 12.025 24t-.687-.262Zm4.1 0Q15.175 23.475 15.175 23.05t.263-.687Q15.7 22.1 16.125 22.1t.688 .263Q17.075 22.625 17.075 23.05t-.262 .688Q16.55 24 16.125 24t-.687-.262Z" />
</vector>

Settings Accessibility icon in SVG

npm install @material-symbols/svg-400

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

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

Settings Accessibility 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

NameSettings Accessibility
Ligaturesettings_accessibility
Code pointU+F05D
CategoryUI actions
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/settings_accessibility.svg, settings_accessibility-fill.svg
FlutterSymbols.settings_accessibility
LicenseApache License 2.0 (© Google LLC)

Keywords

ui actionsinformationhumanpersonoptionspeopleaccessbodyprofileusermenuconfigurationsilhouette

Related icons