Fluid Balance icon

Fluid Balance 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

fluid_balance_outlined_fill0_wght400.svg

Fluid Balance 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=fluid_balance" />

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

Fluid Balance icon in React

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

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

Fluid Balance icon in Vue

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

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

Fluid Balance icon in Angular

With Angular Material and the font from the HTML tab:

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

Fluid Balance 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.fluid_balance, fill: 0, weight: 400)

Fluid Balance icon in Android

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

<!-- res/drawable/fluid_balance.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.3 20q-.6 0-1.05-.45t-.45-1.05v-13q0-.6 .45-1.05t1.05-.45h17.4q.6 0 1.05 .45t.45 1.05H3.3v13h8.7v1.5H3.3Zm0-1.5v-13 13ZM18.75 22q-.619 0-1.059-.441Q17.25 21.119 17.25 20.5v-1.55q-1.825-.275-3.037-1.662T13 14v-5.5q0-.619 .431-1.059Q13.863 7 14.5 7h7q.619 0 1.06 .441Q23 7.881 23 8.5v5.5q0 1.9-1.225 3.288T18.75 18.95v1.55h3.25v1.5H18.75Zm1-8.75h1.875v-4.875H14.375v2.875h1.375q.762 0 1.444 .35Q17.875 11.95 18.35 12.55q.25 .35 .613 .525t.787 .175Zm-1.75 4.375q1.325 0 2.3-.812t1.25-2.063h-1.8q-.771 0-1.46-.337Q17.6 14.075 17.15 13.45q-.265-.321-.632-.511Q16.15 12.75 15.75 12.75h-1.375v1.25q0 1.525 1.05 2.575t2.575 1.05Zm-.85-5.075Zm-11.15-2.05h5.5v-1.5H6v1.5Zm0 4.5h5.5v-1.5H6v1.5Z" />
</vector>

Fluid Balance icon in SVG

npm install @material-symbols/svg-400

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

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

Fluid Balance 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

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

Keywords

socialfiledochealthchartpapersheetmeasurementmedicalgraphpageanalysisvolume

Related icons