energy program saving icon
energy-program-saving from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- energy-program-saving
- Set
- Material Symbols
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- energy-program-saving-rounded, energy-program-saving-sharp
1 other variant in Material Symbols
The same icon in other sets
More household icons from Material Symbols
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 17q1.875 0 3.188-1.312T16 12.5V8h-4.5Q9.625 8 8.313 9.313T7 12.5q0 .65.175 1.25T7.7 14.9l-.4.4q-.275.275-.275.7t.275.7t.7.275t.7-.275l.4-.4q.55.35 1.15.525T11.5 17m.5 6l-3.45-2.7l-4.325-.525L3.7 15.45L1 12l2.7-3.45l.525-4.325L8.55 3.7L12 1l3.45 2.7l4.325.525l.525 4.325L23 12l-2.7 3.45l-.525 4.325l-4.325.525zm.7-10.3q.275-.3.275-.712T12.7 11.3t-.687-.275t-.713.275l-1.4 1.4q-.3.3-.3.713t.3.712t.713.3t.687-.3z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsEnergyProgramSaving(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 17q1.875 0 3.188-1.312T16 12.5V8h-4.5Q9.625 8 8.313 9.313T7 12.5q0 .65.175 1.25T7.7 14.9l-.4.4q-.275.275-.275.7t.275.7t.7.275t.7-.275l.4-.4q.55.35 1.15.525T11.5 17m.5 6l-3.45-2.7l-4.325-.525L3.7 15.45L1 12l2.7-3.45l.525-4.325L8.55 3.7L12 1l3.45 2.7l4.325.525l.525 4.325L23 12l-2.7 3.45l-.525 4.325l-4.325.525zm.7-10.3q.275-.3.275-.712T12.7 11.3t-.687-.275t-.713.275l-1.4 1.4q-.3.3-.3.713t.3.712t.713.3t.687-.3z"/></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 17q1.875 0 3.188-1.312T16 12.5V8h-4.5Q9.625 8 8.313 9.313T7 12.5q0 .65.175 1.25T7.7 14.9l-.4.4q-.275.275-.275.7t.275.7t.7.275t.7-.275l.4-.4q.55.35 1.15.525T11.5 17m.5 6l-3.45-2.7l-4.325-.525L3.7 15.45L1 12l2.7-3.45l.525-4.325L8.55 3.7L12 1l3.45 2.7l4.325.525l.525 4.325L23 12l-2.7 3.45l-.525 4.325l-4.325.525zm.7-10.3q.275-.3.275-.712T12.7 11.3t-.687-.275t-.713.275l-1.4 1.4q-.3.3-.3.713t.3.712t.713.3t.687-.3z"/></svg> </template>
CSS
.icon-energy-program-saving {
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%2017q1.875%200%203.188-1.312T16%2012.5V8h-4.5Q9.625%208%208.313%209.313T7%2012.5q0%20.65.175%201.25T7.7%2014.9l-.4.4q-.275.275-.275.7t.275.7t.7.275t.7-.275l.4-.4q.55.35%201.15.525T11.5%2017m.5%206l-3.45-2.7l-4.325-.525L3.7%2015.45L1%2012l2.7-3.45l.525-4.325L8.55%203.7L12%201l3.45%202.7l4.325.525l.525%204.325L23%2012l-2.7%203.45l-.525%204.325l-4.325.525zm.7-10.3q.275-.3.275-.712T12.7%2011.3t-.687-.275t-.713.275l-1.4%201.4q-.3.3-.3.713t.3.712t.713.3t.687-.3z%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%2017q1.875%200%203.188-1.312T16%2012.5V8h-4.5Q9.625%208%208.313%209.313T7%2012.5q0%20.65.175%201.25T7.7%2014.9l-.4.4q-.275.275-.275.7t.275.7t.7.275t.7-.275l.4-.4q.55.35%201.15.525T11.5%2017m.5%206l-3.45-2.7l-4.325-.525L3.7%2015.45L1%2012l2.7-3.45l.525-4.325L8.55%203.7L12%201l3.45%202.7l4.325.525l.525%204.325L23%2012l-2.7%203.45l-.525%204.325l-4.325.525zm.7-10.3q.275-.3.275-.712T12.7%2011.3t-.687-.275t-.713.275l-1.4%201.4q-.3.3-.3.713t.3.712t.713.3t.687-.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/energy-program-saving.svg?color=%231a73e8&size=48