Windshield Heat Front icon

Windshield Heat Front 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

windshield_heat_front_outlined_fill0_wght400.svg

Windshield Heat Front 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=windshield_heat_front" />

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

Windshield Heat Front icon in React

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

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

Windshield Heat Front icon in Vue

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

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

Windshield Heat Front icon in Angular

With Angular Material and the font from the HTML tab:

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

Windshield Heat Front 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.windshield_heat_front, fill: 0, weight: 400)

Windshield Heat Front icon in Android

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

<!-- res/drawable/windshield_heat_front.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="m6.1 4.25 1.55-2.25 1.45 2.25h-.875l-.5 .925q-.35 .65-.2 1.325t.5 1.4q.75-.125 1.5-.2t1.55-.125q-.275-.7-.312-1.45t.412-1.55l.175-.325h-.7l1.525-2.25 1.475 2.25h-.875l-.5 .925q-.325 .575-.237 1.163T12.4 7.55q.85 .025 1.7 .1t1.675 .225q-.325-.75-.425-1.575t.4-1.725l.175-.325h-.7l1.525-2.25 1.475 2.25h-.875l-.525 .925q-.4 .725-.175 1.463t.6 1.537q1.425 .35 2.8 .913T22.7 10.375L18.85 20q-1.875-.5-3.537-.737T12 19.025q-1.65 0-3.312 .238T5.15 20L1.3 10.375q1.275-.75 2.625-1.312T6.775 8.15q-.375-.825-.537-1.712T6.625 4.575l.175-.325h-.7Zm1.7 9.475-1.1-.575 .775-1.475q.275-.5 .213-1.037T7.425 9.55q-1.125 .275-2.2 .65t-2.075 .875l3.025 7.125q1.65-.3 3.088-.475t2.837-.175q1.4 0 2.813 .175T17.9 18.2l3-7.125q-.725-.35-1.45-.65t-1.5-.525q.125 .575 .113 1.15T17.7 12.25l-.8 1.475-1.1-.575 .8-1.475q.275-.525 .213-1.062T16.525 9.525q-.825-.2-1.687-.3t-1.738-.15q.3 .725 .388 1.513T13.125 12.25l-.775 1.475-1.125-.575 .8-1.475q.35-.65 .2-1.3t-.475-1.325q-.8 .025-1.575 .088t-1.525 .187q.275 .675 .313 1.4T8.575 12.25l-.775 1.475Z" />
</vector>

Windshield Heat Front icon in SVG

npm install @material-symbols/svg-400

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

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

Windshield Heat Front 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

NameWindshield Heat Front
Ligaturewindshield_heat_front
Code pointU+F328
CategoryTransit
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/windshield_heat_front.svg, windshield_heat_front-fill.svg
FlutterSymbols.windshield_heat_front
LicenseApache License 2.0 (© Google LLC)

Keywords

transitarrowsvehiclecarautomobileweatherdashboardhvacautomotiveheatingventilationclimate controlwinter

Related icons