earth leaf icon
earth-leaf-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- earth-leaf-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
9 other variants in Fluent UI System Icons
Use the earth leaf icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 10a8 8 0 1 1 15.994.34a14 14 0 0 0-.994-.233v-.106a6.98 6.98 0 0 0-2.362-5.244l-.069.074c-.201.218-.48.516-.788.836c-.602.626-1.351 1.373-1.855 1.753c.03.066.1.176.242.359l.125.158c.316.397.773.972.958 1.683q.072.277.11.51q-.51.112-.967.286a5 5 0 0 0-.11-.544c-.128-.491-.44-.888-.764-1.3l-.143-.181c-.16-.206-.362-.478-.436-.77a.9.9 0 0 1 .025-.547c.072-.19.203-.336.352-.448c.428-.32 1.127-1.013 1.743-1.652c.302-.314.576-.607.774-.822l.006-.006a6.97 6.97 0 0 0-4.095-1.141c.117.222.252.504.372.823c.281.746.527 1.817.085 2.758c-.404.86-1.097 1.084-1.632 1.222l-.097.025c-.506.13-.755.194-.93.46c-.17.257-.128.574.037 1.113l.039.124c.066.211.143.457.183.688c.05.286.061.636-.113.97a1.67 1.67 0 0 1-.69.724a2.4 2.4 0 0 1-.746.235l-.088.015c-.408.072-.645.113-.867.351c-.178.19-.28.508-.337.941a10 10 0 0 0-.052.534l-.008.095a5 5 0 0 1-.079.605l-.004.02a7 7 0 0 0 3.872 2.17q-.278.444-.514.914A8 8 0 0 1 2 10m6.798-6.646a6 6 0 0 0-.132-.227A7.003 7.003 0 0 0 3.948 13.52q.01-.098.023-.198c.062-.467.193-1.059.597-1.491c.462-.495 1.025-.588 1.403-.65l.108-.019c.203-.036.336-.07.443-.128a.7.7 0 0 0 .281-.309c.029-.054.048-.147.015-.336a4 4 0 0 0-.145-.536L6.625 9.7c-.152-.497-.374-1.262.085-1.958c.4-.607 1.039-.762 1.477-.869l.134-.033c.467-.12.772-.242.977-.68c.261-.556.143-1.292-.116-1.98a6 6 0 0 0-.384-.826m10.127 8.383a.5.5 0 0 0-.425-.237h-.008l-.026-.004l-.091-.017a6 6 0 0 1-.299-.078l-.095-.027a16 16 0 0 0-.841-.218a8.5 8.5 0 0 0-2.952-.152c-1.202.15-2.121.557-2.748 1.142c-.63.588-.94 1.336-.94 2.1q.001.274.038.52c1.05-.917 2.345-1.658 3.776-2.23a.5.5 0 1 1 .372.928a14 14 0 0 0-2.198 1.103c-1.652.964-2.681 2.202-3.435 3.71a.5.5 0 0 0 .894.447c.384-.767.843-1.456 1.448-2.068q.03.056.07.123a4 4 0 0 0 .512.686c.465.501 1.214 1.035 2.273 1.035c.652 0 1.194-.167 1.638-.456c.44-.286.758-.675.996-1.084c.369-.63.579-1.38.735-1.936q.059-.211.109-.377a7.5 7.5 0 0 1 .66-1.483c.118-.207.229-.387.324-.542l.017-.026c.083-.135.167-.27.218-.373a.5.5 0 0 0-.022-.486"/></svg>
React
import type { SVGProps } from "react";
export function FluentEarthLeaf20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 10a8 8 0 1 1 15.994.34a14 14 0 0 0-.994-.233v-.106a6.98 6.98 0 0 0-2.362-5.244l-.069.074c-.201.218-.48.516-.788.836c-.602.626-1.351 1.373-1.855 1.753c.03.066.1.176.242.359l.125.158c.316.397.773.972.958 1.683q.072.277.11.51q-.51.112-.967.286a5 5 0 0 0-.11-.544c-.128-.491-.44-.888-.764-1.3l-.143-.181c-.16-.206-.362-.478-.436-.77a.9.9 0 0 1 .025-.547c.072-.19.203-.336.352-.448c.428-.32 1.127-1.013 1.743-1.652c.302-.314.576-.607.774-.822l.006-.006a6.97 6.97 0 0 0-4.095-1.141c.117.222.252.504.372.823c.281.746.527 1.817.085 2.758c-.404.86-1.097 1.084-1.632 1.222l-.097.025c-.506.13-.755.194-.93.46c-.17.257-.128.574.037 1.113l.039.124c.066.211.143.457.183.688c.05.286.061.636-.113.97a1.67 1.67 0 0 1-.69.724a2.4 2.4 0 0 1-.746.235l-.088.015c-.408.072-.645.113-.867.351c-.178.19-.28.508-.337.941a10 10 0 0 0-.052.534l-.008.095a5 5 0 0 1-.079.605l-.004.02a7 7 0 0 0 3.872 2.17q-.278.444-.514.914A8 8 0 0 1 2 10m6.798-6.646a6 6 0 0 0-.132-.227A7.003 7.003 0 0 0 3.948 13.52q.01-.098.023-.198c.062-.467.193-1.059.597-1.491c.462-.495 1.025-.588 1.403-.65l.108-.019c.203-.036.336-.07.443-.128a.7.7 0 0 0 .281-.309c.029-.054.048-.147.015-.336a4 4 0 0 0-.145-.536L6.625 9.7c-.152-.497-.374-1.262.085-1.958c.4-.607 1.039-.762 1.477-.869l.134-.033c.467-.12.772-.242.977-.68c.261-.556.143-1.292-.116-1.98a6 6 0 0 0-.384-.826m10.127 8.383a.5.5 0 0 0-.425-.237h-.008l-.026-.004l-.091-.017a6 6 0 0 1-.299-.078l-.095-.027a16 16 0 0 0-.841-.218a8.5 8.5 0 0 0-2.952-.152c-1.202.15-2.121.557-2.748 1.142c-.63.588-.94 1.336-.94 2.1q.001.274.038.52c1.05-.917 2.345-1.658 3.776-2.23a.5.5 0 1 1 .372.928a14 14 0 0 0-2.198 1.103c-1.652.964-2.681 2.202-3.435 3.71a.5.5 0 0 0 .894.447c.384-.767.843-1.456 1.448-2.068q.03.056.07.123a4 4 0 0 0 .512.686c.465.501 1.214 1.035 2.273 1.035c.652 0 1.194-.167 1.638-.456c.44-.286.758-.675.996-1.084c.369-.63.579-1.38.735-1.936q.059-.211.109-.377a7.5 7.5 0 0 1 .66-1.483c.118-.207.229-.387.324-.542l.017-.026c.083-.135.167-.27.218-.373a.5.5 0 0 0-.022-.486"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 10a8 8 0 1 1 15.994.34a14 14 0 0 0-.994-.233v-.106a6.98 6.98 0 0 0-2.362-5.244l-.069.074c-.201.218-.48.516-.788.836c-.602.626-1.351 1.373-1.855 1.753c.03.066.1.176.242.359l.125.158c.316.397.773.972.958 1.683q.072.277.11.51q-.51.112-.967.286a5 5 0 0 0-.11-.544c-.128-.491-.44-.888-.764-1.3l-.143-.181c-.16-.206-.362-.478-.436-.77a.9.9 0 0 1 .025-.547c.072-.19.203-.336.352-.448c.428-.32 1.127-1.013 1.743-1.652c.302-.314.576-.607.774-.822l.006-.006a6.97 6.97 0 0 0-4.095-1.141c.117.222.252.504.372.823c.281.746.527 1.817.085 2.758c-.404.86-1.097 1.084-1.632 1.222l-.097.025c-.506.13-.755.194-.93.46c-.17.257-.128.574.037 1.113l.039.124c.066.211.143.457.183.688c.05.286.061.636-.113.97a1.67 1.67 0 0 1-.69.724a2.4 2.4 0 0 1-.746.235l-.088.015c-.408.072-.645.113-.867.351c-.178.19-.28.508-.337.941a10 10 0 0 0-.052.534l-.008.095a5 5 0 0 1-.079.605l-.004.02a7 7 0 0 0 3.872 2.17q-.278.444-.514.914A8 8 0 0 1 2 10m6.798-6.646a6 6 0 0 0-.132-.227A7.003 7.003 0 0 0 3.948 13.52q.01-.098.023-.198c.062-.467.193-1.059.597-1.491c.462-.495 1.025-.588 1.403-.65l.108-.019c.203-.036.336-.07.443-.128a.7.7 0 0 0 .281-.309c.029-.054.048-.147.015-.336a4 4 0 0 0-.145-.536L6.625 9.7c-.152-.497-.374-1.262.085-1.958c.4-.607 1.039-.762 1.477-.869l.134-.033c.467-.12.772-.242.977-.68c.261-.556.143-1.292-.116-1.98a6 6 0 0 0-.384-.826m10.127 8.383a.5.5 0 0 0-.425-.237h-.008l-.026-.004l-.091-.017a6 6 0 0 1-.299-.078l-.095-.027a16 16 0 0 0-.841-.218a8.5 8.5 0 0 0-2.952-.152c-1.202.15-2.121.557-2.748 1.142c-.63.588-.94 1.336-.94 2.1q.001.274.038.52c1.05-.917 2.345-1.658 3.776-2.23a.5.5 0 1 1 .372.928a14 14 0 0 0-2.198 1.103c-1.652.964-2.681 2.202-3.435 3.71a.5.5 0 0 0 .894.447c.384-.767.843-1.456 1.448-2.068q.03.056.07.123a4 4 0 0 0 .512.686c.465.501 1.214 1.035 2.273 1.035c.652 0 1.194-.167 1.638-.456c.44-.286.758-.675.996-1.084c.369-.63.579-1.38.735-1.936q.059-.211.109-.377a7.5 7.5 0 0 1 .66-1.483c.118-.207.229-.387.324-.542l.017-.026c.083-.135.167-.27.218-.373a.5.5 0 0 0-.022-.486"/></svg> </template>
CSS
.icon-earth-leaf-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2010a8%208%200%201%201%2015.994.34a14%2014%200%200%200-.994-.233v-.106a6.98%206.98%200%200%200-2.362-5.244l-.069.074c-.201.218-.48.516-.788.836c-.602.626-1.351%201.373-1.855%201.753c.03.066.1.176.242.359l.125.158c.316.397.773.972.958%201.683q.072.277.11.51q-.51.112-.967.286a5%205%200%200%200-.11-.544c-.128-.491-.44-.888-.764-1.3l-.143-.181c-.16-.206-.362-.478-.436-.77a.9.9%200%200%201%20.025-.547c.072-.19.203-.336.352-.448c.428-.32%201.127-1.013%201.743-1.652c.302-.314.576-.607.774-.822l.006-.006a6.97%206.97%200%200%200-4.095-1.141c.117.222.252.504.372.823c.281.746.527%201.817.085%202.758c-.404.86-1.097%201.084-1.632%201.222l-.097.025c-.506.13-.755.194-.93.46c-.17.257-.128.574.037%201.113l.039.124c.066.211.143.457.183.688c.05.286.061.636-.113.97a1.67%201.67%200%200%201-.69.724a2.4%202.4%200%200%201-.746.235l-.088.015c-.408.072-.645.113-.867.351c-.178.19-.28.508-.337.941a10%2010%200%200%200-.052.534l-.008.095a5%205%200%200%201-.079.605l-.004.02a7%207%200%200%200%203.872%202.17q-.278.444-.514.914A8%208%200%200%201%202%2010m6.798-6.646a6%206%200%200%200-.132-.227A7.003%207.003%200%200%200%203.948%2013.52q.01-.098.023-.198c.062-.467.193-1.059.597-1.491c.462-.495%201.025-.588%201.403-.65l.108-.019c.203-.036.336-.07.443-.128a.7.7%200%200%200%20.281-.309c.029-.054.048-.147.015-.336a4%204%200%200%200-.145-.536L6.625%209.7c-.152-.497-.374-1.262.085-1.958c.4-.607%201.039-.762%201.477-.869l.134-.033c.467-.12.772-.242.977-.68c.261-.556.143-1.292-.116-1.98a6%206%200%200%200-.384-.826m10.127%208.383a.5.5%200%200%200-.425-.237h-.008l-.026-.004l-.091-.017a6%206%200%200%201-.299-.078l-.095-.027a16%2016%200%200%200-.841-.218a8.5%208.5%200%200%200-2.952-.152c-1.202.15-2.121.557-2.748%201.142c-.63.588-.94%201.336-.94%202.1q.001.274.038.52c1.05-.917%202.345-1.658%203.776-2.23a.5.5%200%201%201%20.372.928a14%2014%200%200%200-2.198%201.103c-1.652.964-2.681%202.202-3.435%203.71a.5.5%200%200%200%20.894.447c.384-.767.843-1.456%201.448-2.068q.03.056.07.123a4%204%200%200%200%20.512.686c.465.501%201.214%201.035%202.273%201.035c.652%200%201.194-.167%201.638-.456c.44-.286.758-.675.996-1.084c.369-.63.579-1.38.735-1.936q.059-.211.109-.377a7.5%207.5%200%200%201%20.66-1.483c.118-.207.229-.387.324-.542l.017-.026c.083-.135.167-.27.218-.373a.5.5%200%200%200-.022-.486%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2010a8%208%200%201%201%2015.994.34a14%2014%200%200%200-.994-.233v-.106a6.98%206.98%200%200%200-2.362-5.244l-.069.074c-.201.218-.48.516-.788.836c-.602.626-1.351%201.373-1.855%201.753c.03.066.1.176.242.359l.125.158c.316.397.773.972.958%201.683q.072.277.11.51q-.51.112-.967.286a5%205%200%200%200-.11-.544c-.128-.491-.44-.888-.764-1.3l-.143-.181c-.16-.206-.362-.478-.436-.77a.9.9%200%200%201%20.025-.547c.072-.19.203-.336.352-.448c.428-.32%201.127-1.013%201.743-1.652c.302-.314.576-.607.774-.822l.006-.006a6.97%206.97%200%200%200-4.095-1.141c.117.222.252.504.372.823c.281.746.527%201.817.085%202.758c-.404.86-1.097%201.084-1.632%201.222l-.097.025c-.506.13-.755.194-.93.46c-.17.257-.128.574.037%201.113l.039.124c.066.211.143.457.183.688c.05.286.061.636-.113.97a1.67%201.67%200%200%201-.69.724a2.4%202.4%200%200%201-.746.235l-.088.015c-.408.072-.645.113-.867.351c-.178.19-.28.508-.337.941a10%2010%200%200%200-.052.534l-.008.095a5%205%200%200%201-.079.605l-.004.02a7%207%200%200%200%203.872%202.17q-.278.444-.514.914A8%208%200%200%201%202%2010m6.798-6.646a6%206%200%200%200-.132-.227A7.003%207.003%200%200%200%203.948%2013.52q.01-.098.023-.198c.062-.467.193-1.059.597-1.491c.462-.495%201.025-.588%201.403-.65l.108-.019c.203-.036.336-.07.443-.128a.7.7%200%200%200%20.281-.309c.029-.054.048-.147.015-.336a4%204%200%200%200-.145-.536L6.625%209.7c-.152-.497-.374-1.262.085-1.958c.4-.607%201.039-.762%201.477-.869l.134-.033c.467-.12.772-.242.977-.68c.261-.556.143-1.292-.116-1.98a6%206%200%200%200-.384-.826m10.127%208.383a.5.5%200%200%200-.425-.237h-.008l-.026-.004l-.091-.017a6%206%200%200%201-.299-.078l-.095-.027a16%2016%200%200%200-.841-.218a8.5%208.5%200%200%200-2.952-.152c-1.202.15-2.121.557-2.748%201.142c-.63.588-.94%201.336-.94%202.1q.001.274.038.52c1.05-.917%202.345-1.658%203.776-2.23a.5.5%200%201%201%20.372.928a14%2014%200%200%200-2.198%201.103c-1.652.964-2.681%202.202-3.435%203.71a.5.5%200%200%200%20.894.447c.384-.767.843-1.456%201.448-2.068q.03.056.07.123a4%204%200%200%200%20.512.686c.465.501%201.214%201.035%202.273%201.035c.652%200%201.194-.167%201.638-.456c.44-.286.758-.675.996-1.084c.369-.63.579-1.38.735-1.936q.059-.211.109-.377a7.5%207.5%200%200%201%20.66-1.483c.118-.207.229-.387.324-.542l.017-.026c.083-.135.167-.27.218-.373a.5.5%200%200%200-.022-.486%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/earth-leaf-20-regular.svg?color=%231a73e8&size=48