Workspaces icon

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

workspaces_outlined_fill0_wght400.svg

Workspaces 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=workspaces" />

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

Workspaces icon in React

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

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

Workspaces icon in Vue

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

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

Workspaces icon in Angular

With Angular Material and the font from the HTML tab:

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

Workspaces 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.workspaces, fill: 0, weight: 400)

Workspaces icon in Android

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

<!-- res/drawable/workspaces.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="M3.088 19.913Q2 18.825 2 17.25t1.088-2.662Q4.175 13.5 5.75 13.5t2.663 1.088Q9.5 15.675 9.5 17.25t-1.087 2.663Q7.325 21 5.75 21t-2.662-1.087Zm12.525 0Q14.525 18.825 14.525 17.25t1.088-2.662Q16.7 13.5 18.275 13.5t2.663 1.088Q22.025 15.675 22.025 17.25t-1.087 2.663Q19.85 21 18.275 21t-2.662-1.087Zm-8.275-1.073q.662-.66 .662-1.588t-.66-1.589q-.661-.663-1.588-.663t-1.589 .66q-.663 .661-.663 1.588t.66 1.59q.66 .662 1.588 .662t1.59-.66Zm12.525 0q.662-.66 .662-1.588t-.66-1.589q-.66-.663-1.588-.663t-1.589 .66q-.663 .661-.663 1.588t.66 1.59q.66 .662 1.588 .662t1.59-.66Zm-10.5-9.452Q8.275 8.3 8.275 6.725t1.088-2.662Q10.45 2.975 12.025 2.975t2.663 1.088Q15.775 5.15 15.775 6.725t-1.087 2.663Q13.6 10.475 12.025 10.475t-2.662-1.087Zm4.25-1.073q.662-.66 .662-1.588t-.66-1.589q-.66-.663-1.588-.663t-1.589 .66q-.663 .66-.663 1.588t.66 1.59q.661 .662 1.588 .662t1.59-.66ZM12.025 6.725Zm6.25 10.525Zm-12.525 0Z" />
</vector>

Workspaces icon in SVG

npm install @material-symbols/svg-400

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

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

Workspaces 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

NameWorkspaces
Ligatureworkspaces
Code pointU+E1A0
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/workspaces.svg, workspaces-fill.svg
FlutterSymbols.workspaces
LicenseApache License 2.0 (© Google LLC)

Keywords

socialviewgridcomputerarrangementmanagementmultipleorganizationgroupdashboardsoftwaredesktopspace

Related icons