energy savings leaf icon
energy-savings-leaf-outline-rounded from Material Symbols by Google · Outline Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- energy-savings-leaf-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- 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.175-1.675l4.6-4.1q.225-.2.125-.475t-.4-.325l-3.6-.35L13.7 8.1q.075-.125.088-.238T13.7 7.65q-.1-.125-.25-.112t-.275.112L8.6 11.75q-.225.2-.125.475t.4.325l3.6.35l-2.175 2.975q-.075.125-.075.237t.1.213t.238.1t.262-.1M12 20q-1.4 0-2.637-.438T7.1 18.325L5.725 19.7q-.15.15-.337.225T5 20q-.425 0-.712-.288T4 19q0-.2.075-.387t.225-.338L5.675 16.9q-.8-1.025-1.237-2.262T4 12q0-3.35 2.325-5.675T12 4h6q.825 0 1.413.587T20 6v6q0 3.35-2.325 5.675T12 20m0-8"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsEnergySavingsLeafOutlineRounded(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.175-1.675l4.6-4.1q.225-.2.125-.475t-.4-.325l-3.6-.35L13.7 8.1q.075-.125.088-.238T13.7 7.65q-.1-.125-.25-.112t-.275.112L8.6 11.75q-.225.2-.125.475t.4.325l3.6.35l-2.175 2.975q-.075.125-.075.237t.1.213t.238.1t.262-.1M12 20q-1.4 0-2.637-.438T7.1 18.325L5.725 19.7q-.15.15-.337.225T5 20q-.425 0-.712-.288T4 19q0-.2.075-.387t.225-.338L5.675 16.9q-.8-1.025-1.237-2.262T4 12q0-3.35 2.325-5.675T12 4h6q.825 0 1.413.587T20 6v6q0 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.175-1.675l4.6-4.1q.225-.2.125-.475t-.4-.325l-3.6-.35L13.7 8.1q.075-.125.088-.238T13.7 7.65q-.1-.125-.25-.112t-.275.112L8.6 11.75q-.225.2-.125.475t.4.325l3.6.35l-2.175 2.975q-.075.125-.075.237t.1.213t.238.1t.262-.1M12 20q-1.4 0-2.637-.438T7.1 18.325L5.725 19.7q-.15.15-.337.225T5 20q-.425 0-.712-.288T4 19q0-.2.075-.387t.225-.338L5.675 16.9q-.8-1.025-1.237-2.262T4 12q0-3.35 2.325-5.675T12 4h6q.825 0 1.413.587T20 6v6q0 3.35-2.325 5.675T12 20m0-8"/></svg> </template>
CSS
.icon-energy-savings-leaf-outline-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%22M12%2018q2.5%200%204.225-1.75T18%2012V6h-6q-2.5.05-4.25%201.775T6%2012t1.75%204.25T12%2018m-1.175-1.675l4.6-4.1q.225-.2.125-.475t-.4-.325l-3.6-.35L13.7%208.1q.075-.125.088-.238T13.7%207.65q-.1-.125-.25-.112t-.275.112L8.6%2011.75q-.225.2-.125.475t.4.325l3.6.35l-2.175%202.975q-.075.125-.075.237t.1.213t.238.1t.262-.1M12%2020q-1.4%200-2.637-.438T7.1%2018.325L5.725%2019.7q-.15.15-.337.225T5%2020q-.425%200-.712-.288T4%2019q0-.2.075-.387t.225-.338L5.675%2016.9q-.8-1.025-1.237-2.262T4%2012q0-3.35%202.325-5.675T12%204h6q.825%200%201.413.587T20%206v6q0%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.175-1.675l4.6-4.1q.225-.2.125-.475t-.4-.325l-3.6-.35L13.7%208.1q.075-.125.088-.238T13.7%207.65q-.1-.125-.25-.112t-.275.112L8.6%2011.75q-.225.2-.125.475t.4.325l3.6.35l-2.175%202.975q-.075.125-.075.237t.1.213t.238.1t.262-.1M12%2020q-1.4%200-2.637-.438T7.1%2018.325L5.725%2019.7q-.15.15-.337.225T5%2020q-.425%200-.712-.288T4%2019q0-.2.075-.387t.225-.338L5.675%2016.9q-.8-1.025-1.237-2.262T4%2012q0-3.35%202.325-5.675T12%204h6q.825%200%201.413.587T20%206v6q0%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-rounded.svg?color=%231a73e8&size=48