energy savings leaf icon

energy-savings-leaf-outline-sharp from Material Symbols by Google · Outline Sharp · Household · Apache-2.0 Free for personal and commercial use.

Name
energy-savings-leaf-outline-sharp
Set
Material Symbols
Style
Outline Sharp
Category
Household
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

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="M12 18q2.5 0 4.225-1.75T18 12V6h-6q-2.5.05-4.25 1.775T6 12t1.75 4.25T12 18m-1.45-1.45l4.875-4.325l-.275-.8l-3.6-.35l2.325-3.25l-.4-.425L8.6 11.75l.275.8l3.6.35l-2.35 3.225zM12 20q-1.4 0-2.637-.437T7.1 18.325l-2.1 2.1L3.575 19l2.1-2.1q-.8-1.025-1.237-2.262T4 12q0-3.35 2.325-5.675T12 4h8v8q0 3.35-2.325 5.675T12 20m0-8"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsEnergySavingsLeafOutlineSharp(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="M12 18q2.5 0 4.225-1.75T18 12V6h-6q-2.5.05-4.25 1.775T6 12t1.75 4.25T12 18m-1.45-1.45l4.875-4.325l-.275-.8l-3.6-.35l2.325-3.25l-.4-.425L8.6 11.75l.275.8l3.6.35l-2.35 3.225zM12 20q-1.4 0-2.637-.437T7.1 18.325l-2.1 2.1L3.575 19l2.1-2.1q-.8-1.025-1.237-2.262T4 12q0-3.35 2.325-5.675T12 4h8v8q0 3.35-2.325 5.675T12 20m0-8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 18q2.5 0 4.225-1.75T18 12V6h-6q-2.5.05-4.25 1.775T6 12t1.75 4.25T12 18m-1.45-1.45l4.875-4.325l-.275-.8l-3.6-.35l2.325-3.25l-.4-.425L8.6 11.75l.275.8l3.6.35l-2.35 3.225zM12 20q-1.4 0-2.637-.437T7.1 18.325l-2.1 2.1L3.575 19l2.1-2.1q-.8-1.025-1.237-2.262T4 12q0-3.35 2.325-5.675T12 4h8v8q0 3.35-2.325 5.675T12 20m0-8"/></svg>
</template>

CSS

.icon-energy-savings-leaf-outline-sharp {
  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%22M12%2018q2.5%200%204.225-1.75T18%2012V6h-6q-2.5.05-4.25%201.775T6%2012t1.75%204.25T12%2018m-1.45-1.45l4.875-4.325l-.275-.8l-3.6-.35l2.325-3.25l-.4-.425L8.6%2011.75l.275.8l3.6.35l-2.35%203.225zM12%2020q-1.4%200-2.637-.437T7.1%2018.325l-2.1%202.1L3.575%2019l2.1-2.1q-.8-1.025-1.237-2.262T4%2012q0-3.35%202.325-5.675T12%204h8v8q0%203.35-2.325%205.675T12%2020m0-8%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%22M12%2018q2.5%200%204.225-1.75T18%2012V6h-6q-2.5.05-4.25%201.775T6%2012t1.75%204.25T12%2018m-1.45-1.45l4.875-4.325l-.275-.8l-3.6-.35l2.325-3.25l-.4-.425L8.6%2011.75l.275.8l3.6.35l-2.35%203.225zM12%2020q-1.4%200-2.637-.437T7.1%2018.325l-2.1%202.1L3.575%2019l2.1-2.1q-.8-1.025-1.237-2.262T4%2012q0-3.35%202.325-5.675T12%204h8v8q0%203.35-2.325%205.675T12%2020m0-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/energy-savings-leaf-outline-sharp.svg?color=%231a73e8&size=48