Energy Program Saving icon

Energy Program Saving 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

energy_program_saving_outlined_fill0_wght400.svg

Energy Program Saving 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=energy_program_saving" />

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

Energy Program Saving icon in React

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

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

Energy Program Saving icon in Vue

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

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

Energy Program Saving icon in Angular

With Angular Material and the font from the HTML tab:

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

Energy Program Saving 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.energy_program_saving, fill: 0, weight: 400)

Energy Program Saving icon in Android

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

<!-- res/drawable/energy_program_saving.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="M11.5 16.75q1.771 0 3.011-1.239Q15.75 14.271 15.75 12.5v-4.25H11.5q-1.771 0-3.01 1.24Q7.25 10.729 7.25 12.5q0 .659 .213 1.267Q7.675 14.375 8.025 14.925l-.55 .55q-.225 .225-.225 .525t.225 .525q.225 .225 .525 .225t.525-.225l.55-.55q.55 .35 1.158 .563Q10.841 16.75 11.5 16.75Zm0-1.5q-.35 0-.675-.1t-.675-.225l2.375-2.4q.225-.225 .225-.525t-.225-.525q-.225-.225-.525-.225t-.525 .225l-2.4 2.375q-.125-.35-.225-.675t-.1-.675q0-1.155 .798-1.952Q10.345 9.75 11.5 9.75h2.75v2.75q0 1.155-.797 1.953Q12.655 15.25 11.5 15.25Zm.5 7.75L8.55 20.3l-4.325-.525-.525-4.325L1 12l2.7-3.45 .525-4.325 4.325-.525 3.45-2.7 3.45 2.7 4.325 .525 .525 4.325 2.7 3.45-2.7 3.45-.525 4.325-4.325 .525L12 23Zm0-1.925 2.846-2.202 3.598-.456 .429-3.571L21.075 12l-2.202-2.846-.456-3.571-3.571-.456L12 2.925l-2.846 2.202-3.598 .456-.429 3.571L2.925 12l2.202 2.846 .456 3.598 3.571 .429L12 21.075Zm0-9.075Zm0 0Z" />
</vector>

Energy Program Saving icon in SVG

npm install @material-symbols/svg-400

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

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

Energy Program Saving 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

NameEnergy Program Saving
Ligatureenergy_program_saving
Code pointU+F15F
CategoryHousehold
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/energy_program_saving.svg, energy_program_saving-fill.svg
FlutterSymbols.energy_program_saving
LicenseApache License 2.0 (© Google LLC)

Keywords

householdsettingsoptionsgridpowerconfigurationsavepreferencesmodesmart homeelectricchargebattery

Related icons