Settings Seating icon

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

settings_seating_outlined_fill0_wght400.svg

Settings Seating 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_seating" />

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

Settings Seating icon in React

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

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

Settings Seating icon in Vue

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

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

Settings Seating icon in Angular

With Angular Material and the font from the HTML tab:

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

Settings Seating 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_seating, fill: 0, weight: 400)

Settings Seating icon in Android

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

<!-- res/drawable/settings_seating.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="M7.825 22q-.3 0-.525-.217-.225-.217-.225-.537 0-.321 .225-.533t.538-.213q.312 0 .525 .217 .212 .217 .212 .538 0 .32-.215 .533Q8.144 22 7.825 22Zm4.175 0q-.3 0-.525-.217-.225-.217-.225-.537 0-.321 .225-.533t.538-.213q.312 0 .525 .217 .212 .217 .212 .538 0 .32-.215 .533Q12.319 22 12 22Zm4.171 0Q15.85 22 15.638 21.783q-.213-.217-.213-.537 0-.321 .217-.533 .217-.213 .538-.213 .32 0 .533 .217 .212 .217 .212 .538 0 .32-.217 .533-.217 .212-.537 .212ZM8.125 17.875v-3.075h-.725q-.575 0-1.012-.4T5.9 13.425l-.875-10.425h2.262q1.038 0 1.826 .663Q9.9 4.325 10.075 5.35l.635 3.825H15.125q1.625 0 2.75 1.131T19 13.025v1.775h-2.075v3.075h-1.5v-3.075H9.625v3.075h-1.5Zm9.375-4.85q0-.969-.687-1.66Q16.125 10.675 15.125 10.675H9.447L8.6 5.6q-.1-.475-.462-.787T7.275 4.5h-.625l.75 8.8 10.1-.275Zm-10.1 .275Z" />
</vector>

Settings Seating icon in SVG

npm install @material-symbols/svg-400

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

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

Settings Seating 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 Seating
Ligaturesettings_seating
Code pointU+EF2D
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/settings_seating.svg, settings_seating-fill.svg
FlutterSymbols.settings_seating
LicenseApache License 2.0 (© Google LLC)

Keywords

socialicongraphicoptionsdiagramorganizeconfigurationarrangementmanagementpreferencesoptionadjustmentmodify

Related icons