fallen-leaf from Emoji One (Colored) by Emoji One · Default · Nature · CC-BY-4.0 Attribution required.

Name
fallen-leaf
Set
Emoji One (Colored)
Style
Default
Category
Nature
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More nature icons from Emoji One (Colored)

Use the fallen leaf emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ffd93b" d="M56.5 31.3c0-.5.1-.9.3-1.3c-1.9-1.1-3-2.7-3-4.5c.1-2.8 3.3-5.1 7.4-5.5c1-9.4.8-17 .8-17S24.9 1.7 11.4 14.7l-.7.7c2 1.2 3.3 3.2 3.3 5.5c0 3.7-3.5 6.8-7.8 6.8c-1.3 0-2.5-.3-3.6-.8c-3.9 11.7 12 15.1 15.5 18.5c4.5 4.3 9 28.4 31.7 6.5c4.1-4 6.9-10.2 8.7-16.8c-1.2-1-2-2.3-2-3.8"/><path fill="#db9523" d="m24.5 40.9l4.6-4.6l19 11.7l-18.3-12.5l7.6-7.6l17 7.5l-16.3-8.3l7.1-7.2l12.9-.6l-11.9-.4L62 3L45.5 18.2l-.4-11.5l-.6 12.5l-7.4 6.9l-8.6-15.8l7.8 16.5l-8 7.3l-12.9-17.6l12.2 18.3l-4.8 4.4l-12.9-7.6l12.2 8.3L9.6 51.4l2.3 2.2l11.9-12l8.6 11.7z"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneFallenLeaf(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ffd93b" d="M56.5 31.3c0-.5.1-.9.3-1.3c-1.9-1.1-3-2.7-3-4.5c.1-2.8 3.3-5.1 7.4-5.5c1-9.4.8-17 .8-17S24.9 1.7 11.4 14.7l-.7.7c2 1.2 3.3 3.2 3.3 5.5c0 3.7-3.5 6.8-7.8 6.8c-1.3 0-2.5-.3-3.6-.8c-3.9 11.7 12 15.1 15.5 18.5c4.5 4.3 9 28.4 31.7 6.5c4.1-4 6.9-10.2 8.7-16.8c-1.2-1-2-2.3-2-3.8"/><path fill="#db9523" d="m24.5 40.9l4.6-4.6l19 11.7l-18.3-12.5l7.6-7.6l17 7.5l-16.3-8.3l7.1-7.2l12.9-.6l-11.9-.4L62 3L45.5 18.2l-.4-11.5l-.6 12.5l-7.4 6.9l-8.6-15.8l7.8 16.5l-8 7.3l-12.9-17.6l12.2 18.3l-4.8 4.4l-12.9-7.6l12.2 8.3L9.6 51.4l2.3 2.2l11.9-12l8.6 11.7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ffd93b" d="M56.5 31.3c0-.5.1-.9.3-1.3c-1.9-1.1-3-2.7-3-4.5c.1-2.8 3.3-5.1 7.4-5.5c1-9.4.8-17 .8-17S24.9 1.7 11.4 14.7l-.7.7c2 1.2 3.3 3.2 3.3 5.5c0 3.7-3.5 6.8-7.8 6.8c-1.3 0-2.5-.3-3.6-.8c-3.9 11.7 12 15.1 15.5 18.5c4.5 4.3 9 28.4 31.7 6.5c4.1-4 6.9-10.2 8.7-16.8c-1.2-1-2-2.3-2-3.8"/><path fill="#db9523" d="m24.5 40.9l4.6-4.6l19 11.7l-18.3-12.5l7.6-7.6l17 7.5l-16.3-8.3l7.1-7.2l12.9-.6l-11.9-.4L62 3L45.5 18.2l-.4-11.5l-.6 12.5l-7.4 6.9l-8.6-15.8l7.8 16.5l-8 7.3l-12.9-17.6l12.2 18.3l-4.8 4.4l-12.9-7.6l12.2 8.3L9.6 51.4l2.3 2.2l11.9-12l8.6 11.7z"/></svg>
</template>

CSS

.icon-fallen-leaf {
  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%2064%2064%22%3E%3Cpath%20fill%3D%22%23ffd93b%22%20d%3D%22M56.5%2031.3c0-.5.1-.9.3-1.3c-1.9-1.1-3-2.7-3-4.5c.1-2.8%203.3-5.1%207.4-5.5c1-9.4.8-17%20.8-17S24.9%201.7%2011.4%2014.7l-.7.7c2%201.2%203.3%203.2%203.3%205.5c0%203.7-3.5%206.8-7.8%206.8c-1.3%200-2.5-.3-3.6-.8c-3.9%2011.7%2012%2015.1%2015.5%2018.5c4.5%204.3%209%2028.4%2031.7%206.5c4.1-4%206.9-10.2%208.7-16.8c-1.2-1-2-2.3-2-3.8%22%2F%3E%3Cpath%20fill%3D%22%23db9523%22%20d%3D%22m24.5%2040.9l4.6-4.6l19%2011.7l-18.3-12.5l7.6-7.6l17%207.5l-16.3-8.3l7.1-7.2l12.9-.6l-11.9-.4L62%203L45.5%2018.2l-.4-11.5l-.6%2012.5l-7.4%206.9l-8.6-15.8l7.8%2016.5l-8%207.3l-12.9-17.6l12.2%2018.3l-4.8%204.4l-12.9-7.6l12.2%208.3L9.6%2051.4l2.3%202.2l11.9-12l8.6%2011.7z%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23ffd93b%22%20d%3D%22M56.5%2031.3c0-.5.1-.9.3-1.3c-1.9-1.1-3-2.7-3-4.5c.1-2.8%203.3-5.1%207.4-5.5c1-9.4.8-17%20.8-17S24.9%201.7%2011.4%2014.7l-.7.7c2%201.2%203.3%203.2%203.3%205.5c0%203.7-3.5%206.8-7.8%206.8c-1.3%200-2.5-.3-3.6-.8c-3.9%2011.7%2012%2015.1%2015.5%2018.5c4.5%204.3%209%2028.4%2031.7%206.5c4.1-4%206.9-10.2%208.7-16.8c-1.2-1-2-2.3-2-3.8%22%2F%3E%3Cpath%20fill%3D%22%23db9523%22%20d%3D%22m24.5%2040.9l4.6-4.6l19%2011.7l-18.3-12.5l7.6-7.6l17%207.5l-16.3-8.3l7.1-7.2l12.9-.6l-11.9-.4L62%203L45.5%2018.2l-.4-11.5l-.6%2012.5l-7.4%206.9l-8.6-15.8l7.8%2016.5l-8%207.3l-12.9-17.6l12.2%2018.3l-4.8%204.4l-12.9-7.6l12.2%208.3L9.6%2051.4l2.3%202.2l11.9-12l8.6%2011.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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