solar-power from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
solar-power
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
solar-power-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="M3 4V2h3v2zM2 22h9v-4H2.8zM6.125 9.325L4.7 7.925L6.825 5.8L8.25 7.2zM3.2 16H11v-4H4zM8.463 5.538Q7 4.074 7 2h10q0 2.075-1.463 3.538T12 7T8.463 5.537M11 11V8h2v3zm2 11h9l-.8-4H13zm0-6h7.8l-.8-4h-7zm4.875-6.675l-2.1-2.125l1.4-1.4L19.3 7.9zM18 4V2h3v2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSolarPower(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="M3 4V2h3v2zM2 22h9v-4H2.8zM6.125 9.325L4.7 7.925L6.825 5.8L8.25 7.2zM3.2 16H11v-4H4zM8.463 5.538Q7 4.074 7 2h10q0 2.075-1.463 3.538T12 7T8.463 5.537M11 11V8h2v3zm2 11h9l-.8-4H13zm0-6h7.8l-.8-4h-7zm4.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="M3 4V2h3v2zM2 22h9v-4H2.8zM6.125 9.325L4.7 7.925L6.825 5.8L8.25 7.2zM3.2 16H11v-4H4zM8.463 5.538Q7 4.074 7 2h10q0 2.075-1.463 3.538T12 7T8.463 5.537M11 11V8h2v3zm2 11h9l-.8-4H13zm0-6h7.8l-.8-4h-7zm4.875-6.675l-2.1-2.125l1.4-1.4L19.3 7.9zM18 4V2h3v2z"/></svg>
</template>

CSS

.icon-solar-power {
  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%22M3%204V2h3v2zM2%2022h9v-4H2.8zM6.125%209.325L4.7%207.925L6.825%205.8L8.25%207.2zM3.2%2016H11v-4H4zM8.463%205.538Q7%204.074%207%202h10q0%202.075-1.463%203.538T12%207T8.463%205.537M11%2011V8h2v3zm2%2011h9l-.8-4H13zm0-6h7.8l-.8-4h-7zm4.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%22M3%204V2h3v2zM2%2022h9v-4H2.8zM6.125%209.325L4.7%207.925L6.825%205.8L8.25%207.2zM3.2%2016H11v-4H4zM8.463%205.538Q7%204.074%207%202h10q0%202.075-1.463%203.538T12%207T8.463%205.537M11%2011V8h2v3zm2%2011h9l-.8-4H13zm0-6h7.8l-.8-4h-7zm4.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.svg?color=%231a73e8&size=48