solar-power from Material Design Icons by Pictogrammers · Filled · Home Automation · Apache-2.0 Free for personal and commercial use.

Name
solar-power
Set
Material Design Icons
Style
Filled
Category
Home Automation
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More home automation icons from Material Design Icons

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="M11.45 2v3.55L15 3.77zm-1 6L8 10.46l3.75 1.25zM2 11.45L3.77 15l1.78-3.55zM10 2H2v8c.57.17 1.17.25 1.77.25c3.58.01 6.49-2.9 6.5-6.5c-.01-.59-.1-1.18-.27-1.75m7 20v-6h-3l5-9v6h3z"/></svg>

React

import type { SVGProps } from "react";

export function MdiSolarPower(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="M11.45 2v3.55L15 3.77zm-1 6L8 10.46l3.75 1.25zM2 11.45L3.77 15l1.78-3.55zM10 2H2v8c.57.17 1.17.25 1.77.25c3.58.01 6.49-2.9 6.5-6.5c-.01-.59-.1-1.18-.27-1.75m7 20v-6h-3l5-9v6h3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.45 2v3.55L15 3.77zm-1 6L8 10.46l3.75 1.25zM2 11.45L3.77 15l1.78-3.55zM10 2H2v8c.57.17 1.17.25 1.77.25c3.58.01 6.49-2.9 6.5-6.5c-.01-.59-.1-1.18-.27-1.75m7 20v-6h-3l5-9v6h3z"/></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%22M11.45%202v3.55L15%203.77zm-1%206L8%2010.46l3.75%201.25zM2%2011.45L3.77%2015l1.78-3.55zM10%202H2v8c.57.17%201.17.25%201.77.25c3.58.01%206.49-2.9%206.5-6.5c-.01-.59-.1-1.18-.27-1.75m7%2020v-6h-3l5-9v6h3z%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%22M11.45%202v3.55L15%203.77zm-1%206L8%2010.46l3.75%201.25zM2%2011.45L3.77%2015l1.78-3.55zM10%202H2v8c.57.17%201.17.25%201.77.25c3.58.01%206.49-2.9%206.5-6.5c-.01-.59-.1-1.18-.27-1.75m7%2020v-6h-3l5-9v6h3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/solar-power.svg?color=%231a73e8&size=48