solar power icon
solar-power-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- solar-power-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- solar-power-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the solar power icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2 22l2-10h16l2 10zM3 4V2h3v2zm1.45 16H11v-2H4.85zM6.125 9.325L4.7 7.925L6.825 5.8L8.25 7.2zM5.25 16H11v-2H5.65zM8.463 5.538Q7 4.074 7 2h2q0 1.25.875 2.125T12 5t2.125-.875T15 2h2q0 2.075-1.463 3.538T12 7T8.463 5.537M11 11V8h2v3zm2 9h6.55l-.4-2H13zm0-4h5.75l-.4-2H13zm4.875-6.675l-2.1-2.125l1.4-1.4L19.3 7.9zM18 4V2h3v2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSolarPowerOutline(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="m2 22l2-10h16l2 10zM3 4V2h3v2zm1.45 16H11v-2H4.85zM6.125 9.325L4.7 7.925L6.825 5.8L8.25 7.2zM5.25 16H11v-2H5.65zM8.463 5.538Q7 4.074 7 2h2q0 1.25.875 2.125T12 5t2.125-.875T15 2h2q0 2.075-1.463 3.538T12 7T8.463 5.537M11 11V8h2v3zm2 9h6.55l-.4-2H13zm0-4h5.75l-.4-2H13zm4.875-6.675l-2.1-2.125l1.4-1.4L19.3 7.9zM18 4V2h3v2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2 22l2-10h16l2 10zM3 4V2h3v2zm1.45 16H11v-2H4.85zM6.125 9.325L4.7 7.925L6.825 5.8L8.25 7.2zM5.25 16H11v-2H5.65zM8.463 5.538Q7 4.074 7 2h2q0 1.25.875 2.125T12 5t2.125-.875T15 2h2q0 2.075-1.463 3.538T12 7T8.463 5.537M11 11V8h2v3zm2 9h6.55l-.4-2H13zm0-4h5.75l-.4-2H13zm4.875-6.675l-2.1-2.125l1.4-1.4L19.3 7.9zM18 4V2h3v2z"/></svg> </template>
CSS
.icon-solar-power-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%22m2%2022l2-10h16l2%2010zM3%204V2h3v2zm1.45%2016H11v-2H4.85zM6.125%209.325L4.7%207.925L6.825%205.8L8.25%207.2zM5.25%2016H11v-2H5.65zM8.463%205.538Q7%204.074%207%202h2q0%201.25.875%202.125T12%205t2.125-.875T15%202h2q0%202.075-1.463%203.538T12%207T8.463%205.537M11%2011V8h2v3zm2%209h6.55l-.4-2H13zm0-4h5.75l-.4-2H13zm4.875-6.675l-2.1-2.125l1.4-1.4L19.3%207.9zM18%204V2h3v2z%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%22m2%2022l2-10h16l2%2010zM3%204V2h3v2zm1.45%2016H11v-2H4.85zM6.125%209.325L4.7%207.925L6.825%205.8L8.25%207.2zM5.25%2016H11v-2H5.65zM8.463%205.538Q7%204.074%207%202h2q0%201.25.875%202.125T12%205t2.125-.875T15%202h2q0%202.075-1.463%203.538T12%207T8.463%205.537M11%2011V8h2v3zm2%209h6.55l-.4-2H13zm0-4h5.75l-.4-2H13zm4.875-6.675l-2.1-2.125l1.4-1.4L19.3%207.9zM18%204V2h3v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/solar-power-outline.svg?color=%231a73e8&size=48