earth-leaf-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
earth-leaf-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="m10.945 2.047l.005.007Q11.468 2 12 2c5.439 0 9.864 4.342 9.997 9.75c-1.166-.242-2.848-.393-5.228-.077a6.4 6.4 0 0 0-1.756.494l-.021-.107a4 4 0 0 0-.135-.54l-.019-.037l-.064-.105a6 6 0 0 0-.227-.317l-.11-.143c-.16-.212-.353-.463-.516-.712c-.196-.298-.417-.688-.487-1.104a1.46 1.46 0 0 1 .055-.734c.093-.264.264-.482.486-.649c.484-.362 1.194-1.172 1.824-1.959c.287-.359.544-.695.736-.95A8.46 8.46 0 0 0 11.84 3.5c.122.245.254.533.373.85c.347.923.666 2.282.1 3.487c-.522 1.113-1.424 1.4-2.09 1.573l-.085.021c-.656.17-.908.235-1.092.514c-.17.257-.144.582.061 1.25l.046.148c.081.258.18.57.23.863c.064.364.081.827-.152 1.275a2.2 2.2 0 0 1-.9.945c-.341.185-.694.256-.958.302l-.093.017c-.515.09-.761.134-1 .39c-.187.2-.307.553-.378 1.079c-.028.214-.045.427-.063.646l-.01.117c-.02.242-.044.521-.099.76v.002a8.48 8.48 0 0 0 5.63 2.736c-.175.503-.29 1-.338 1.477a10 10 0 0 1-6.918-3.815h-.003v-.003A9.96 9.96 0 0 1 2 12c0-5.162 3.911-9.41 8.932-9.944zm1.06 20.159c.06-.966.495-2.142 1.233-3.252a8 8 0 0 1 .886-1.217a8.9 8.9 0 0 1 4.496-2.751a.5.5 0 0 0-.243-.97a9.9 9.9 0 0 0-5.004 3.061a9 9 0 0 0-.727.943a3.6 3.6 0 0 1-.148-1.02c0-.916.467-1.913 1.207-2.702a5.33 5.33 0 0 1 3.195-1.634c2.8-.37 4.538-.06 5.563.227a.75.75 0 0 1 .211 1.347c-.057.038-.149.13-.26.34a5 5 0 0 0-.32.825c-.087.285-.17.592-.26.926l-.058.212c-.111.41-.234.85-.382 1.286c-.292.862-.704 1.781-1.397 2.488c-.719.733-1.695 1.19-2.999 1.19c-1.329 0-2.257-.539-2.85-1.159c-.404.74-.614 1.437-.646 1.951a.75.75 0 1 1-1.497-.091"/></svg>

React

import type { SVGProps } from "react";

export function FluentEarthLeaf24Filled(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="m10.945 2.047l.005.007Q11.468 2 12 2c5.439 0 9.864 4.342 9.997 9.75c-1.166-.242-2.848-.393-5.228-.077a6.4 6.4 0 0 0-1.756.494l-.021-.107a4 4 0 0 0-.135-.54l-.019-.037l-.064-.105a6 6 0 0 0-.227-.317l-.11-.143c-.16-.212-.353-.463-.516-.712c-.196-.298-.417-.688-.487-1.104a1.46 1.46 0 0 1 .055-.734c.093-.264.264-.482.486-.649c.484-.362 1.194-1.172 1.824-1.959c.287-.359.544-.695.736-.95A8.46 8.46 0 0 0 11.84 3.5c.122.245.254.533.373.85c.347.923.666 2.282.1 3.487c-.522 1.113-1.424 1.4-2.09 1.573l-.085.021c-.656.17-.908.235-1.092.514c-.17.257-.144.582.061 1.25l.046.148c.081.258.18.57.23.863c.064.364.081.827-.152 1.275a2.2 2.2 0 0 1-.9.945c-.341.185-.694.256-.958.302l-.093.017c-.515.09-.761.134-1 .39c-.187.2-.307.553-.378 1.079c-.028.214-.045.427-.063.646l-.01.117c-.02.242-.044.521-.099.76v.002a8.48 8.48 0 0 0 5.63 2.736c-.175.503-.29 1-.338 1.477a10 10 0 0 1-6.918-3.815h-.003v-.003A9.96 9.96 0 0 1 2 12c0-5.162 3.911-9.41 8.932-9.944zm1.06 20.159c.06-.966.495-2.142 1.233-3.252a8 8 0 0 1 .886-1.217a8.9 8.9 0 0 1 4.496-2.751a.5.5 0 0 0-.243-.97a9.9 9.9 0 0 0-5.004 3.061a9 9 0 0 0-.727.943a3.6 3.6 0 0 1-.148-1.02c0-.916.467-1.913 1.207-2.702a5.33 5.33 0 0 1 3.195-1.634c2.8-.37 4.538-.06 5.563.227a.75.75 0 0 1 .211 1.347c-.057.038-.149.13-.26.34a5 5 0 0 0-.32.825c-.087.285-.17.592-.26.926l-.058.212c-.111.41-.234.85-.382 1.286c-.292.862-.704 1.781-1.397 2.488c-.719.733-1.695 1.19-2.999 1.19c-1.329 0-2.257-.539-2.85-1.159c-.404.74-.614 1.437-.646 1.951a.75.75 0 1 1-1.497-.091"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.945 2.047l.005.007Q11.468 2 12 2c5.439 0 9.864 4.342 9.997 9.75c-1.166-.242-2.848-.393-5.228-.077a6.4 6.4 0 0 0-1.756.494l-.021-.107a4 4 0 0 0-.135-.54l-.019-.037l-.064-.105a6 6 0 0 0-.227-.317l-.11-.143c-.16-.212-.353-.463-.516-.712c-.196-.298-.417-.688-.487-1.104a1.46 1.46 0 0 1 .055-.734c.093-.264.264-.482.486-.649c.484-.362 1.194-1.172 1.824-1.959c.287-.359.544-.695.736-.95A8.46 8.46 0 0 0 11.84 3.5c.122.245.254.533.373.85c.347.923.666 2.282.1 3.487c-.522 1.113-1.424 1.4-2.09 1.573l-.085.021c-.656.17-.908.235-1.092.514c-.17.257-.144.582.061 1.25l.046.148c.081.258.18.57.23.863c.064.364.081.827-.152 1.275a2.2 2.2 0 0 1-.9.945c-.341.185-.694.256-.958.302l-.093.017c-.515.09-.761.134-1 .39c-.187.2-.307.553-.378 1.079c-.028.214-.045.427-.063.646l-.01.117c-.02.242-.044.521-.099.76v.002a8.48 8.48 0 0 0 5.63 2.736c-.175.503-.29 1-.338 1.477a10 10 0 0 1-6.918-3.815h-.003v-.003A9.96 9.96 0 0 1 2 12c0-5.162 3.911-9.41 8.932-9.944zm1.06 20.159c.06-.966.495-2.142 1.233-3.252a8 8 0 0 1 .886-1.217a8.9 8.9 0 0 1 4.496-2.751a.5.5 0 0 0-.243-.97a9.9 9.9 0 0 0-5.004 3.061a9 9 0 0 0-.727.943a3.6 3.6 0 0 1-.148-1.02c0-.916.467-1.913 1.207-2.702a5.33 5.33 0 0 1 3.195-1.634c2.8-.37 4.538-.06 5.563.227a.75.75 0 0 1 .211 1.347c-.057.038-.149.13-.26.34a5 5 0 0 0-.32.825c-.087.285-.17.592-.26.926l-.058.212c-.111.41-.234.85-.382 1.286c-.292.862-.704 1.781-1.397 2.488c-.719.733-1.695 1.19-2.999 1.19c-1.329 0-2.257-.539-2.85-1.159c-.404.74-.614 1.437-.646 1.951a.75.75 0 1 1-1.497-.091"/></svg>
</template>

CSS

.icon-earth-leaf-24-filled {
  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%22m10.945%202.047l.005.007Q11.468%202%2012%202c5.439%200%209.864%204.342%209.997%209.75c-1.166-.242-2.848-.393-5.228-.077a6.4%206.4%200%200%200-1.756.494l-.021-.107a4%204%200%200%200-.135-.54l-.019-.037l-.064-.105a6%206%200%200%200-.227-.317l-.11-.143c-.16-.212-.353-.463-.516-.712c-.196-.298-.417-.688-.487-1.104a1.46%201.46%200%200%201%20.055-.734c.093-.264.264-.482.486-.649c.484-.362%201.194-1.172%201.824-1.959c.287-.359.544-.695.736-.95A8.46%208.46%200%200%200%2011.84%203.5c.122.245.254.533.373.85c.347.923.666%202.282.1%203.487c-.522%201.113-1.424%201.4-2.09%201.573l-.085.021c-.656.17-.908.235-1.092.514c-.17.257-.144.582.061%201.25l.046.148c.081.258.18.57.23.863c.064.364.081.827-.152%201.275a2.2%202.2%200%200%201-.9.945c-.341.185-.694.256-.958.302l-.093.017c-.515.09-.761.134-1%20.39c-.187.2-.307.553-.378%201.079c-.028.214-.045.427-.063.646l-.01.117c-.02.242-.044.521-.099.76v.002a8.48%208.48%200%200%200%205.63%202.736c-.175.503-.29%201-.338%201.477a10%2010%200%200%201-6.918-3.815h-.003v-.003A9.96%209.96%200%200%201%202%2012c0-5.162%203.911-9.41%208.932-9.944zm1.06%2020.159c.06-.966.495-2.142%201.233-3.252a8%208%200%200%201%20.886-1.217a8.9%208.9%200%200%201%204.496-2.751a.5.5%200%200%200-.243-.97a9.9%209.9%200%200%200-5.004%203.061a9%209%200%200%200-.727.943a3.6%203.6%200%200%201-.148-1.02c0-.916.467-1.913%201.207-2.702a5.33%205.33%200%200%201%203.195-1.634c2.8-.37%204.538-.06%205.563.227a.75.75%200%200%201%20.211%201.347c-.057.038-.149.13-.26.34a5%205%200%200%200-.32.825c-.087.285-.17.592-.26.926l-.058.212c-.111.41-.234.85-.382%201.286c-.292.862-.704%201.781-1.397%202.488c-.719.733-1.695%201.19-2.999%201.19c-1.329%200-2.257-.539-2.85-1.159c-.404.74-.614%201.437-.646%201.951a.75.75%200%201%201-1.497-.091%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%22m10.945%202.047l.005.007Q11.468%202%2012%202c5.439%200%209.864%204.342%209.997%209.75c-1.166-.242-2.848-.393-5.228-.077a6.4%206.4%200%200%200-1.756.494l-.021-.107a4%204%200%200%200-.135-.54l-.019-.037l-.064-.105a6%206%200%200%200-.227-.317l-.11-.143c-.16-.212-.353-.463-.516-.712c-.196-.298-.417-.688-.487-1.104a1.46%201.46%200%200%201%20.055-.734c.093-.264.264-.482.486-.649c.484-.362%201.194-1.172%201.824-1.959c.287-.359.544-.695.736-.95A8.46%208.46%200%200%200%2011.84%203.5c.122.245.254.533.373.85c.347.923.666%202.282.1%203.487c-.522%201.113-1.424%201.4-2.09%201.573l-.085.021c-.656.17-.908.235-1.092.514c-.17.257-.144.582.061%201.25l.046.148c.081.258.18.57.23.863c.064.364.081.827-.152%201.275a2.2%202.2%200%200%201-.9.945c-.341.185-.694.256-.958.302l-.093.017c-.515.09-.761.134-1%20.39c-.187.2-.307.553-.378%201.079c-.028.214-.045.427-.063.646l-.01.117c-.02.242-.044.521-.099.76v.002a8.48%208.48%200%200%200%205.63%202.736c-.175.503-.29%201-.338%201.477a10%2010%200%200%201-6.918-3.815h-.003v-.003A9.96%209.96%200%200%201%202%2012c0-5.162%203.911-9.41%208.932-9.944zm1.06%2020.159c.06-.966.495-2.142%201.233-3.252a8%208%200%200%201%20.886-1.217a8.9%208.9%200%200%201%204.496-2.751a.5.5%200%200%200-.243-.97a9.9%209.9%200%200%200-5.004%203.061a9%209%200%200%200-.727.943a3.6%203.6%200%200%201-.148-1.02c0-.916.467-1.913%201.207-2.702a5.33%205.33%200%200%201%203.195-1.634c2.8-.37%204.538-.06%205.563.227a.75.75%200%200%201%20.211%201.347c-.057.038-.149.13-.26.34a5%205%200%200%200-.32.825c-.087.285-.17.592-.26.926l-.058.212c-.111.41-.234.85-.382%201.286c-.292.862-.704%201.781-1.397%202.488c-.719.733-1.695%201.19-2.999%201.19c-1.329%200-2.257-.539-2.85-1.159c-.404.74-.614%201.437-.646%201.951a.75.75%200%201%201-1.497-.091%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/earth-leaf-24-filled.svg?color=%231a73e8&size=48