leafless tree emoji
leafless-tree from OpenMoji by OpenMoji · Default · Animals Nature · CC-BY-SA-4.0 Attribution required.
- Name
- leafless-tree
- Set
- OpenMoji
- Style
- Default
- Category
- Animals Nature
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More animals nature icons from OpenMoji
Use the leafless tree emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" d="m40.084 30.19l7.864-5.176A4.53 4.53 0 0 1 54 26s-8.862 6.204-8.862 6.204a5 5 0 0 0-1.702 2.065l-2.574 5.792A10 10 0 0 0 40 44.122v9.536a5 5 0 0 0 1.8 3.841L46 61l-6.75-1.688a2 2 0 0 0-2.051.696L36 61.515l-1.104-1.388a2 2 0 0 0-2.249-.635L23 63l7.07-5.499A5 5 0 0 0 32 53.555V40l-6.582-8.463a3 3 0 0 0-1.026-.841L11 24l16.243 3.61a5 5 0 0 1 2.862 1.81l2.918 3.752l1.153-4.429l-4.046-12.349a7 7 0 0 1-.27-3.22l.672-4.477z"/><path fill="none" stroke="#a57939" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="m33.023 33.172l1.152-4.428"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M40.084 30.19L30.532 8.697l-.673 4.478a7 7 0 0 0 .27 3.22l4.046 12.348M36 37l-5.895-7.58a5 5 0 0 0-2.862-1.81L11 24l13.391 6.696a3 3 0 0 1 1.027.841L32 40m22-14h4z"/><path d="m37.333 32l10.615-6.986A4.53 4.53 0 0 1 54 26h0l-8.862 6.204a5 5 0 0 0-1.702 2.065l-2.574 5.792A10 10 0 0 0 40 44.122v9.536a5 5 0 0 0 1.8 3.841L46 61l-6.75-1.688a2 2 0 0 0-2.051.696L36 61.515l-1.104-1.388a2 2 0 0 0-2.249-.635L23 63l7.07-5.499A5 5 0 0 0 32 53.555V40m10-24l-.649 3.245a5 5 0 0 1-1.737 2.889L37.334 24m-9.223 11H22m25.657-9.799V14.766m-28.899 3.742l2.68 7.812"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiLeaflessTree(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" d="m40.084 30.19l7.864-5.176A4.53 4.53 0 0 1 54 26s-8.862 6.204-8.862 6.204a5 5 0 0 0-1.702 2.065l-2.574 5.792A10 10 0 0 0 40 44.122v9.536a5 5 0 0 0 1.8 3.841L46 61l-6.75-1.688a2 2 0 0 0-2.051.696L36 61.515l-1.104-1.388a2 2 0 0 0-2.249-.635L23 63l7.07-5.499A5 5 0 0 0 32 53.555V40l-6.582-8.463a3 3 0 0 0-1.026-.841L11 24l16.243 3.61a5 5 0 0 1 2.862 1.81l2.918 3.752l1.153-4.429l-4.046-12.349a7 7 0 0 1-.27-3.22l.672-4.477z"/><path fill="none" stroke="#a57939" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="2" d="m33.023 33.172l1.152-4.428"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M40.084 30.19L30.532 8.697l-.673 4.478a7 7 0 0 0 .27 3.22l4.046 12.348M36 37l-5.895-7.58a5 5 0 0 0-2.862-1.81L11 24l13.391 6.696a3 3 0 0 1 1.027.841L32 40m22-14h4z"/><path d="m37.333 32l10.615-6.986A4.53 4.53 0 0 1 54 26h0l-8.862 6.204a5 5 0 0 0-1.702 2.065l-2.574 5.792A10 10 0 0 0 40 44.122v9.536a5 5 0 0 0 1.8 3.841L46 61l-6.75-1.688a2 2 0 0 0-2.051.696L36 61.515l-1.104-1.388a2 2 0 0 0-2.249-.635L23 63l7.07-5.499A5 5 0 0 0 32 53.555V40m10-24l-.649 3.245a5 5 0 0 1-1.737 2.889L37.334 24m-9.223 11H22m25.657-9.799V14.766m-28.899 3.742l2.68 7.812"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" d="m40.084 30.19l7.864-5.176A4.53 4.53 0 0 1 54 26s-8.862 6.204-8.862 6.204a5 5 0 0 0-1.702 2.065l-2.574 5.792A10 10 0 0 0 40 44.122v9.536a5 5 0 0 0 1.8 3.841L46 61l-6.75-1.688a2 2 0 0 0-2.051.696L36 61.515l-1.104-1.388a2 2 0 0 0-2.249-.635L23 63l7.07-5.499A5 5 0 0 0 32 53.555V40l-6.582-8.463a3 3 0 0 0-1.026-.841L11 24l16.243 3.61a5 5 0 0 1 2.862 1.81l2.918 3.752l1.153-4.429l-4.046-12.349a7 7 0 0 1-.27-3.22l.672-4.477z"/><path fill="none" stroke="#a57939" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="m33.023 33.172l1.152-4.428"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M40.084 30.19L30.532 8.697l-.673 4.478a7 7 0 0 0 .27 3.22l4.046 12.348M36 37l-5.895-7.58a5 5 0 0 0-2.862-1.81L11 24l13.391 6.696a3 3 0 0 1 1.027.841L32 40m22-14h4z"/><path d="m37.333 32l10.615-6.986A4.53 4.53 0 0 1 54 26h0l-8.862 6.204a5 5 0 0 0-1.702 2.065l-2.574 5.792A10 10 0 0 0 40 44.122v9.536a5 5 0 0 0 1.8 3.841L46 61l-6.75-1.688a2 2 0 0 0-2.051.696L36 61.515l-1.104-1.388a2 2 0 0 0-2.249-.635L23 63l7.07-5.499A5 5 0 0 0 32 53.555V40m10-24l-.649 3.245a5 5 0 0 1-1.737 2.889L37.334 24m-9.223 11H22m25.657-9.799V14.766m-28.899 3.742l2.68 7.812"/></g></svg> </template>
CSS
.icon-leafless-tree {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22m40.084%2030.19l7.864-5.176A4.53%204.53%200%200%201%2054%2026s-8.862%206.204-8.862%206.204a5%205%200%200%200-1.702%202.065l-2.574%205.792A10%2010%200%200%200%2040%2044.122v9.536a5%205%200%200%200%201.8%203.841L46%2061l-6.75-1.688a2%202%200%200%200-2.051.696L36%2061.515l-1.104-1.388a2%202%200%200%200-2.249-.635L23%2063l7.07-5.499A5%205%200%200%200%2032%2053.555V40l-6.582-8.463a3%203%200%200%200-1.026-.841L11%2024l16.243%203.61a5%205%200%200%201%202.862%201.81l2.918%203.752l1.153-4.429l-4.046-12.349a7%207%200%200%201-.27-3.22l.672-4.477z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23a57939%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m33.023%2033.172l1.152-4.428%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M40.084%2030.19L30.532%208.697l-.673%204.478a7%207%200%200%200%20.27%203.22l4.046%2012.348M36%2037l-5.895-7.58a5%205%200%200%200-2.862-1.81L11%2024l13.391%206.696a3%203%200%200%201%201.027.841L32%2040m22-14h4z%22%2F%3E%3Cpath%20d%3D%22m37.333%2032l10.615-6.986A4.53%204.53%200%200%201%2054%2026h0l-8.862%206.204a5%205%200%200%200-1.702%202.065l-2.574%205.792A10%2010%200%200%200%2040%2044.122v9.536a5%205%200%200%200%201.8%203.841L46%2061l-6.75-1.688a2%202%200%200%200-2.051.696L36%2061.515l-1.104-1.388a2%202%200%200%200-2.249-.635L23%2063l7.07-5.499A5%205%200%200%200%2032%2053.555V40m10-24l-.649%203.245a5%205%200%200%201-1.737%202.889L37.334%2024m-9.223%2011H22m25.657-9.799V14.766m-28.899%203.742l2.68%207.812%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22m40.084%2030.19l7.864-5.176A4.53%204.53%200%200%201%2054%2026s-8.862%206.204-8.862%206.204a5%205%200%200%200-1.702%202.065l-2.574%205.792A10%2010%200%200%200%2040%2044.122v9.536a5%205%200%200%200%201.8%203.841L46%2061l-6.75-1.688a2%202%200%200%200-2.051.696L36%2061.515l-1.104-1.388a2%202%200%200%200-2.249-.635L23%2063l7.07-5.499A5%205%200%200%200%2032%2053.555V40l-6.582-8.463a3%203%200%200%200-1.026-.841L11%2024l16.243%203.61a5%205%200%200%201%202.862%201.81l2.918%203.752l1.153-4.429l-4.046-12.349a7%207%200%200%201-.27-3.22l.672-4.477z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23a57939%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m33.023%2033.172l1.152-4.428%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M40.084%2030.19L30.532%208.697l-.673%204.478a7%207%200%200%200%20.27%203.22l4.046%2012.348M36%2037l-5.895-7.58a5%205%200%200%200-2.862-1.81L11%2024l13.391%206.696a3%203%200%200%201%201.027.841L32%2040m22-14h4z%22%2F%3E%3Cpath%20d%3D%22m37.333%2032l10.615-6.986A4.53%204.53%200%200%201%2054%2026h0l-8.862%206.204a5%205%200%200%200-1.702%202.065l-2.574%205.792A10%2010%200%200%200%2040%2044.122v9.536a5%205%200%200%200%201.8%203.841L46%2061l-6.75-1.688a2%202%200%200%200-2.051.696L36%2061.515l-1.104-1.388a2%202%200%200%200-2.249-.635L23%2063l7.07-5.499A5%205%200%200%200%2032%2053.555V40m10-24l-.649%203.245a5%205%200%200%201-1.737%202.889L37.334%2024m-9.223%2011H22m25.657-9.799V14.766m-28.899%203.742l2.68%207.812%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/leafless-tree.svg?color=%231a73e8&size=48