energy savings leaf icon
energy-savings-leaf-outline-sharp from Material Symbols Light by Google · Outline Sharp · Household · Apache-2.0 Free for personal and commercial use.
- Name
- energy-savings-leaf-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- 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="M12.02 18q2.5 0 4.224-1.76T18 11.988V6h-5.986q-2.495.03-4.254 1.756Q6 9.48 6 11.98t1.756 4.26T12.019 18M10.8 15.8l4.067-3.633l-.236-.665l-3.004-.273l1.96-2.673l-.362-.406l-4.048 3.639l.217.684l3.004.273l-1.946 2.667zm1.22 3.2q-1.324 0-2.494-.457t-2.107-1.256L5.5 19.214l-.713-.714l1.927-1.919q-.8-.937-1.257-2.107T5 11.981q0-2.923 2.046-4.952T12.016 5H19v6.983q0 2.925-2.029 4.97Q14.943 19 12.02 19M12 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEnergySavingsLeafOutlineSharp(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.02 18q2.5 0 4.224-1.76T18 11.988V6h-5.986q-2.495.03-4.254 1.756Q6 9.48 6 11.98t1.756 4.26T12.019 18M10.8 15.8l4.067-3.633l-.236-.665l-3.004-.273l1.96-2.673l-.362-.406l-4.048 3.639l.217.684l3.004.273l-1.946 2.667zm1.22 3.2q-1.324 0-2.494-.457t-2.107-1.256L5.5 19.214l-.713-.714l1.927-1.919q-.8-.937-1.257-2.107T5 11.981q0-2.923 2.046-4.952T12.016 5H19v6.983q0 2.925-2.029 4.97Q14.943 19 12.02 19M12 12"/></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.02 18q2.5 0 4.224-1.76T18 11.988V6h-5.986q-2.495.03-4.254 1.756Q6 9.48 6 11.98t1.756 4.26T12.019 18M10.8 15.8l4.067-3.633l-.236-.665l-3.004-.273l1.96-2.673l-.362-.406l-4.048 3.639l.217.684l3.004.273l-1.946 2.667zm1.22 3.2q-1.324 0-2.494-.457t-2.107-1.256L5.5 19.214l-.713-.714l1.927-1.919q-.8-.937-1.257-2.107T5 11.981q0-2.923 2.046-4.952T12.016 5H19v6.983q0 2.925-2.029 4.97Q14.943 19 12.02 19M12 12"/></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.02%2018q2.5%200%204.224-1.76T18%2011.988V6h-5.986q-2.495.03-4.254%201.756Q6%209.48%206%2011.98t1.756%204.26T12.019%2018M10.8%2015.8l4.067-3.633l-.236-.665l-3.004-.273l1.96-2.673l-.362-.406l-4.048%203.639l.217.684l3.004.273l-1.946%202.667zm1.22%203.2q-1.324%200-2.494-.457t-2.107-1.256L5.5%2019.214l-.713-.714l1.927-1.919q-.8-.937-1.257-2.107T5%2011.981q0-2.923%202.046-4.952T12.016%205H19v6.983q0%202.925-2.029%204.97Q14.943%2019%2012.02%2019M12%2012%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.02%2018q2.5%200%204.224-1.76T18%2011.988V6h-5.986q-2.495.03-4.254%201.756Q6%209.48%206%2011.98t1.756%204.26T12.019%2018M10.8%2015.8l4.067-3.633l-.236-.665l-3.004-.273l1.96-2.673l-.362-.406l-4.048%203.639l.217.684l3.004.273l-1.946%202.667zm1.22%203.2q-1.324%200-2.494-.457t-2.107-1.256L5.5%2019.214l-.713-.714l1.927-1.919q-.8-.937-1.257-2.107T5%2011.981q0-2.923%202.046-4.952T12.016%205H19v6.983q0%202.925-2.029%204.97Q14.943%2019%2012.02%2019M12%2012%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-outline-sharp.svg?color=%231a73e8&size=48