Mode Heat Cool icon

Mode Heat Cool 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

mode_heat_cool_outlined_fill0_wght400.svg

Mode Heat Cool 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,GRAD@20..48,100..700,0..1,-50..200&icon_names=mode_heat_cool" />

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

Mode Heat Cool icon in React

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

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

Mode Heat Cool icon in Vue

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

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

Mode Heat Cool icon in Angular

With Angular Material and the font from the HTML tab:

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

Mode Heat Cool 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.mode_heat_cool, fill: 0, weight: 400)

Mode Heat Cool icon in Android

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

<!-- res/drawable/mode_heat_cool.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="M7.45 17.05q-1.925-.5-3.187-2.1T3 11.25q0-1.975 .938-3.512T6 5.15q1.125-1.05 2.063-1.6l.937-.55v2.475q0 .625 .45 1.063t1.075 .437q.35 0 .65-.15t.5-.425l.325-.4q1.075 .6 1.788 1.563T14.8 9.7l-1.3 1.3q-.05-.85-.412-1.612T12.15 7.975q-.375 .2-.787 .35t-.838 .15q-1.125 0-1.9-.787T7.575 5.775q-1.225 1.125-2.15 2.475t-.925 3q0 1.025 .413 1.888T6.025 14.625q-.025-.1-.025-.175v-.175q0-.575 .238-1.112T6.9 12.2l2.1-2.1 2.15 2.1q.15 .15 .263 .313T11.625 12.875l-1.15 1.15q-.05-.2-.15-.4t-.25-.35l-1.075-1.075-1.05 1.075q-.2 .2-.325 .463t-.125 .537q0 .575 .363 .975t.912 .475l-1.325 1.325Zm1.55-6.95Zm0 0ZM6.45 22.25l-1.05-1.05 14.8-14.8 1.05 1.05-4.6 4.6h4.6v1.5H15.15l-.75 .75 1.75 1.75h5.1v1.5H17.65l2.875 2.875-1.05 1.05-2.875-2.875v3.65h-1.5v-5.15l-1.75-1.75-.75 .75v6.15h-1.5v-4.65L6.45 22.25Z" />
</vector>

Mode Heat Cool icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/mode_heat_cool.svg" width="24" height="24" alt="Mode Heat Cool">

Mode Heat Cool 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

NameMode Heat Cool
Ligaturemode_heat_cool
Code pointU+F16B
CategoryHousehold
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/mode_heat_cool.svg, mode_heat_cool-fill.svg
FlutterSymbols.mode_heat_cool
LicenseApache License 2.0 (© Google LLC)

Keywords

householdhomesystemnestsettingclimateweathertemperatureflowenvironmentairthermostathvac

Related icons