fallen leaf emoji

fallen-leaf from Twitter Emoji by Twitter · Default · Animals & Nature · CC-BY-4.0 Attribution required.

Name
fallen-leaf
Set
Twitter Emoji
Style
Default
Category
Animals & Nature
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More animals & nature icons from Twitter Emoji

Use the fallen leaf emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#d99e82" d="M14 20c0 4.418-2 12.562-13.062 13C3.562 29.125 0 24.418 0 20s2.582-8 7-8s7 3.582 7 8"/><path fill="#c1694f" d="M7.997 21.582L8 21.5V18h.542c2.93 0 5.449 2.5 5.449 2.5c0-.553-2.157-4.5-5.741-4.5H8V9a1 1 0 0 0-2 0v7h-.541C1.876 16 .015 19.947.015 20.5c0 0 2.223-2.5 5.152-2.5H6v2.042c0 .393-.02.749-.032 1.12l-.431-.009C1.954 21.083 1.011 24.52 1 25.072c0 0 1.277-1.983 4.206-1.925l.634.013a23 23 0 0 1-.453 2.837c-1.737.379-3.27 1.81-3.36 2.197c0 0 1.87-.487 2.864-.423C3.401 32.095.938 33 .938 33c.371 0 3.43-.973 5.398-4.45l.379.179c.82.489 1.745 2.217 1.745 2.217c.186-.396.138-2.914-1.294-4.241c.321-.905.565-1.931.702-3.094c2.711.79 4.223 3.659 4.223 3.659c.128-.53-.741-4.749-4.094-5.688"/><path fill="#d99e82" d="M15.675 17.283c0 6.339 2.87 18.027 18.745 18.655c-3.767-5.56 1.346-12.315 1.346-18.655S32.06 5.803 25.721 5.803c-6.341-.001-10.046 5.139-10.046 11.48"/><path fill="#c1694f" d="M28.296 21.8c4.201-.084 6.034 2.762 6.034 2.762c-.017-.793-1.367-5.725-6.511-5.624l-.792.016A52 52 0 0 1 27 17.343V15h1.349c4.205 0 7.394 3.023 7.394 3.023c0-.793-2.668-6.023-7.811-6.023H27V1.498c0-.792-.708-1.435-1.5-1.435c-.793 0-1.5.643-1.5 1.435V12h-.073c-5.144 0-8.238 5.229-8.238 6.023c0 0 3.616-3.023 7.821-3.023H24v4.435l.005.211c-4.573 1.502-5.77 7.325-5.589 8.068c0 0 2.062-3.917 5.771-5.163c.209 1.724.586 3.239 1.077 4.566c-1.843 1.948-1.896 5.322-1.638 5.872c0 0 1.324-2.479 2.503-3.181l.323-.152c2.846 4.915 7.217 6.281 7.746 6.281c0 0-3.507-1.288-5.625-7.495c1.37-.165 4.282.598 4.282.598c-.131-.567-2.44-2.723-5.012-3.2a34 34 0 0 1-.632-4.02z"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiFallenLeaf(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#d99e82" d="M14 20c0 4.418-2 12.562-13.062 13C3.562 29.125 0 24.418 0 20s2.582-8 7-8s7 3.582 7 8"/><path fill="#c1694f" d="M7.997 21.582L8 21.5V18h.542c2.93 0 5.449 2.5 5.449 2.5c0-.553-2.157-4.5-5.741-4.5H8V9a1 1 0 0 0-2 0v7h-.541C1.876 16 .015 19.947.015 20.5c0 0 2.223-2.5 5.152-2.5H6v2.042c0 .393-.02.749-.032 1.12l-.431-.009C1.954 21.083 1.011 24.52 1 25.072c0 0 1.277-1.983 4.206-1.925l.634.013a23 23 0 0 1-.453 2.837c-1.737.379-3.27 1.81-3.36 2.197c0 0 1.87-.487 2.864-.423C3.401 32.095.938 33 .938 33c.371 0 3.43-.973 5.398-4.45l.379.179c.82.489 1.745 2.217 1.745 2.217c.186-.396.138-2.914-1.294-4.241c.321-.905.565-1.931.702-3.094c2.711.79 4.223 3.659 4.223 3.659c.128-.53-.741-4.749-4.094-5.688"/><path fill="#d99e82" d="M15.675 17.283c0 6.339 2.87 18.027 18.745 18.655c-3.767-5.56 1.346-12.315 1.346-18.655S32.06 5.803 25.721 5.803c-6.341-.001-10.046 5.139-10.046 11.48"/><path fill="#c1694f" d="M28.296 21.8c4.201-.084 6.034 2.762 6.034 2.762c-.017-.793-1.367-5.725-6.511-5.624l-.792.016A52 52 0 0 1 27 17.343V15h1.349c4.205 0 7.394 3.023 7.394 3.023c0-.793-2.668-6.023-7.811-6.023H27V1.498c0-.792-.708-1.435-1.5-1.435c-.793 0-1.5.643-1.5 1.435V12h-.073c-5.144 0-8.238 5.229-8.238 6.023c0 0 3.616-3.023 7.821-3.023H24v4.435l.005.211c-4.573 1.502-5.77 7.325-5.589 8.068c0 0 2.062-3.917 5.771-5.163c.209 1.724.586 3.239 1.077 4.566c-1.843 1.948-1.896 5.322-1.638 5.872c0 0 1.324-2.479 2.503-3.181l.323-.152c2.846 4.915 7.217 6.281 7.746 6.281c0 0-3.507-1.288-5.625-7.495c1.37-.165 4.282.598 4.282.598c-.131-.567-2.44-2.723-5.012-3.2a34 34 0 0 1-.632-4.02z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#d99e82" d="M14 20c0 4.418-2 12.562-13.062 13C3.562 29.125 0 24.418 0 20s2.582-8 7-8s7 3.582 7 8"/><path fill="#c1694f" d="M7.997 21.582L8 21.5V18h.542c2.93 0 5.449 2.5 5.449 2.5c0-.553-2.157-4.5-5.741-4.5H8V9a1 1 0 0 0-2 0v7h-.541C1.876 16 .015 19.947.015 20.5c0 0 2.223-2.5 5.152-2.5H6v2.042c0 .393-.02.749-.032 1.12l-.431-.009C1.954 21.083 1.011 24.52 1 25.072c0 0 1.277-1.983 4.206-1.925l.634.013a23 23 0 0 1-.453 2.837c-1.737.379-3.27 1.81-3.36 2.197c0 0 1.87-.487 2.864-.423C3.401 32.095.938 33 .938 33c.371 0 3.43-.973 5.398-4.45l.379.179c.82.489 1.745 2.217 1.745 2.217c.186-.396.138-2.914-1.294-4.241c.321-.905.565-1.931.702-3.094c2.711.79 4.223 3.659 4.223 3.659c.128-.53-.741-4.749-4.094-5.688"/><path fill="#d99e82" d="M15.675 17.283c0 6.339 2.87 18.027 18.745 18.655c-3.767-5.56 1.346-12.315 1.346-18.655S32.06 5.803 25.721 5.803c-6.341-.001-10.046 5.139-10.046 11.48"/><path fill="#c1694f" d="M28.296 21.8c4.201-.084 6.034 2.762 6.034 2.762c-.017-.793-1.367-5.725-6.511-5.624l-.792.016A52 52 0 0 1 27 17.343V15h1.349c4.205 0 7.394 3.023 7.394 3.023c0-.793-2.668-6.023-7.811-6.023H27V1.498c0-.792-.708-1.435-1.5-1.435c-.793 0-1.5.643-1.5 1.435V12h-.073c-5.144 0-8.238 5.229-8.238 6.023c0 0 3.616-3.023 7.821-3.023H24v4.435l.005.211c-4.573 1.502-5.77 7.325-5.589 8.068c0 0 2.062-3.917 5.771-5.163c.209 1.724.586 3.239 1.077 4.566c-1.843 1.948-1.896 5.322-1.638 5.872c0 0 1.324-2.479 2.503-3.181l.323-.152c2.846 4.915 7.217 6.281 7.746 6.281c0 0-3.507-1.288-5.625-7.495c1.37-.165 4.282.598 4.282.598c-.131-.567-2.44-2.723-5.012-3.2a34 34 0 0 1-.632-4.02z"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23d99e82%22%20d%3D%22M14%2020c0%204.418-2%2012.562-13.062%2013C3.562%2029.125%200%2024.418%200%2020s2.582-8%207-8s7%203.582%207%208%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M7.997%2021.582L8%2021.5V18h.542c2.93%200%205.449%202.5%205.449%202.5c0-.553-2.157-4.5-5.741-4.5H8V9a1%201%200%200%200-2%200v7h-.541C1.876%2016%20.015%2019.947.015%2020.5c0%200%202.223-2.5%205.152-2.5H6v2.042c0%20.393-.02.749-.032%201.12l-.431-.009C1.954%2021.083%201.011%2024.52%201%2025.072c0%200%201.277-1.983%204.206-1.925l.634.013a23%2023%200%200%201-.453%202.837c-1.737.379-3.27%201.81-3.36%202.197c0%200%201.87-.487%202.864-.423C3.401%2032.095.938%2033%20.938%2033c.371%200%203.43-.973%205.398-4.45l.379.179c.82.489%201.745%202.217%201.745%202.217c.186-.396.138-2.914-1.294-4.241c.321-.905.565-1.931.702-3.094c2.711.79%204.223%203.659%204.223%203.659c.128-.53-.741-4.749-4.094-5.688%22%2F%3E%3Cpath%20fill%3D%22%23d99e82%22%20d%3D%22M15.675%2017.283c0%206.339%202.87%2018.027%2018.745%2018.655c-3.767-5.56%201.346-12.315%201.346-18.655S32.06%205.803%2025.721%205.803c-6.341-.001-10.046%205.139-10.046%2011.48%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M28.296%2021.8c4.201-.084%206.034%202.762%206.034%202.762c-.017-.793-1.367-5.725-6.511-5.624l-.792.016A52%2052%200%200%201%2027%2017.343V15h1.349c4.205%200%207.394%203.023%207.394%203.023c0-.793-2.668-6.023-7.811-6.023H27V1.498c0-.792-.708-1.435-1.5-1.435c-.793%200-1.5.643-1.5%201.435V12h-.073c-5.144%200-8.238%205.229-8.238%206.023c0%200%203.616-3.023%207.821-3.023H24v4.435l.005.211c-4.573%201.502-5.77%207.325-5.589%208.068c0%200%202.062-3.917%205.771-5.163c.209%201.724.586%203.239%201.077%204.566c-1.843%201.948-1.896%205.322-1.638%205.872c0%200%201.324-2.479%202.503-3.181l.323-.152c2.846%204.915%207.217%206.281%207.746%206.281c0%200-3.507-1.288-5.625-7.495c1.37-.165%204.282.598%204.282.598c-.131-.567-2.44-2.723-5.012-3.2a34%2034%200%200%201-.632-4.02z%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23d99e82%22%20d%3D%22M14%2020c0%204.418-2%2012.562-13.062%2013C3.562%2029.125%200%2024.418%200%2020s2.582-8%207-8s7%203.582%207%208%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M7.997%2021.582L8%2021.5V18h.542c2.93%200%205.449%202.5%205.449%202.5c0-.553-2.157-4.5-5.741-4.5H8V9a1%201%200%200%200-2%200v7h-.541C1.876%2016%20.015%2019.947.015%2020.5c0%200%202.223-2.5%205.152-2.5H6v2.042c0%20.393-.02.749-.032%201.12l-.431-.009C1.954%2021.083%201.011%2024.52%201%2025.072c0%200%201.277-1.983%204.206-1.925l.634.013a23%2023%200%200%201-.453%202.837c-1.737.379-3.27%201.81-3.36%202.197c0%200%201.87-.487%202.864-.423C3.401%2032.095.938%2033%20.938%2033c.371%200%203.43-.973%205.398-4.45l.379.179c.82.489%201.745%202.217%201.745%202.217c.186-.396.138-2.914-1.294-4.241c.321-.905.565-1.931.702-3.094c2.711.79%204.223%203.659%204.223%203.659c.128-.53-.741-4.749-4.094-5.688%22%2F%3E%3Cpath%20fill%3D%22%23d99e82%22%20d%3D%22M15.675%2017.283c0%206.339%202.87%2018.027%2018.745%2018.655c-3.767-5.56%201.346-12.315%201.346-18.655S32.06%205.803%2025.721%205.803c-6.341-.001-10.046%205.139-10.046%2011.48%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M28.296%2021.8c4.201-.084%206.034%202.762%206.034%202.762c-.017-.793-1.367-5.725-6.511-5.624l-.792.016A52%2052%200%200%201%2027%2017.343V15h1.349c4.205%200%207.394%203.023%207.394%203.023c0-.793-2.668-6.023-7.811-6.023H27V1.498c0-.792-.708-1.435-1.5-1.435c-.793%200-1.5.643-1.5%201.435V12h-.073c-5.144%200-8.238%205.229-8.238%206.023c0%200%203.616-3.023%207.821-3.023H24v4.435l.005.211c-4.573%201.502-5.77%207.325-5.589%208.068c0%200%202.062-3.917%205.771-5.163c.209%201.724.586%203.239%201.077%204.566c-1.843%201.948-1.896%205.322-1.638%205.872c0%200%201.324-2.479%202.503-3.181l.323-.152c2.846%204.915%207.217%206.281%207.746%206.281c0%200-3.507-1.288-5.625-7.495c1.37-.165%204.282.598%204.282.598c-.131-.567-2.44-2.723-5.012-3.2a34%2034%200%200%201-.632-4.02z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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