Heat Pump Balance icon

Heat Pump Balance is a Google Material Symbol from the Home 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

heat_pump_balance_outlined_fill0_wght400.svg

Heat Pump 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=heat_pump_balance" />

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

Heat Pump Balance icon in React

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

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

Heat Pump Balance icon in Vue

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

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

Heat Pump Balance icon in Angular

With Angular Material and the font from the HTML tab:

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

Heat Pump 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.heat_pump_balance, fill: 0, weight: 400)

Heat Pump Balance icon in Android

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

<!-- res/drawable/heat_pump_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="M4.825 17.526q-.825-.824-.825-2.001v-8.925h1.5v8.925q0 .55 .388 .938t.939 .387q.552 0 .925-.387T8.125 15.525v-6.1q0-1.177 .824-2.001 .823-.824 2-.824t1.989 .824Q13.75 8.248 13.75 9.425v6.1q0 .55 .388 .938t.939 .387q.552 0 .925-.387T16.375 15.525v-7.175q0-1.146 .802-1.948Q17.979 5.6 19.125 5.6h2l-1.425-1.425 1.05-1.075 3.25 3.25-3.25 3.225-1.05-1.075 1.45-1.4h-2.025q-.531 0-.89 .359Q17.875 7.819 17.875 8.35v7.175q0 1.177-.818 2.001Q16.238 18.35 15.069 18.35 13.9 18.35 13.075 17.526q-.825-.824-.825-2.001v-6.1q0-.55-.373-.937t-.925-.388q-.552 0-.939 .388T9.625 9.425v6.1q0 1.177-.818 2.001Q7.988 18.35 6.819 18.35 5.65 18.35 4.825 17.526ZM2.5 21.6q-.619 0-1.059-.441Q1 20.719 1 20.1v-8.375h22v8.375q0 .619-.44 1.059Q22.119 21.6 21.5 21.6H2.5Zm0-1.5h19v-6.875H2.5v6.875Zm19-6.875H2.5h19Z" />
</vector>

Heat Pump Balance icon in SVG

npm install @material-symbols/svg-400

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

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

Heat Pump 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

NameHeat Pump Balance
Ligatureheat_pump_balance
Code pointU+E27E
CategoryHome
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/heat_pump_balance.svg, heat_pump_balance-fill.svg
FlutterSymbols.heat_pump_balance
LicenseApache License 2.0 (© Google LLC)

Keywords

homesettingssystemnesthousebuildingenergyclimatemeasuresmart hometemperatureadjustment

Related icons