energy program saving icon
energy-program-saving-outline from Material Symbols Light by Google · Outline · Household · Apache-2.0 Free for personal and commercial use.
- Name
- energy-program-saving-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- energy-program-saving-outline-rounded, energy-program-saving-outline-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
Use the energy program saving icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 16.5q1.667 0 2.833-1.167Q15.5 14.167 15.5 12.5v-4h-4q-1.667 0-2.833 1.167Q7.5 10.833 7.5 12.5q0 .69.194 1.328t.64 1.149l-.688.67q-.16.159-.16.353t.16.354t.354.16t.354-.16l.669-.688q.53.426 1.17.63q.638.204 1.307.204m0-1q-.475 0-.921-.127t-.825-.413l2.6-2.606q.16-.16.16-.354t-.16-.354t-.354-.16t-.354.16l-2.606 2.6q-.286-.379-.413-.825T8.5 12.5q0-1.26.87-2.13t2.13-.87h3v3q0 1.26-.87 2.13t-2.13.87m.5 6.077l-3.004-2.35l-3.765-.458l-.457-3.765L2.423 12l2.35-3.004l.458-3.765l3.765-.457L12 2.423l3.004 2.35l3.765.458l.457 3.765L21.577 12l-2.35 3.004l-.458 3.765l-3.765.457zm0-1.28l2.602-2.013l3.289-.418l.393-3.264L20.296 12l-2.012-2.602l-.418-3.264l-3.264-.417L12 3.704L9.398 5.717l-3.289.417l-.392 3.264L3.704 12l2.013 2.602l.417 3.289l3.264.393zM12 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEnergyProgramSavingOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 16.5q1.667 0 2.833-1.167Q15.5 14.167 15.5 12.5v-4h-4q-1.667 0-2.833 1.167Q7.5 10.833 7.5 12.5q0 .69.194 1.328t.64 1.149l-.688.67q-.16.159-.16.353t.16.354t.354.16t.354-.16l.669-.688q.53.426 1.17.63q.638.204 1.307.204m0-1q-.475 0-.921-.127t-.825-.413l2.6-2.606q.16-.16.16-.354t-.16-.354t-.354-.16t-.354.16l-2.606 2.6q-.286-.379-.413-.825T8.5 12.5q0-1.26.87-2.13t2.13-.87h3v3q0 1.26-.87 2.13t-2.13.87m.5 6.077l-3.004-2.35l-3.765-.458l-.457-3.765L2.423 12l2.35-3.004l.458-3.765l3.765-.457L12 2.423l3.004 2.35l3.765.458l.457 3.765L21.577 12l-2.35 3.004l-.458 3.765l-3.765.457zm0-1.28l2.602-2.013l3.289-.418l.393-3.264L20.296 12l-2.012-2.602l-.418-3.264l-3.264-.417L12 3.704L9.398 5.717l-3.289.417l-.392 3.264L3.704 12l2.013 2.602l.417 3.289l3.264.393zM12 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 16.5q1.667 0 2.833-1.167Q15.5 14.167 15.5 12.5v-4h-4q-1.667 0-2.833 1.167Q7.5 10.833 7.5 12.5q0 .69.194 1.328t.64 1.149l-.688.67q-.16.159-.16.353t.16.354t.354.16t.354-.16l.669-.688q.53.426 1.17.63q.638.204 1.307.204m0-1q-.475 0-.921-.127t-.825-.413l2.6-2.606q.16-.16.16-.354t-.16-.354t-.354-.16t-.354.16l-2.606 2.6q-.286-.379-.413-.825T8.5 12.5q0-1.26.87-2.13t2.13-.87h3v3q0 1.26-.87 2.13t-2.13.87m.5 6.077l-3.004-2.35l-3.765-.458l-.457-3.765L2.423 12l2.35-3.004l.458-3.765l3.765-.457L12 2.423l3.004 2.35l3.765.458l.457 3.765L21.577 12l-2.35 3.004l-.458 3.765l-3.765.457zm0-1.28l2.602-2.013l3.289-.418l.393-3.264L20.296 12l-2.012-2.602l-.418-3.264l-3.264-.417L12 3.704L9.398 5.717l-3.289.417l-.392 3.264L3.704 12l2.013 2.602l.417 3.289l3.264.393zM12 12"/></svg> </template>
CSS
.icon-energy-program-saving-outline {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%2016.5q1.667%200%202.833-1.167Q15.5%2014.167%2015.5%2012.5v-4h-4q-1.667%200-2.833%201.167Q7.5%2010.833%207.5%2012.5q0%20.69.194%201.328t.64%201.149l-.688.67q-.16.159-.16.353t.16.354t.354.16t.354-.16l.669-.688q.53.426%201.17.63q.638.204%201.307.204m0-1q-.475%200-.921-.127t-.825-.413l2.6-2.606q.16-.16.16-.354t-.16-.354t-.354-.16t-.354.16l-2.606%202.6q-.286-.379-.413-.825T8.5%2012.5q0-1.26.87-2.13t2.13-.87h3v3q0%201.26-.87%202.13t-2.13.87m.5%206.077l-3.004-2.35l-3.765-.458l-.457-3.765L2.423%2012l2.35-3.004l.458-3.765l3.765-.457L12%202.423l3.004%202.35l3.765.458l.457%203.765L21.577%2012l-2.35%203.004l-.458%203.765l-3.765.457zm0-1.28l2.602-2.013l3.289-.418l.393-3.264L20.296%2012l-2.012-2.602l-.418-3.264l-3.264-.417L12%203.704L9.398%205.717l-3.289.417l-.392%203.264L3.704%2012l2.013%202.602l.417%203.289l3.264.393zM12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%2016.5q1.667%200%202.833-1.167Q15.5%2014.167%2015.5%2012.5v-4h-4q-1.667%200-2.833%201.167Q7.5%2010.833%207.5%2012.5q0%20.69.194%201.328t.64%201.149l-.688.67q-.16.159-.16.353t.16.354t.354.16t.354-.16l.669-.688q.53.426%201.17.63q.638.204%201.307.204m0-1q-.475%200-.921-.127t-.825-.413l2.6-2.606q.16-.16.16-.354t-.16-.354t-.354-.16t-.354.16l-2.606%202.6q-.286-.379-.413-.825T8.5%2012.5q0-1.26.87-2.13t2.13-.87h3v3q0%201.26-.87%202.13t-2.13.87m.5%206.077l-3.004-2.35l-3.765-.458l-.457-3.765L2.423%2012l2.35-3.004l.458-3.765l3.765-.457L12%202.423l3.004%202.35l3.765.458l.457%203.765L21.577%2012l-2.35%203.004l-.458%203.765l-3.765.457zm0-1.28l2.602-2.013l3.289-.418l.393-3.264L20.296%2012l-2.012-2.602l-.418-3.264l-3.264-.417L12%203.704L9.398%205.717l-3.289.417l-.392%203.264L3.704%2012l2.013%202.602l.417%203.289l3.264.393zM12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/energy-program-saving-outline.svg?color=%231a73e8&size=48