Water Heater icon

Water Heater is a Google Material Symbol from the Household 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

water_heater_outlined_fill0_wght400.svg

Water Heater 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=water_heater" />

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

Water Heater icon in React

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

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

Water Heater icon in Vue

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

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

Water Heater icon in Angular

With Angular Material and the font from the HTML tab:

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

Water Heater 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.water_heater, fill: 0, weight: 400)

Water Heater icon in Android

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

<!-- res/drawable/water_heater.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="M8.775 10.775q0 .725 .3 1.375t.875 1.1q-.05-.075-.037-.15t.012-.15q0-.425 .163-.787T10.55 11.5l1.45-1.425 1.45 1.425q.3 .3 .463 .663T14.075 12.95q0 .075 .013 .15t-.038 .15q.575-.45 .875-1.1t.3-1.375q0-.675-.262-1.275T14.25 8.45q-.275 .175-.562 .263T13.1 8.8q-.825 0-1.45-.55t-.725-1.375q-.525 .45-.925 .925t-.675 .975q-.275 .5-.412 1t-.138 1Zm3.225 .7-.775 .75q-.15 .15-.225 .338t-.075 .387q0 .425 .325 .738t.75 .312q.425 0 .75-.312t.325-.738q0-.2-.075-.4t-.225-.325l-.775-.75Zm-.075-6.475v1.65q0 .5 .338 .825t.837 .325q.25 0 .45-.1t.375-.3l.225-.3q.95 .55 1.513 1.55t.562 2.125q0 1.75-1.237 2.988T12 15q-1.75 0-2.987-1.237T7.775 10.775q0-1.675 1.113-3.2T11.925 5ZM5.5 22q-.625 0-1.062-.437T4 20.5v-14.5q0-1.65 1.175-2.825t2.825-1.175h8q1.65 0 2.825 1.175t1.175 2.825v14.5q0 .625-.437 1.063T18.5 22H5.5Zm0-4.25v2.75h13v-2.75q-.75 0-1.325 .5t-1.925 .5q-1.35 0-1.887-.5T12 17.75q-.825 0-1.362 .5T8.75 18.75q-1.35 0-1.887-.5T5.5 17.75Zm3.25-.5q.825 0 1.363-.5t1.887-.5q1.35 0 1.925 .5t1.325 .5q.75 0 1.325-.5t1.925-.5v-10.25q0-1.05-.725-1.775t-1.775-.725H8q-1.05 0-1.775 .725t-.725 1.775v10.25q1.35 0 1.888 .5t1.362 .5Z" />
</vector>

Water Heater icon in SVG

npm install @material-symbols/svg-400

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

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

Water Heater 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

NameWater Heater
Ligaturewater_heater
Code pointU+E284
CategoryHousehold
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/water_heater.svg, water_heater-fill.svg
FlutterSymbols.water_heater
LicenseApache License 2.0 (© Google LLC)

Keywords

householdsettingshomestatussystemnestmonitorhousepowerenergyconfigurationsmart hometemperature

Related icons