Reduce Capacity icon

Reduce Capacity 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

reduce_capacity_outlined_fill0_wght400.svg

Reduce Capacity 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=reduce_capacity" />

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

Reduce Capacity icon in React

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

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

Reduce Capacity icon in Vue

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

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

Reduce Capacity icon in Angular

With Angular Material and the font from the HTML tab:

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

Reduce Capacity 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.reduce_capacity, fill: 0, weight: 400)

Reduce Capacity icon in Android

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

<!-- res/drawable/reduce_capacity.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.25 22v-.325q0-.527 .285-.966T4.325 20.05q.627-.263 1.29-.406 .663-.144 1.387-.144 .723 0 1.385 .144T9.675 20.05q.505 .22 .79 .659T10.75 21.675v.325H3.25Zm10 0v-.325q0-.527 .285-.966T14.325 20.05q.627-.263 1.29-.406 .663-.144 1.387-.144 .723 0 1.385 .144T19.675 20.05q.505 .22 .79 .659T20.75 21.675v.325H13.25ZM6.999 18.125Q6.225 18.125 5.675 17.574q-.55-.551-.55-1.325Q5.125 15.475 5.676 14.925q.551-.55 1.325-.55Q7.775 14.375 8.325 14.926q.55 .551 .55 1.325Q8.875 17.025 8.324 17.575q-.551 .55-1.325 .55Zm10 0Q16.225 18.125 15.675 17.574q-.55-.551-.55-1.325Q15.125 15.475 15.676 14.925q.551-.55 1.325-.55Q17.775 14.375 18.325 14.926q.55 .551 .55 1.325Q18.875 17.025 18.324 17.575q-.551 .55-1.325 .55ZM12 15.825 9.175 13l.875-.875 1.325 1.325v-2.325h1.25v2.325l1.325-1.325 .875 .875-2.825 2.825ZM2 9.625v-.325q0-.527 .285-.966T3.075 7.675q.627-.263 1.289-.406Q5.027 7.125 5.75 7.125q.625 0 1.288 .125t1.162 .325q-.35 .4-.525 .775t-.175 .95v.325H2Zm6.25 0v-.325q0-.527 .285-.966T9.325 7.675q.627-.263 1.29-.406 .663-.144 1.387-.144 .723 0 1.385 .144T14.675 7.675q.505 .22 .79 .659T15.75 9.3v.325H8.25Zm8.25 0v-.325q0-.575-.162-.95T15.825 7.575q.5-.2 1.15-.325t1.275-.125q.723 0 1.386 .144Q20.299 7.412 20.925 7.675q.505 .22 .79 .659T22 9.3v.325H16.5ZM5.749 5.75Q4.975 5.75 4.425 5.199q-.55-.551-.55-1.325Q3.875 3.1 4.426 2.55q.551-.55 1.325-.55Q6.525 2 7.075 2.551q.55 .551 .55 1.325Q7.625 4.65 7.074 5.2q-.551 .55-1.325 .55Zm6.25 0Q11.225 5.75 10.675 5.199q-.55-.551-.55-1.325Q10.125 3.1 10.676 2.55q.551-.55 1.325-.55Q12.775 2 13.325 2.551q.55 .551 .55 1.325Q13.875 4.65 13.324 5.2q-.551 .55-1.325 .55Zm6.25 0Q17.475 5.75 16.925 5.199q-.55-.551-.55-1.325Q16.375 3.1 16.926 2.55q.551-.55 1.325-.55Q19.025 2 19.575 2.551q.55 .551 .55 1.325Q20.125 4.65 19.574 5.2q-.551 .55-1.325 .55Z" />
</vector>

Reduce Capacity icon in SVG

npm install @material-symbols/svg-400

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

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

Reduce Capacity 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

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

Keywords

socialhumanpersonpeoplebodydowndecreasecontractlimitminimizeshrinknarrow

Related icons