twotone energy savings leaf icon
twotone-energy-savings-leaf from Google Material Icons by Material Design Authors · Baseline · Home · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-energy-savings-leaf
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
More home icons from Google Material Icons
baseline-auto-modebaseline-blindsbaseline-blinds-closedbaseline-broadcast-on-homebaseline-broadcast-on-personalbaseline-curtainsbaseline-curtains-closedbaseline-electric-boltbaseline-electric-meterbaseline-energy-savings-leafbaseline-gas-meterbaseline-heat-pumpbaseline-mode-fan-offbaseline-nest-cam-wired-standbaseline-oil-barrelbaseline-propanebaseline-propane-tankbaseline-roller-shadesbaseline-roller-shades-closedbaseline-sensor-doorbaseline-sensor-occupiedbaseline-sensor-windowbaseline-shield-moonbaseline-solar-power
Use the twotone 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="M7.1 7.01C5.74 8.32 5 10.1 5 12c0 3.86 3.14 7 7 7c1.87 0 3.63-.73 4.95-2.05A6.96 6.96 0 0 0 19 12V5h-7c-1.84 0-3.58.71-4.9 2.01m6.78.11c.14.14.16.36.04.52l-2.44 3.33l4.05.4c.44.04.63.59.3.89l-5.16 4.63c-.16.15-.41.14-.56-.01a.4.4 0 0 1-.04-.52l2.44-3.33l-4.05-.4a.514.514 0 0 1-.3-.89l5.16-4.63c.16-.15.41-.14.56.01" opacity=".3"/><path fill="currentColor" d="M12 3c-4.8 0-9 3.86-9 9c0 2.12.74 4.07 1.97 5.61L3 19.59L4.41 21l1.97-1.97A9 9 0 0 0 12 21c2.3 0 4.61-.88 6.36-2.64A8.95 8.95 0 0 0 21 12V3zm7 9c0 1.87-.73 3.63-2.05 4.95A6.96 6.96 0 0 1 12 19c-3.86 0-7-3.14-7-7c0-1.9.74-3.68 2.1-4.99A6.94 6.94 0 0 1 12 5h7z"/><path fill="currentColor" d="m8.46 12.63l4.05.4l-2.44 3.33c-.11.16-.1.38.04.52c.15.15.4.16.56.01l5.16-4.63c.33-.3.15-.85-.3-.89l-4.05-.4l2.44-3.33c.11-.16.1-.38-.04-.52a.405.405 0 0 0-.56-.01l-5.16 4.63c-.32.3-.14.85.3.89"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneEnergySavingsLeaf(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="M7.1 7.01C5.74 8.32 5 10.1 5 12c0 3.86 3.14 7 7 7c1.87 0 3.63-.73 4.95-2.05A6.96 6.96 0 0 0 19 12V5h-7c-1.84 0-3.58.71-4.9 2.01m6.78.11c.14.14.16.36.04.52l-2.44 3.33l4.05.4c.44.04.63.59.3.89l-5.16 4.63c-.16.15-.41.14-.56-.01a.4.4 0 0 1-.04-.52l2.44-3.33l-4.05-.4a.514.514 0 0 1-.3-.89l5.16-4.63c.16-.15.41-.14.56.01" opacity=".3"/><path fill="currentColor" d="M12 3c-4.8 0-9 3.86-9 9c0 2.12.74 4.07 1.97 5.61L3 19.59L4.41 21l1.97-1.97A9 9 0 0 0 12 21c2.3 0 4.61-.88 6.36-2.64A8.95 8.95 0 0 0 21 12V3zm7 9c0 1.87-.73 3.63-2.05 4.95A6.96 6.96 0 0 1 12 19c-3.86 0-7-3.14-7-7c0-1.9.74-3.68 2.1-4.99A6.94 6.94 0 0 1 12 5h7z"/><path fill="currentColor" d="m8.46 12.63l4.05.4l-2.44 3.33c-.11.16-.1.38.04.52c.15.15.4.16.56.01l5.16-4.63c.33-.3.15-.85-.3-.89l-4.05-.4l2.44-3.33c.11-.16.1-.38-.04-.52a.405.405 0 0 0-.56-.01l-5.16 4.63c-.32.3-.14.85.3.89"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.1 7.01C5.74 8.32 5 10.1 5 12c0 3.86 3.14 7 7 7c1.87 0 3.63-.73 4.95-2.05A6.96 6.96 0 0 0 19 12V5h-7c-1.84 0-3.58.71-4.9 2.01m6.78.11c.14.14.16.36.04.52l-2.44 3.33l4.05.4c.44.04.63.59.3.89l-5.16 4.63c-.16.15-.41.14-.56-.01a.4.4 0 0 1-.04-.52l2.44-3.33l-4.05-.4a.514.514 0 0 1-.3-.89l5.16-4.63c.16-.15.41-.14.56.01" opacity=".3"/><path fill="currentColor" d="M12 3c-4.8 0-9 3.86-9 9c0 2.12.74 4.07 1.97 5.61L3 19.59L4.41 21l1.97-1.97A9 9 0 0 0 12 21c2.3 0 4.61-.88 6.36-2.64A8.95 8.95 0 0 0 21 12V3zm7 9c0 1.87-.73 3.63-2.05 4.95A6.96 6.96 0 0 1 12 19c-3.86 0-7-3.14-7-7c0-1.9.74-3.68 2.1-4.99A6.94 6.94 0 0 1 12 5h7z"/><path fill="currentColor" d="m8.46 12.63l4.05.4l-2.44 3.33c-.11.16-.1.38.04.52c.15.15.4.16.56.01l5.16-4.63c.33-.3.15-.85-.3-.89l-4.05-.4l2.44-3.33c.11-.16.1-.38-.04-.52a.405.405 0 0 0-.56-.01l-5.16 4.63c-.32.3-.14.85.3.89"/></svg> </template>
CSS
.icon-twotone-energy-savings-leaf {
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%22M7.1%207.01C5.74%208.32%205%2010.1%205%2012c0%203.86%203.14%207%207%207c1.87%200%203.63-.73%204.95-2.05A6.96%206.96%200%200%200%2019%2012V5h-7c-1.84%200-3.58.71-4.9%202.01m6.78.11c.14.14.16.36.04.52l-2.44%203.33l4.05.4c.44.04.63.59.3.89l-5.16%204.63c-.16.15-.41.14-.56-.01a.4.4%200%200%201-.04-.52l2.44-3.33l-4.05-.4a.514.514%200%200%201-.3-.89l5.16-4.63c.16-.15.41-.14.56.01%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%203c-4.8%200-9%203.86-9%209c0%202.12.74%204.07%201.97%205.61L3%2019.59L4.41%2021l1.97-1.97A9%209%200%200%200%2012%2021c2.3%200%204.61-.88%206.36-2.64A8.95%208.95%200%200%200%2021%2012V3zm7%209c0%201.87-.73%203.63-2.05%204.95A6.96%206.96%200%200%201%2012%2019c-3.86%200-7-3.14-7-7c0-1.9.74-3.68%202.1-4.99A6.94%206.94%200%200%201%2012%205h7z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.46%2012.63l4.05.4l-2.44%203.33c-.11.16-.1.38.04.52c.15.15.4.16.56.01l5.16-4.63c.33-.3.15-.85-.3-.89l-4.05-.4l2.44-3.33c.11-.16.1-.38-.04-.52a.405.405%200%200%200-.56-.01l-5.16%204.63c-.32.3-.14.85.3.89%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%22M7.1%207.01C5.74%208.32%205%2010.1%205%2012c0%203.86%203.14%207%207%207c1.87%200%203.63-.73%204.95-2.05A6.96%206.96%200%200%200%2019%2012V5h-7c-1.84%200-3.58.71-4.9%202.01m6.78.11c.14.14.16.36.04.52l-2.44%203.33l4.05.4c.44.04.63.59.3.89l-5.16%204.63c-.16.15-.41.14-.56-.01a.4.4%200%200%201-.04-.52l2.44-3.33l-4.05-.4a.514.514%200%200%201-.3-.89l5.16-4.63c.16-.15.41-.14.56.01%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%203c-4.8%200-9%203.86-9%209c0%202.12.74%204.07%201.97%205.61L3%2019.59L4.41%2021l1.97-1.97A9%209%200%200%200%2012%2021c2.3%200%204.61-.88%206.36-2.64A8.95%208.95%200%200%200%2021%2012V3zm7%209c0%201.87-.73%203.63-2.05%204.95A6.96%206.96%200%200%201%2012%2019c-3.86%200-7-3.14-7-7c0-1.9.74-3.68%202.1-4.99A6.94%206.94%200%200%201%2012%205h7z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.46%2012.63l4.05.4l-2.44%203.33c-.11.16-.1.38.04.52c.15.15.4.16.56.01l5.16-4.63c.33-.3.15-.85-.3-.89l-4.05-.4l2.44-3.33c.11-.16.1-.38-.04-.52a.405.405%200%200%200-.56-.01l-5.16%204.63c-.32.3-.14.85.3.89%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-energy-savings-leaf.svg?color=%231a73e8&size=48