energy savings leaf icon

energy-savings-leaf-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
energy-savings-leaf-rounded
Set
Material Symbols Light
Style
Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

Use the energy savings leaf icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.028 15.61l3.838-3.436q.188-.168.107-.395q-.08-.227-.342-.277l-3.004-.273l1.823-2.494q.056-.087.049-.19t-.068-.183q-.1-.106-.225-.096t-.228.094l-3.8 3.423q-.188.167-.117.404q.072.236.333.286l3.004.273l-1.81 2.494q-.055.087-.046.19t.081.184t.186.08t.219-.084m.991 3.39q-1.323 0-2.493-.457t-2.099-1.256l-1.568 1.567q-.074.073-.168.11q-.093.036-.193.036q-.212 0-.355-.145Q5 18.711 5 18.497q0-.1.036-.192q.037-.091.11-.164l1.567-1.568q-.8-.929-1.256-2.099T5 11.981q0-2.923 2.046-4.952T12.02 5h5.366q.666 0 1.14.475T19 6.615v5.366q0 2.927-2.029 4.973T12.02 19"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightEnergySavingsLeafRounded(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.028 15.61l3.838-3.436q.188-.168.107-.395q-.08-.227-.342-.277l-3.004-.273l1.823-2.494q.056-.087.049-.19t-.068-.183q-.1-.106-.225-.096t-.228.094l-3.8 3.423q-.188.167-.117.404q.072.236.333.286l3.004.273l-1.81 2.494q-.055.087-.046.19t.081.184t.186.08t.219-.084m.991 3.39q-1.323 0-2.493-.457t-2.099-1.256l-1.568 1.567q-.074.073-.168.11q-.093.036-.193.036q-.212 0-.355-.145Q5 18.711 5 18.497q0-.1.036-.192q.037-.091.11-.164l1.567-1.568q-.8-.929-1.256-2.099T5 11.981q0-2.923 2.046-4.952T12.02 5h5.366q.666 0 1.14.475T19 6.615v5.366q0 2.927-2.029 4.973T12.02 19"/></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.028 15.61l3.838-3.436q.188-.168.107-.395q-.08-.227-.342-.277l-3.004-.273l1.823-2.494q.056-.087.049-.19t-.068-.183q-.1-.106-.225-.096t-.228.094l-3.8 3.423q-.188.167-.117.404q.072.236.333.286l3.004.273l-1.81 2.494q-.055.087-.046.19t.081.184t.186.08t.219-.084m.991 3.39q-1.323 0-2.493-.457t-2.099-1.256l-1.568 1.567q-.074.073-.168.11q-.093.036-.193.036q-.212 0-.355-.145Q5 18.711 5 18.497q0-.1.036-.192q.037-.091.11-.164l1.567-1.568q-.8-.929-1.256-2.099T5 11.981q0-2.923 2.046-4.952T12.02 5h5.366q.666 0 1.14.475T19 6.615v5.366q0 2.927-2.029 4.973T12.02 19"/></svg>
</template>

CSS

.icon-energy-savings-leaf-rounded {
  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.028%2015.61l3.838-3.436q.188-.168.107-.395q-.08-.227-.342-.277l-3.004-.273l1.823-2.494q.056-.087.049-.19t-.068-.183q-.1-.106-.225-.096t-.228.094l-3.8%203.423q-.188.167-.117.404q.072.236.333.286l3.004.273l-1.81%202.494q-.055.087-.046.19t.081.184t.186.08t.219-.084m.991%203.39q-1.323%200-2.493-.457t-2.099-1.256l-1.568%201.567q-.074.073-.168.11q-.093.036-.193.036q-.212%200-.355-.145Q5%2018.711%205%2018.497q0-.1.036-.192q.037-.091.11-.164l1.567-1.568q-.8-.929-1.256-2.099T5%2011.981q0-2.923%202.046-4.952T12.02%205h5.366q.666%200%201.14.475T19%206.615v5.366q0%202.927-2.029%204.973T12.02%2019%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.028%2015.61l3.838-3.436q.188-.168.107-.395q-.08-.227-.342-.277l-3.004-.273l1.823-2.494q.056-.087.049-.19t-.068-.183q-.1-.106-.225-.096t-.228.094l-3.8%203.423q-.188.167-.117.404q.072.236.333.286l3.004.273l-1.81%202.494q-.055.087-.046.19t.081.184t.186.08t.219-.084m.991%203.39q-1.323%200-2.493-.457t-2.099-1.256l-1.568%201.567q-.074.073-.168.11q-.093.036-.193.036q-.212%200-.355-.145Q5%2018.711%205%2018.497q0-.1.036-.192q.037-.091.11-.164l1.567-1.568q-.8-.929-1.256-2.099T5%2011.981q0-2.923%202.046-4.952T12.02%205h5.366q.666%200%201.14.475T19%206.615v5.366q0%202.927-2.029%204.973T12.02%2019%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-savings-leaf-rounded.svg?color=%231a73e8&size=48