energy program time used icon
energy-program-time-used-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- energy-program-time-used-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
Use the energy program time used icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.874 11.644q-.143.144-.143.356v5q0 .213.144.356t.357.144t.356-.144T6.73 17v-5q0-.213-.144-.356q-.144-.144-.357-.144t-.356.144m3.77-3Q9.5 8.787 9.5 9v8q0 .213.144.356t.357.144t.356-.144T10.5 17V9q0-.213-.144-.356T9.999 8.5t-.356.144m3.77 6q-.144.144-.144.356v2q0 .213.144.356q.144.144.357.144t.356-.144t.143-.356v-2q0-.213-.144-.356t-.356-.144t-.356.144M18 11.5q-.788 0-1.513-.26t-1.35-.75l-.683.62q-.166.14-.367.15t-.34-.131q-.16-.16-.16-.354t.16-.354l.687-.669q-.419-.62-.676-1.313T13.5 7q0-1.868 1.316-3.184T18 2.5h3.692q.344 0 .576.232t.232.576V7q0 1.868-1.316 3.184T18 11.5m.9-5.533q-.156-.155-.35-.155t-.354.16L16.027 8.14q-.165.166-.162.364q.002.198.162.363q.165.146.354.159t.354-.153l2.169-2.17q.165-.165.165-.366t-.17-.37M3.617 21q-.667 0-1.141-.475T2 19.386V6.615q0-.666.475-1.14T3.614 5h7.077q.344 0 .576.232t.232.576v6.077q0 .666.475 1.14t1.14.475h4.071q.346 0 .58.232t.234.576v5.077q0 .666-.475 1.14t-1.14.475z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEnergyProgramTimeUsedRounded(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="M5.874 11.644q-.143.144-.143.356v5q0 .213.144.356t.357.144t.356-.144T6.73 17v-5q0-.213-.144-.356q-.144-.144-.357-.144t-.356.144m3.77-3Q9.5 8.787 9.5 9v8q0 .213.144.356t.357.144t.356-.144T10.5 17V9q0-.213-.144-.356T9.999 8.5t-.356.144m3.77 6q-.144.144-.144.356v2q0 .213.144.356q.144.144.357.144t.356-.144t.143-.356v-2q0-.213-.144-.356t-.356-.144t-.356.144M18 11.5q-.788 0-1.513-.26t-1.35-.75l-.683.62q-.166.14-.367.15t-.34-.131q-.16-.16-.16-.354t.16-.354l.687-.669q-.419-.62-.676-1.313T13.5 7q0-1.868 1.316-3.184T18 2.5h3.692q.344 0 .576.232t.232.576V7q0 1.868-1.316 3.184T18 11.5m.9-5.533q-.156-.155-.35-.155t-.354.16L16.027 8.14q-.165.166-.162.364q.002.198.162.363q.165.146.354.159t.354-.153l2.169-2.17q.165-.165.165-.366t-.17-.37M3.617 21q-.667 0-1.141-.475T2 19.386V6.615q0-.666.475-1.14T3.614 5h7.077q.344 0 .576.232t.232.576v6.077q0 .666.475 1.14t1.14.475h4.071q.346 0 .58.232t.234.576v5.077q0 .666-.475 1.14t-1.14.475z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.874 11.644q-.143.144-.143.356v5q0 .213.144.356t.357.144t.356-.144T6.73 17v-5q0-.213-.144-.356q-.144-.144-.357-.144t-.356.144m3.77-3Q9.5 8.787 9.5 9v8q0 .213.144.356t.357.144t.356-.144T10.5 17V9q0-.213-.144-.356T9.999 8.5t-.356.144m3.77 6q-.144.144-.144.356v2q0 .213.144.356q.144.144.357.144t.356-.144t.143-.356v-2q0-.213-.144-.356t-.356-.144t-.356.144M18 11.5q-.788 0-1.513-.26t-1.35-.75l-.683.62q-.166.14-.367.15t-.34-.131q-.16-.16-.16-.354t.16-.354l.687-.669q-.419-.62-.676-1.313T13.5 7q0-1.868 1.316-3.184T18 2.5h3.692q.344 0 .576.232t.232.576V7q0 1.868-1.316 3.184T18 11.5m.9-5.533q-.156-.155-.35-.155t-.354.16L16.027 8.14q-.165.166-.162.364q.002.198.162.363q.165.146.354.159t.354-.153l2.169-2.17q.165-.165.165-.366t-.17-.37M3.617 21q-.667 0-1.141-.475T2 19.386V6.615q0-.666.475-1.14T3.614 5h7.077q.344 0 .576.232t.232.576v6.077q0 .666.475 1.14t1.14.475h4.071q.346 0 .58.232t.234.576v5.077q0 .666-.475 1.14t-1.14.475z"/></svg> </template>
CSS
.icon-energy-program-time-used-rounded {
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%22M5.874%2011.644q-.143.144-.143.356v5q0%20.213.144.356t.357.144t.356-.144T6.73%2017v-5q0-.213-.144-.356q-.144-.144-.357-.144t-.356.144m3.77-3Q9.5%208.787%209.5%209v8q0%20.213.144.356t.357.144t.356-.144T10.5%2017V9q0-.213-.144-.356T9.999%208.5t-.356.144m3.77%206q-.144.144-.144.356v2q0%20.213.144.356q.144.144.357.144t.356-.144t.143-.356v-2q0-.213-.144-.356t-.356-.144t-.356.144M18%2011.5q-.788%200-1.513-.26t-1.35-.75l-.683.62q-.166.14-.367.15t-.34-.131q-.16-.16-.16-.354t.16-.354l.687-.669q-.419-.62-.676-1.313T13.5%207q0-1.868%201.316-3.184T18%202.5h3.692q.344%200%20.576.232t.232.576V7q0%201.868-1.316%203.184T18%2011.5m.9-5.533q-.156-.155-.35-.155t-.354.16L16.027%208.14q-.165.166-.162.364q.002.198.162.363q.165.146.354.159t.354-.153l2.169-2.17q.165-.165.165-.366t-.17-.37M3.617%2021q-.667%200-1.141-.475T2%2019.386V6.615q0-.666.475-1.14T3.614%205h7.077q.344%200%20.576.232t.232.576v6.077q0%20.666.475%201.14t1.14.475h4.071q.346%200%20.58.232t.234.576v5.077q0%20.666-.475%201.14t-1.14.475z%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%22M5.874%2011.644q-.143.144-.143.356v5q0%20.213.144.356t.357.144t.356-.144T6.73%2017v-5q0-.213-.144-.356q-.144-.144-.357-.144t-.356.144m3.77-3Q9.5%208.787%209.5%209v8q0%20.213.144.356t.357.144t.356-.144T10.5%2017V9q0-.213-.144-.356T9.999%208.5t-.356.144m3.77%206q-.144.144-.144.356v2q0%20.213.144.356q.144.144.357.144t.356-.144t.143-.356v-2q0-.213-.144-.356t-.356-.144t-.356.144M18%2011.5q-.788%200-1.513-.26t-1.35-.75l-.683.62q-.166.14-.367.15t-.34-.131q-.16-.16-.16-.354t.16-.354l.687-.669q-.419-.62-.676-1.313T13.5%207q0-1.868%201.316-3.184T18%202.5h3.692q.344%200%20.576.232t.232.576V7q0%201.868-1.316%203.184T18%2011.5m.9-5.533q-.156-.155-.35-.155t-.354.16L16.027%208.14q-.165.166-.162.364q.002.198.162.363q.165.146.354.159t.354-.153l2.169-2.17q.165-.165.165-.366t-.17-.37M3.617%2021q-.667%200-1.141-.475T2%2019.386V6.615q0-.666.475-1.14T3.614%205h7.077q.344%200%20.576.232t.232.576v6.077q0%20.666.475%201.14t1.14.475h4.071q.346%200%20.58.232t.234.576v5.077q0%20.666-.475%201.14t-1.14.475z%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-time-used-rounded.svg?color=%231a73e8&size=48