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

Name
earth-leaf-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M23.209 6.518Q23.602 6.5 24 6.5c3.453 0 6.672 1 9.384 2.726c-2 3.068-4.399 5.465-5.636 6.607c-.972.896-.97 2.383-.143 3.31a10.65 10.65 0 0 1 2.605 5.466q.528-.293 1.072-.546c3.773-1.76 8.464-2.358 12.632-1.93C42.972 11.963 34.416 4 24 4C12.954 4 4 12.954 4 24s8.954 20 20 20h.172q.061-.177.148-.347q.586-1.165 1.202-2.218A18 18 0 0 1 24 41.5c-4.768 0-9.09-1.907-12.247-5q0-.054-.005-.109c-.245-2.809-.041-4.433.308-5.369c.312-.84.734-1.123 1.18-1.283c.268-.097.575-.157.955-.209l.363-.045c.28-.034.602-.073.874-.12c.889-.157 2.048-.518 2.692-1.806c.547-1.094.507-2.253.36-3.218c-.074-.49-.184-.975-.287-1.414l-.04-.175c-.09-.385-.172-.73-.234-1.068c-.148-.804-.127-1.276.012-1.583c.103-.23.382-.604 1.415-.9c2.333-.666 3.983-1.65 4.997-2.947c1.037-1.328 1.29-2.834 1.12-4.276c-.168-1.409-.74-2.787-1.387-3.992c-.274-.51-.57-1.003-.867-1.468m21.74 17.767c-4.143-.67-9.047-.17-12.822 1.59c-1.896.885-3.574 2.12-4.698 3.756c-1.142 1.663-1.665 3.676-1.327 5.98a9.9 9.9 0 0 0 1.052 3.254a33.4 33.4 0 0 1 6.7-7.266a28 28 0 0 1 2.626-1.873a18 18 0 0 1 1.046-.607l.018-.008l.005-.003l.004-.002a1 1 0 0 1 .898 1.787l-.009.004a6 6 0 0 0-.215.117c-.157.087-.39.223-.688.408a26 26 0 0 0-2.434 1.738a31.5 31.5 0 0 0-6.775 7.553q-.035.054-.075.103a38 38 0 0 0-2.148 3.734a1 1 0 1 0 1.787.898a36 36 0 0 1 1.985-3.461a10.4 10.4 0 0 0 2.8 1.444c1.525.514 3.123.675 4.567.5c1.428-.171 2.81-.685 3.786-1.63c1.273-1.234 2.018-2.395 2.434-3.623c.405-1.198.465-2.377.503-3.525l.012-.362c.067-2.185.146-4.771 1.913-8.767a1.25 1.25 0 0 0-.944-1.74"/></svg>

React

import type { SVGProps } from "react";

export function FluentEarthLeaf48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.209 6.518Q23.602 6.5 24 6.5c3.453 0 6.672 1 9.384 2.726c-2 3.068-4.399 5.465-5.636 6.607c-.972.896-.97 2.383-.143 3.31a10.65 10.65 0 0 1 2.605 5.466q.528-.293 1.072-.546c3.773-1.76 8.464-2.358 12.632-1.93C42.972 11.963 34.416 4 24 4C12.954 4 4 12.954 4 24s8.954 20 20 20h.172q.061-.177.148-.347q.586-1.165 1.202-2.218A18 18 0 0 1 24 41.5c-4.768 0-9.09-1.907-12.247-5q0-.054-.005-.109c-.245-2.809-.041-4.433.308-5.369c.312-.84.734-1.123 1.18-1.283c.268-.097.575-.157.955-.209l.363-.045c.28-.034.602-.073.874-.12c.889-.157 2.048-.518 2.692-1.806c.547-1.094.507-2.253.36-3.218c-.074-.49-.184-.975-.287-1.414l-.04-.175c-.09-.385-.172-.73-.234-1.068c-.148-.804-.127-1.276.012-1.583c.103-.23.382-.604 1.415-.9c2.333-.666 3.983-1.65 4.997-2.947c1.037-1.328 1.29-2.834 1.12-4.276c-.168-1.409-.74-2.787-1.387-3.992c-.274-.51-.57-1.003-.867-1.468m21.74 17.767c-4.143-.67-9.047-.17-12.822 1.59c-1.896.885-3.574 2.12-4.698 3.756c-1.142 1.663-1.665 3.676-1.327 5.98a9.9 9.9 0 0 0 1.052 3.254a33.4 33.4 0 0 1 6.7-7.266a28 28 0 0 1 2.626-1.873a18 18 0 0 1 1.046-.607l.018-.008l.005-.003l.004-.002a1 1 0 0 1 .898 1.787l-.009.004a6 6 0 0 0-.215.117c-.157.087-.39.223-.688.408a26 26 0 0 0-2.434 1.738a31.5 31.5 0 0 0-6.775 7.553q-.035.054-.075.103a38 38 0 0 0-2.148 3.734a1 1 0 1 0 1.787.898a36 36 0 0 1 1.985-3.461a10.4 10.4 0 0 0 2.8 1.444c1.525.514 3.123.675 4.567.5c1.428-.171 2.81-.685 3.786-1.63c1.273-1.234 2.018-2.395 2.434-3.623c.405-1.198.465-2.377.503-3.525l.012-.362c.067-2.185.146-4.771 1.913-8.767a1.25 1.25 0 0 0-.944-1.74"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.209 6.518Q23.602 6.5 24 6.5c3.453 0 6.672 1 9.384 2.726c-2 3.068-4.399 5.465-5.636 6.607c-.972.896-.97 2.383-.143 3.31a10.65 10.65 0 0 1 2.605 5.466q.528-.293 1.072-.546c3.773-1.76 8.464-2.358 12.632-1.93C42.972 11.963 34.416 4 24 4C12.954 4 4 12.954 4 24s8.954 20 20 20h.172q.061-.177.148-.347q.586-1.165 1.202-2.218A18 18 0 0 1 24 41.5c-4.768 0-9.09-1.907-12.247-5q0-.054-.005-.109c-.245-2.809-.041-4.433.308-5.369c.312-.84.734-1.123 1.18-1.283c.268-.097.575-.157.955-.209l.363-.045c.28-.034.602-.073.874-.12c.889-.157 2.048-.518 2.692-1.806c.547-1.094.507-2.253.36-3.218c-.074-.49-.184-.975-.287-1.414l-.04-.175c-.09-.385-.172-.73-.234-1.068c-.148-.804-.127-1.276.012-1.583c.103-.23.382-.604 1.415-.9c2.333-.666 3.983-1.65 4.997-2.947c1.037-1.328 1.29-2.834 1.12-4.276c-.168-1.409-.74-2.787-1.387-3.992c-.274-.51-.57-1.003-.867-1.468m21.74 17.767c-4.143-.67-9.047-.17-12.822 1.59c-1.896.885-3.574 2.12-4.698 3.756c-1.142 1.663-1.665 3.676-1.327 5.98a9.9 9.9 0 0 0 1.052 3.254a33.4 33.4 0 0 1 6.7-7.266a28 28 0 0 1 2.626-1.873a18 18 0 0 1 1.046-.607l.018-.008l.005-.003l.004-.002a1 1 0 0 1 .898 1.787l-.009.004a6 6 0 0 0-.215.117c-.157.087-.39.223-.688.408a26 26 0 0 0-2.434 1.738a31.5 31.5 0 0 0-6.775 7.553q-.035.054-.075.103a38 38 0 0 0-2.148 3.734a1 1 0 1 0 1.787.898a36 36 0 0 1 1.985-3.461a10.4 10.4 0 0 0 2.8 1.444c1.525.514 3.123.675 4.567.5c1.428-.171 2.81-.685 3.786-1.63c1.273-1.234 2.018-2.395 2.434-3.623c.405-1.198.465-2.377.503-3.525l.012-.362c.067-2.185.146-4.771 1.913-8.767a1.25 1.25 0 0 0-.944-1.74"/></svg>
</template>

CSS

.icon-earth-leaf-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.209%206.518Q23.602%206.5%2024%206.5c3.453%200%206.672%201%209.384%202.726c-2%203.068-4.399%205.465-5.636%206.607c-.972.896-.97%202.383-.143%203.31a10.65%2010.65%200%200%201%202.605%205.466q.528-.293%201.072-.546c3.773-1.76%208.464-2.358%2012.632-1.93C42.972%2011.963%2034.416%204%2024%204C12.954%204%204%2012.954%204%2024s8.954%2020%2020%2020h.172q.061-.177.148-.347q.586-1.165%201.202-2.218A18%2018%200%200%201%2024%2041.5c-4.768%200-9.09-1.907-12.247-5q0-.054-.005-.109c-.245-2.809-.041-4.433.308-5.369c.312-.84.734-1.123%201.18-1.283c.268-.097.575-.157.955-.209l.363-.045c.28-.034.602-.073.874-.12c.889-.157%202.048-.518%202.692-1.806c.547-1.094.507-2.253.36-3.218c-.074-.49-.184-.975-.287-1.414l-.04-.175c-.09-.385-.172-.73-.234-1.068c-.148-.804-.127-1.276.012-1.583c.103-.23.382-.604%201.415-.9c2.333-.666%203.983-1.65%204.997-2.947c1.037-1.328%201.29-2.834%201.12-4.276c-.168-1.409-.74-2.787-1.387-3.992c-.274-.51-.57-1.003-.867-1.468m21.74%2017.767c-4.143-.67-9.047-.17-12.822%201.59c-1.896.885-3.574%202.12-4.698%203.756c-1.142%201.663-1.665%203.676-1.327%205.98a9.9%209.9%200%200%200%201.052%203.254a33.4%2033.4%200%200%201%206.7-7.266a28%2028%200%200%201%202.626-1.873a18%2018%200%200%201%201.046-.607l.018-.008l.005-.003l.004-.002a1%201%200%200%201%20.898%201.787l-.009.004a6%206%200%200%200-.215.117c-.157.087-.39.223-.688.408a26%2026%200%200%200-2.434%201.738a31.5%2031.5%200%200%200-6.775%207.553q-.035.054-.075.103a38%2038%200%200%200-2.148%203.734a1%201%200%201%200%201.787.898a36%2036%200%200%201%201.985-3.461a10.4%2010.4%200%200%200%202.8%201.444c1.525.514%203.123.675%204.567.5c1.428-.171%202.81-.685%203.786-1.63c1.273-1.234%202.018-2.395%202.434-3.623c.405-1.198.465-2.377.503-3.525l.012-.362c.067-2.185.146-4.771%201.913-8.767a1.25%201.25%200%200%200-.944-1.74%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.209%206.518Q23.602%206.5%2024%206.5c3.453%200%206.672%201%209.384%202.726c-2%203.068-4.399%205.465-5.636%206.607c-.972.896-.97%202.383-.143%203.31a10.65%2010.65%200%200%201%202.605%205.466q.528-.293%201.072-.546c3.773-1.76%208.464-2.358%2012.632-1.93C42.972%2011.963%2034.416%204%2024%204C12.954%204%204%2012.954%204%2024s8.954%2020%2020%2020h.172q.061-.177.148-.347q.586-1.165%201.202-2.218A18%2018%200%200%201%2024%2041.5c-4.768%200-9.09-1.907-12.247-5q0-.054-.005-.109c-.245-2.809-.041-4.433.308-5.369c.312-.84.734-1.123%201.18-1.283c.268-.097.575-.157.955-.209l.363-.045c.28-.034.602-.073.874-.12c.889-.157%202.048-.518%202.692-1.806c.547-1.094.507-2.253.36-3.218c-.074-.49-.184-.975-.287-1.414l-.04-.175c-.09-.385-.172-.73-.234-1.068c-.148-.804-.127-1.276.012-1.583c.103-.23.382-.604%201.415-.9c2.333-.666%203.983-1.65%204.997-2.947c1.037-1.328%201.29-2.834%201.12-4.276c-.168-1.409-.74-2.787-1.387-3.992c-.274-.51-.57-1.003-.867-1.468m21.74%2017.767c-4.143-.67-9.047-.17-12.822%201.59c-1.896.885-3.574%202.12-4.698%203.756c-1.142%201.663-1.665%203.676-1.327%205.98a9.9%209.9%200%200%200%201.052%203.254a33.4%2033.4%200%200%201%206.7-7.266a28%2028%200%200%201%202.626-1.873a18%2018%200%200%201%201.046-.607l.018-.008l.005-.003l.004-.002a1%201%200%200%201%20.898%201.787l-.009.004a6%206%200%200%200-.215.117c-.157.087-.39.223-.688.408a26%2026%200%200%200-2.434%201.738a31.5%2031.5%200%200%200-6.775%207.553q-.035.054-.075.103a38%2038%200%200%200-2.148%203.734a1%201%200%201%200%201.787.898a36%2036%200%200%201%201.985-3.461a10.4%2010.4%200%200%200%202.8%201.444c1.525.514%203.123.675%204.567.5c1.428-.171%202.81-.685%203.786-1.63c1.273-1.234%202.018-2.395%202.434-3.623c.405-1.198.465-2.377.503-3.525l.012-.362c.067-2.185.146-4.771%201.913-8.767a1.25%201.25%200%200%200-.944-1.74%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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