energy icon
energy from Material Symbols by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.
- Name
- energy
- Set
- Material Symbols
- 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
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 22v-1q0-.8.6-1.338T11 19v-7.15q-.55-.2-.962-.575T9.35 10.4l-1.9.5q-.9.2-1.713-.15T4.7 9.55l4.35-1.1q.2-1.025.95-1.7T11.8 6l.6-2.25q.25-.875.963-1.387t1.587-.313l-1.25 4.5q.625.4.963 1.05T15 9q0 .325-.075.638t-.175.612l1.35 1.4q.625.65.738 1.525t-.488 1.475l-3-3q-.075.075-.162.113T13 11.85V19q.8.125 1.4.663T15 21v1zm4.063-11.937Q13.5 9.625 13.5 9t-.437-1.062T12 7.5t-1.062.438T10.5 9t.438 1.063T12 10.5t1.063-.437"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsEnergy(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 22v-1q0-.8.6-1.338T11 19v-7.15q-.55-.2-.962-.575T9.35 10.4l-1.9.5q-.9.2-1.713-.15T4.7 9.55l4.35-1.1q.2-1.025.95-1.7T11.8 6l.6-2.25q.25-.875.963-1.387t1.587-.313l-1.25 4.5q.625.4.963 1.05T15 9q0 .325-.075.638t-.175.612l1.35 1.4q.625.65.738 1.525t-.488 1.475l-3-3q-.075.075-.162.113T13 11.85V19q.8.125 1.4.663T15 21v1zm4.063-11.937Q13.5 9.625 13.5 9t-.437-1.062T12 7.5t-1.062.438T10.5 9t.438 1.063T12 10.5t1.063-.437"/></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 22v-1q0-.8.6-1.338T11 19v-7.15q-.55-.2-.962-.575T9.35 10.4l-1.9.5q-.9.2-1.713-.15T4.7 9.55l4.35-1.1q.2-1.025.95-1.7T11.8 6l.6-2.25q.25-.875.963-1.387t1.587-.313l-1.25 4.5q.625.4.963 1.05T15 9q0 .325-.075.638t-.175.612l1.35 1.4q.625.65.738 1.525t-.488 1.475l-3-3q-.075.075-.162.113T13 11.85V19q.8.125 1.4.663T15 21v1zm4.063-11.937Q13.5 9.625 13.5 9t-.437-1.062T12 7.5t-1.062.438T10.5 9t.438 1.063T12 10.5t1.063-.437"/></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%2022v-1q0-.8.6-1.338T11%2019v-7.15q-.55-.2-.962-.575T9.35%2010.4l-1.9.5q-.9.2-1.713-.15T4.7%209.55l4.35-1.1q.2-1.025.95-1.7T11.8%206l.6-2.25q.25-.875.963-1.387t1.587-.313l-1.25%204.5q.625.4.963%201.05T15%209q0%20.325-.075.638t-.175.612l1.35%201.4q.625.65.738%201.525t-.488%201.475l-3-3q-.075.075-.162.113T13%2011.85V19q.8.125%201.4.663T15%2021v1zm4.063-11.937Q13.5%209.625%2013.5%209t-.437-1.062T12%207.5t-1.062.438T10.5%209t.438%201.063T12%2010.5t1.063-.437%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%2022v-1q0-.8.6-1.338T11%2019v-7.15q-.55-.2-.962-.575T9.35%2010.4l-1.9.5q-.9.2-1.713-.15T4.7%209.55l4.35-1.1q.2-1.025.95-1.7T11.8%206l.6-2.25q.25-.875.963-1.387t1.587-.313l-1.25%204.5q.625.4.963%201.05T15%209q0%20.325-.075.638t-.175.612l1.35%201.4q.625.65.738%201.525t-.488%201.475l-3-3q-.075.075-.162.113T13%2011.85V19q.8.125%201.4.663T15%2021v1zm4.063-11.937Q13.5%209.625%2013.5%209t-.437-1.062T12%207.5t-1.062.438T10.5%209t.438%201.063T12%2010.5t1.063-.437%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/energy.svg?color=%231a73e8&size=48