earth leaf icon
earth-leaf-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- earth-leaf-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M1 7.998a6.998 6.998 0 0 1 13.966-.666a14 14 0 0 0-1.037-.237a6 6 0 0 0-1.894-3.534c-.101.18-.233.407-.384.648c-.338.54-.823 1.24-1.308 1.603a.2.2 0 0 0-.045.04c0 .027.01.101.085.27q.05.111.13.27c.09.182.202.406.303.655a7 7 0 0 0-.99.223a10 10 0 0 0-.162-.334a9 9 0 0 1-.197-.412c-.088-.2-.184-.46-.167-.736c.02-.32.182-.58.443-.776c.317-.238.716-.783 1.06-1.334c.166-.263.307-.51.407-.69l.023-.042A5.97 5.97 0 0 0 7.998 2H7.95c.091.18.191.395.281.634c.244.646.464 1.592.071 2.428c-.361.77-.984.97-1.45 1.09l-.067.017c-.453.117-.64.165-.776.37c-.126.192-.103.433.04.9l.033.105c.057.182.125.398.16.602c.044.254.056.572-.104.88a1.5 1.5 0 0 1-.622.651a2.1 2.1 0 0 1-.664.21l-.068.012c-.358.063-.54.095-.715.282c-.137.147-.222.402-.271.772q-.029.225-.045.456l-.007.082a4 4 0 0 1-.069.53l-.025.11a6 6 0 0 0 2.215 1.476q-.282.42-.524.868A7 7 0 0 1 1 7.998m1 0a5.97 5.97 0 0 0 .787 2.973l.018-.15c.054-.405.169-.933.532-1.322c.415-.444.923-.528 1.248-.581l.092-.016a1.2 1.2 0 0 0 .36-.103a.5.5 0 0 0 .213-.236c.015-.027.033-.09.006-.245a4 4 0 0 0-.122-.451l-.042-.134c-.13-.425-.333-1.115.081-1.744c.36-.547.939-.686 1.314-.777l.114-.028c.397-.103.632-.2.795-.547c.213-.452.12-1.062-.101-1.65a5.4 5.4 0 0 0-.43-.88A6 6 0 0 0 2 7.998m13.925.74A.5.5 0 0 0 15.5 8.5h-.008l-.026-.003l-.091-.018a6 6 0 0 1-.299-.078l-.095-.026a15 15 0 0 0-.841-.218a8.5 8.5 0 0 0-2.952-.153c-1.202.15-2.121.558-2.748 1.142c-.63.589-.94 1.337-.94 2.1q.001.275.038.52c1.05-.916 2.345-1.657 3.776-2.23a.5.5 0 1 1 .372.929c-.797.319-1.534.687-2.198 1.102c-1.652.964-2.681 2.202-3.435 3.71a.5.5 0 1 0 .894.447c.384-.766.843-1.455 1.448-2.068q.03.057.07.124c.11.186.28.435.512.686c.465.5 1.214 1.034 2.273 1.034c.652 0 1.194-.166 1.638-.456c.44-.286.758-.675.996-1.083c.368-.63.579-1.38.735-1.936q.059-.211.109-.377c.173-.564.426-1.07.66-1.484q.179-.31.325-.541l.016-.026a5 5 0 0 0 .218-.373a.5.5 0 0 0-.022-.486"/></svg>
React
import type { SVGProps } from "react";
export function FluentEarthLeaf16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1 7.998a6.998 6.998 0 0 1 13.966-.666a14 14 0 0 0-1.037-.237a6 6 0 0 0-1.894-3.534c-.101.18-.233.407-.384.648c-.338.54-.823 1.24-1.308 1.603a.2.2 0 0 0-.045.04c0 .027.01.101.085.27q.05.111.13.27c.09.182.202.406.303.655a7 7 0 0 0-.99.223a10 10 0 0 0-.162-.334a9 9 0 0 1-.197-.412c-.088-.2-.184-.46-.167-.736c.02-.32.182-.58.443-.776c.317-.238.716-.783 1.06-1.334c.166-.263.307-.51.407-.69l.023-.042A5.97 5.97 0 0 0 7.998 2H7.95c.091.18.191.395.281.634c.244.646.464 1.592.071 2.428c-.361.77-.984.97-1.45 1.09l-.067.017c-.453.117-.64.165-.776.37c-.126.192-.103.433.04.9l.033.105c.057.182.125.398.16.602c.044.254.056.572-.104.88a1.5 1.5 0 0 1-.622.651a2.1 2.1 0 0 1-.664.21l-.068.012c-.358.063-.54.095-.715.282c-.137.147-.222.402-.271.772q-.029.225-.045.456l-.007.082a4 4 0 0 1-.069.53l-.025.11a6 6 0 0 0 2.215 1.476q-.282.42-.524.868A7 7 0 0 1 1 7.998m1 0a5.97 5.97 0 0 0 .787 2.973l.018-.15c.054-.405.169-.933.532-1.322c.415-.444.923-.528 1.248-.581l.092-.016a1.2 1.2 0 0 0 .36-.103a.5.5 0 0 0 .213-.236c.015-.027.033-.09.006-.245a4 4 0 0 0-.122-.451l-.042-.134c-.13-.425-.333-1.115.081-1.744c.36-.547.939-.686 1.314-.777l.114-.028c.397-.103.632-.2.795-.547c.213-.452.12-1.062-.101-1.65a5.4 5.4 0 0 0-.43-.88A6 6 0 0 0 2 7.998m13.925.74A.5.5 0 0 0 15.5 8.5h-.008l-.026-.003l-.091-.018a6 6 0 0 1-.299-.078l-.095-.026a15 15 0 0 0-.841-.218a8.5 8.5 0 0 0-2.952-.153c-1.202.15-2.121.558-2.748 1.142c-.63.589-.94 1.337-.94 2.1q.001.275.038.52c1.05-.916 2.345-1.657 3.776-2.23a.5.5 0 1 1 .372.929c-.797.319-1.534.687-2.198 1.102c-1.652.964-2.681 2.202-3.435 3.71a.5.5 0 1 0 .894.447c.384-.766.843-1.455 1.448-2.068q.03.057.07.124c.11.186.28.435.512.686c.465.5 1.214 1.034 2.273 1.034c.652 0 1.194-.166 1.638-.456c.44-.286.758-.675.996-1.083c.368-.63.579-1.38.735-1.936q.059-.211.109-.377c.173-.564.426-1.07.66-1.484q.179-.31.325-.541l.016-.026a5 5 0 0 0 .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 16 16"><path fill="currentColor" d="M1 7.998a6.998 6.998 0 0 1 13.966-.666a14 14 0 0 0-1.037-.237a6 6 0 0 0-1.894-3.534c-.101.18-.233.407-.384.648c-.338.54-.823 1.24-1.308 1.603a.2.2 0 0 0-.045.04c0 .027.01.101.085.27q.05.111.13.27c.09.182.202.406.303.655a7 7 0 0 0-.99.223a10 10 0 0 0-.162-.334a9 9 0 0 1-.197-.412c-.088-.2-.184-.46-.167-.736c.02-.32.182-.58.443-.776c.317-.238.716-.783 1.06-1.334c.166-.263.307-.51.407-.69l.023-.042A5.97 5.97 0 0 0 7.998 2H7.95c.091.18.191.395.281.634c.244.646.464 1.592.071 2.428c-.361.77-.984.97-1.45 1.09l-.067.017c-.453.117-.64.165-.776.37c-.126.192-.103.433.04.9l.033.105c.057.182.125.398.16.602c.044.254.056.572-.104.88a1.5 1.5 0 0 1-.622.651a2.1 2.1 0 0 1-.664.21l-.068.012c-.358.063-.54.095-.715.282c-.137.147-.222.402-.271.772q-.029.225-.045.456l-.007.082a4 4 0 0 1-.069.53l-.025.11a6 6 0 0 0 2.215 1.476q-.282.42-.524.868A7 7 0 0 1 1 7.998m1 0a5.97 5.97 0 0 0 .787 2.973l.018-.15c.054-.405.169-.933.532-1.322c.415-.444.923-.528 1.248-.581l.092-.016a1.2 1.2 0 0 0 .36-.103a.5.5 0 0 0 .213-.236c.015-.027.033-.09.006-.245a4 4 0 0 0-.122-.451l-.042-.134c-.13-.425-.333-1.115.081-1.744c.36-.547.939-.686 1.314-.777l.114-.028c.397-.103.632-.2.795-.547c.213-.452.12-1.062-.101-1.65a5.4 5.4 0 0 0-.43-.88A6 6 0 0 0 2 7.998m13.925.74A.5.5 0 0 0 15.5 8.5h-.008l-.026-.003l-.091-.018a6 6 0 0 1-.299-.078l-.095-.026a15 15 0 0 0-.841-.218a8.5 8.5 0 0 0-2.952-.153c-1.202.15-2.121.558-2.748 1.142c-.63.589-.94 1.337-.94 2.1q.001.275.038.52c1.05-.916 2.345-1.657 3.776-2.23a.5.5 0 1 1 .372.929c-.797.319-1.534.687-2.198 1.102c-1.652.964-2.681 2.202-3.435 3.71a.5.5 0 1 0 .894.447c.384-.766.843-1.455 1.448-2.068q.03.057.07.124c.11.186.28.435.512.686c.465.5 1.214 1.034 2.273 1.034c.652 0 1.194-.166 1.638-.456c.44-.286.758-.675.996-1.083c.368-.63.579-1.38.735-1.936q.059-.211.109-.377c.173-.564.426-1.07.66-1.484q.179-.31.325-.541l.016-.026a5 5 0 0 0 .218-.373a.5.5 0 0 0-.022-.486"/></svg> </template>
CSS
.icon-earth-leaf-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%207.998a6.998%206.998%200%200%201%2013.966-.666a14%2014%200%200%200-1.037-.237a6%206%200%200%200-1.894-3.534c-.101.18-.233.407-.384.648c-.338.54-.823%201.24-1.308%201.603a.2.2%200%200%200-.045.04c0%20.027.01.101.085.27q.05.111.13.27c.09.182.202.406.303.655a7%207%200%200%200-.99.223a10%2010%200%200%200-.162-.334a9%209%200%200%201-.197-.412c-.088-.2-.184-.46-.167-.736c.02-.32.182-.58.443-.776c.317-.238.716-.783%201.06-1.334c.166-.263.307-.51.407-.69l.023-.042A5.97%205.97%200%200%200%207.998%202H7.95c.091.18.191.395.281.634c.244.646.464%201.592.071%202.428c-.361.77-.984.97-1.45%201.09l-.067.017c-.453.117-.64.165-.776.37c-.126.192-.103.433.04.9l.033.105c.057.182.125.398.16.602c.044.254.056.572-.104.88a1.5%201.5%200%200%201-.622.651a2.1%202.1%200%200%201-.664.21l-.068.012c-.358.063-.54.095-.715.282c-.137.147-.222.402-.271.772q-.029.225-.045.456l-.007.082a4%204%200%200%201-.069.53l-.025.11a6%206%200%200%200%202.215%201.476q-.282.42-.524.868A7%207%200%200%201%201%207.998m1%200a5.97%205.97%200%200%200%20.787%202.973l.018-.15c.054-.405.169-.933.532-1.322c.415-.444.923-.528%201.248-.581l.092-.016a1.2%201.2%200%200%200%20.36-.103a.5.5%200%200%200%20.213-.236c.015-.027.033-.09.006-.245a4%204%200%200%200-.122-.451l-.042-.134c-.13-.425-.333-1.115.081-1.744c.36-.547.939-.686%201.314-.777l.114-.028c.397-.103.632-.2.795-.547c.213-.452.12-1.062-.101-1.65a5.4%205.4%200%200%200-.43-.88A6%206%200%200%200%202%207.998m13.925.74A.5.5%200%200%200%2015.5%208.5h-.008l-.026-.003l-.091-.018a6%206%200%200%201-.299-.078l-.095-.026a15%2015%200%200%200-.841-.218a8.5%208.5%200%200%200-2.952-.153c-1.202.15-2.121.558-2.748%201.142c-.63.589-.94%201.337-.94%202.1q.001.275.038.52c1.05-.916%202.345-1.657%203.776-2.23a.5.5%200%201%201%20.372.929c-.797.319-1.534.687-2.198%201.102c-1.652.964-2.681%202.202-3.435%203.71a.5.5%200%201%200%20.894.447c.384-.766.843-1.455%201.448-2.068q.03.057.07.124c.11.186.28.435.512.686c.465.5%201.214%201.034%202.273%201.034c.652%200%201.194-.166%201.638-.456c.44-.286.758-.675.996-1.083c.368-.63.579-1.38.735-1.936q.059-.211.109-.377c.173-.564.426-1.07.66-1.484q.179-.31.325-.541l.016-.026a5%205%200%200%200%20.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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%207.998a6.998%206.998%200%200%201%2013.966-.666a14%2014%200%200%200-1.037-.237a6%206%200%200%200-1.894-3.534c-.101.18-.233.407-.384.648c-.338.54-.823%201.24-1.308%201.603a.2.2%200%200%200-.045.04c0%20.027.01.101.085.27q.05.111.13.27c.09.182.202.406.303.655a7%207%200%200%200-.99.223a10%2010%200%200%200-.162-.334a9%209%200%200%201-.197-.412c-.088-.2-.184-.46-.167-.736c.02-.32.182-.58.443-.776c.317-.238.716-.783%201.06-1.334c.166-.263.307-.51.407-.69l.023-.042A5.97%205.97%200%200%200%207.998%202H7.95c.091.18.191.395.281.634c.244.646.464%201.592.071%202.428c-.361.77-.984.97-1.45%201.09l-.067.017c-.453.117-.64.165-.776.37c-.126.192-.103.433.04.9l.033.105c.057.182.125.398.16.602c.044.254.056.572-.104.88a1.5%201.5%200%200%201-.622.651a2.1%202.1%200%200%201-.664.21l-.068.012c-.358.063-.54.095-.715.282c-.137.147-.222.402-.271.772q-.029.225-.045.456l-.007.082a4%204%200%200%201-.069.53l-.025.11a6%206%200%200%200%202.215%201.476q-.282.42-.524.868A7%207%200%200%201%201%207.998m1%200a5.97%205.97%200%200%200%20.787%202.973l.018-.15c.054-.405.169-.933.532-1.322c.415-.444.923-.528%201.248-.581l.092-.016a1.2%201.2%200%200%200%20.36-.103a.5.5%200%200%200%20.213-.236c.015-.027.033-.09.006-.245a4%204%200%200%200-.122-.451l-.042-.134c-.13-.425-.333-1.115.081-1.744c.36-.547.939-.686%201.314-.777l.114-.028c.397-.103.632-.2.795-.547c.213-.452.12-1.062-.101-1.65a5.4%205.4%200%200%200-.43-.88A6%206%200%200%200%202%207.998m13.925.74A.5.5%200%200%200%2015.5%208.5h-.008l-.026-.003l-.091-.018a6%206%200%200%201-.299-.078l-.095-.026a15%2015%200%200%200-.841-.218a8.5%208.5%200%200%200-2.952-.153c-1.202.15-2.121.558-2.748%201.142c-.63.589-.94%201.337-.94%202.1q.001.275.038.52c1.05-.916%202.345-1.657%203.776-2.23a.5.5%200%201%201%20.372.929c-.797.319-1.534.687-2.198%201.102c-1.652.964-2.681%202.202-3.435%203.71a.5.5%200%201%200%20.894.447c.384-.766.843-1.455%201.448-2.068q.03.057.07.124c.11.186.28.435.512.686c.465.5%201.214%201.034%202.273%201.034c.652%200%201.194-.166%201.638-.456c.44-.286.758-.675.996-1.083c.368-.63.579-1.38.735-1.936q.059-.211.109-.377c.173-.564.426-1.07.66-1.484q.179-.31.325-.541l.016-.026a5%205%200%200%200%20.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-16-regular.svg?color=%231a73e8&size=48