Hvac Max Defrost icon

Hvac Max Defrost is a Google Material Symbol from the Transit 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

hvac_max_defrost_outlined_fill0_wght400.svg

Hvac Max Defrost 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=hvac_max_defrost" />

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

Hvac Max Defrost icon in React

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

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

Hvac Max Defrost icon in Vue

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

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

Hvac Max Defrost icon in Angular

With Angular Material and the font from the HTML tab:

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

Hvac Max Defrost 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.hvac_max_defrost, fill: 0, weight: 400)

Hvac Max Defrost icon in Android

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

<!-- res/drawable/hvac_max_defrost.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.85 14.475-.9-.425 .45-1.075q.125-.325 .113-.65t-.188-.75q-.825 .125-1.612 .275T4.15 12.2L1.3 4.075q2.35-1.4 5.063-2.112T12.05 1.25q2.85 0 5.538 .713T22.7 4.075L19.85 12.2q-.575-.15-1.15-.275t-1.15-.225q.125 .45 .088 .85t-.213 .8l-.475 1.125-.9-.425 .45-1.075q.125-.325 .125-.675t-.2-.775q-.875-.125-1.762-.187T12.85 11.25q.2 .575 .213 1.088T12.875 13.35l-.475 1.125-.925-.425 .45-1.075q.15-.375 .113-.775T11.725 11.25q-.875 0-1.7 .05t-1.65 .15q.175 .525 .163 .988T8.325 13.35l-.475 1.125Zm-1.675-7.225 1.3-2.25 1.275 2.25h-.75l-.325 .75q-.2 .5-.187 1.013T7.725 10.05q.875-.125 1.7-.187t1.625-.088q-.125-.5-.05-1.012t.3-1.063l.175-.45h-.775l1.325-2.25 1.25 2.25h-.75l-.3 .75q-.175 .425-.187 .863T12.15 9.75q.85 0 1.725 .063t1.8 .162q-.15-.525-.1-1.1t.3-1.175l.175-.45h-.775l1.325-2.25 1.25 2.25h-.75l-.3 .75q-.2 .525-.187 1.05t.262 1.075q.5 .075 1 .163t1.025 .187l2-5.7q-2.025-1-4.25-1.512T12.05 2.75q-2.425 0-4.662 .513T3.15 4.775l2.025 5.7 .75-.15q.375-.075 .725-.125-.225-.575-.2-1.212t.3-1.288l.175-.45h-.75ZM3 22v-6h1.3l1.7 4.55h.05l1.75-4.55h1.25v6h-.925v-3.35l.05-1.1h-.05L6.425 22h-.775l-1.7-4.45h-.05l.05 1.1v3.35h-.95Zm6.875 0 2.25-6h1.075l2.25 6h-1.05l-.55-1.525h-2.425l-.525 1.525h-1.025Zm5.875 0 1.975-3.125-1.85-2.875h1.15l1.325 2.15h.05l1.3-2.15h1.15l-1.85 2.875 2 3.125h-1.15l-1.45-2.325h-.05l-1.475 2.325h-1.125Zm-4-2.4h1.775l-.85-2.5h-.05l-.875 2.5Z" />
</vector>

Hvac Max Defrost icon in SVG

npm install @material-symbols/svg-400

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

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

Hvac Max Defrost 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

NameHvac Max Defrost
Ligaturehvac_max_defrost
Code pointU+F332
CategoryTransit
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/hvac_max_defrost.svg, hvac_max_defrost-fill.svg
FlutterSymbols.hvac_max_defrost
LicenseApache License 2.0 (© Google LLC)

Keywords

transitarrowsvehiclecarautomobiletemperaturedashboardheatautomotiveheatingventilationclimate controlwinter

Related icons