energy icon
energy from Material Symbols Light by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.
- Name
- energy
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- energy-outline, energy-outline-rounded, energy-outline-sharp, energy-rounded, energy-sharp
The same icon in other sets
More business icons from Material Symbols Light
Use the energy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.308 21.577v-.385q0-.8.667-1.27t1.525-.499v-7.765q-.684-.104-1.213-.537q-.528-.433-.783-1.067l-2.592.654q-.631.161-1.222-.093q-.592-.254-.913-.796l4.542-1.138q.142-1.045.902-1.72t1.81-.653l.753-2.674q.193-.663.694-1.108t1.164-.399l-1.288 4.538q.644.362.991.983T14.692 9q0 .344-.084.676q-.085.332-.204.651l1.85 1.938q.471.477.622 1.121t-.18 1.187l-3.269-3.27q-.21.153-.441.229t-.486.126v7.765q.858.029 1.525.499t.667 1.27v.385zm3.976-11.293q.524-.524.524-1.284t-.524-1.284T12 7.192t-1.284.524T10.192 9t.524 1.284t1.284.524t1.284-.524"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEnergy(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="M9.308 21.577v-.385q0-.8.667-1.27t1.525-.499v-7.765q-.684-.104-1.213-.537q-.528-.433-.783-1.067l-2.592.654q-.631.161-1.222-.093q-.592-.254-.913-.796l4.542-1.138q.142-1.045.902-1.72t1.81-.653l.753-2.674q.193-.663.694-1.108t1.164-.399l-1.288 4.538q.644.362.991.983T14.692 9q0 .344-.084.676q-.085.332-.204.651l1.85 1.938q.471.477.622 1.121t-.18 1.187l-3.269-3.27q-.21.153-.441.229t-.486.126v7.765q.858.029 1.525.499t.667 1.27v.385zm3.976-11.293q.524-.524.524-1.284t-.524-1.284T12 7.192t-1.284.524T10.192 9t.524 1.284t1.284.524t1.284-.524"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.308 21.577v-.385q0-.8.667-1.27t1.525-.499v-7.765q-.684-.104-1.213-.537q-.528-.433-.783-1.067l-2.592.654q-.631.161-1.222-.093q-.592-.254-.913-.796l4.542-1.138q.142-1.045.902-1.72t1.81-.653l.753-2.674q.193-.663.694-1.108t1.164-.399l-1.288 4.538q.644.362.991.983T14.692 9q0 .344-.084.676q-.085.332-.204.651l1.85 1.938q.471.477.622 1.121t-.18 1.187l-3.269-3.27q-.21.153-.441.229t-.486.126v7.765q.858.029 1.525.499t.667 1.27v.385zm3.976-11.293q.524-.524.524-1.284t-.524-1.284T12 7.192t-1.284.524T10.192 9t.524 1.284t1.284.524t1.284-.524"/></svg> </template>
CSS
.icon-energy {
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%22M9.308%2021.577v-.385q0-.8.667-1.27t1.525-.499v-7.765q-.684-.104-1.213-.537q-.528-.433-.783-1.067l-2.592.654q-.631.161-1.222-.093q-.592-.254-.913-.796l4.542-1.138q.142-1.045.902-1.72t1.81-.653l.753-2.674q.193-.663.694-1.108t1.164-.399l-1.288%204.538q.644.362.991.983T14.692%209q0%20.344-.084.676q-.085.332-.204.651l1.85%201.938q.471.477.622%201.121t-.18%201.187l-3.269-3.27q-.21.153-.441.229t-.486.126v7.765q.858.029%201.525.499t.667%201.27v.385zm3.976-11.293q.524-.524.524-1.284t-.524-1.284T12%207.192t-1.284.524T10.192%209t.524%201.284t1.284.524t1.284-.524%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%22M9.308%2021.577v-.385q0-.8.667-1.27t1.525-.499v-7.765q-.684-.104-1.213-.537q-.528-.433-.783-1.067l-2.592.654q-.631.161-1.222-.093q-.592-.254-.913-.796l4.542-1.138q.142-1.045.902-1.72t1.81-.653l.753-2.674q.193-.663.694-1.108t1.164-.399l-1.288%204.538q.644.362.991.983T14.692%209q0%20.344-.084.676q-.085.332-.204.651l1.85%201.938q.471.477.622%201.121t-.18%201.187l-3.269-3.27q-.21.153-.441.229t-.486.126v7.765q.858.029%201.525.499t.667%201.27v.385zm3.976-11.293q.524-.524.524-1.284t-.524-1.284T12%207.192t-1.284.524T10.192%209t.524%201.284t1.284.524t1.284-.524%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.svg?color=%231a73e8&size=48