deciduous tree emoji
deciduous-tree from OpenMoji by OpenMoji · Default · Animals Nature · CC-BY-SA-4.0 Attribution required.
- Name
- deciduous-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 deciduous tree emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" d="M51.56 17.73q-.764.005-1.524.091l-.673.072l-.317-.6c-2.673-5.047-8.5-8.308-14.854-8.308c-9.026 0-16.369 6.4-16.369 14.268q.003.776.1 1.544l.1.824l-.792.251c-4.015 1.272-6.608 4.186-6.608 7.421c0 4.445 4.851 8.061 10.813 8.061a13.17 13.17 0 0 0 6.584-1.688l.591-.34l.19.15l.343.275c2.714 2.167 7.082 3.462 11.683 3.462c7.763 0 14.32-3.69 14.32-8.06a4.4 4.4 0 0 0-.077-.806l-.139-.75l-.021-.118l.842-.266c4.021-1.27 6.621-4.185 6.621-7.425c.002-4.439-4.85-8.058-10.812-8.058"/><path fill="#5c9e31" d="M39.469 27.997s4.916 7.331 15.442 5.488l.628 1.706l-.827 2.619c-2.59 3.187-5.093 4.65-9.103 5.535l-7.939.044l-7.212-1.933l-1.846-2.126a17.56 17.56 0 0 0 10.856-11.333"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="M35.789 63.943V52.776l-7.63-7.516m7.63 7.516l4.368-4.546"/><path stroke-miterlimit="10" d="M63.375 25.773c0-5-5.29-9.06-11.814-9.06a15 15 0 0 0-1.63.1c-2.764-5.217-8.763-8.84-15.739-8.84c-9.593 0-17.369 6.836-17.369 15.268q.003.837.108 1.667c-4.288 1.36-7.306 4.595-7.306 8.374c0 5 5.29 9.061 11.813 9.061c2.48.021 4.922-.607 7.084-1.822c2.791 2.23 7.257 3.681 12.308 3.681c8.46 0 15.32-4.057 15.32-9.06a5.5 5.5 0 0 0-.095-.987c4.293-1.36 7.32-4.598 7.32-8.382Z"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiDeciduousTree(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" d="M51.56 17.73q-.764.005-1.524.091l-.673.072l-.317-.6c-2.673-5.047-8.5-8.308-14.854-8.308c-9.026 0-16.369 6.4-16.369 14.268q.003.776.1 1.544l.1.824l-.792.251c-4.015 1.272-6.608 4.186-6.608 7.421c0 4.445 4.851 8.061 10.813 8.061a13.17 13.17 0 0 0 6.584-1.688l.591-.34l.19.15l.343.275c2.714 2.167 7.082 3.462 11.683 3.462c7.763 0 14.32-3.69 14.32-8.06a4.4 4.4 0 0 0-.077-.806l-.139-.75l-.021-.118l.842-.266c4.021-1.27 6.621-4.185 6.621-7.425c.002-4.439-4.85-8.058-10.812-8.058"/><path fill="#5c9e31" d="M39.469 27.997s4.916 7.331 15.442 5.488l.628 1.706l-.827 2.619c-2.59 3.187-5.093 4.65-9.103 5.535l-7.939.044l-7.212-1.933l-1.846-2.126a17.56 17.56 0 0 0 10.856-11.333"/><g fill="none" stroke="#000" strokeLinecap="round" strokeWidth="2"><path strokeLinejoin="round" d="M35.789 63.943V52.776l-7.63-7.516m7.63 7.516l4.368-4.546"/><path strokeMiterlimit="10" d="M63.375 25.773c0-5-5.29-9.06-11.814-9.06a15 15 0 0 0-1.63.1c-2.764-5.217-8.763-8.84-15.739-8.84c-9.593 0-17.369 6.836-17.369 15.268q.003.837.108 1.667c-4.288 1.36-7.306 4.595-7.306 8.374c0 5 5.29 9.061 11.813 9.061c2.48.021 4.922-.607 7.084-1.822c2.791 2.23 7.257 3.681 12.308 3.681c8.46 0 15.32-4.057 15.32-9.06a5.5 5.5 0 0 0-.095-.987c4.293-1.36 7.32-4.598 7.32-8.382Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" d="M51.56 17.73q-.764.005-1.524.091l-.673.072l-.317-.6c-2.673-5.047-8.5-8.308-14.854-8.308c-9.026 0-16.369 6.4-16.369 14.268q.003.776.1 1.544l.1.824l-.792.251c-4.015 1.272-6.608 4.186-6.608 7.421c0 4.445 4.851 8.061 10.813 8.061a13.17 13.17 0 0 0 6.584-1.688l.591-.34l.19.15l.343.275c2.714 2.167 7.082 3.462 11.683 3.462c7.763 0 14.32-3.69 14.32-8.06a4.4 4.4 0 0 0-.077-.806l-.139-.75l-.021-.118l.842-.266c4.021-1.27 6.621-4.185 6.621-7.425c.002-4.439-4.85-8.058-10.812-8.058"/><path fill="#5c9e31" d="M39.469 27.997s4.916 7.331 15.442 5.488l.628 1.706l-.827 2.619c-2.59 3.187-5.093 4.65-9.103 5.535l-7.939.044l-7.212-1.933l-1.846-2.126a17.56 17.56 0 0 0 10.856-11.333"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="M35.789 63.943V52.776l-7.63-7.516m7.63 7.516l4.368-4.546"/><path stroke-miterlimit="10" d="M63.375 25.773c0-5-5.29-9.06-11.814-9.06a15 15 0 0 0-1.63.1c-2.764-5.217-8.763-8.84-15.739-8.84c-9.593 0-17.369 6.836-17.369 15.268q.003.837.108 1.667c-4.288 1.36-7.306 4.595-7.306 8.374c0 5 5.29 9.061 11.813 9.061c2.48.021 4.922-.607 7.084-1.822c2.791 2.23 7.257 3.681 12.308 3.681c8.46 0 15.32-4.057 15.32-9.06a5.5 5.5 0 0 0-.095-.987c4.293-1.36 7.32-4.598 7.32-8.382Z"/></g></svg> </template>
CSS
.icon-deciduous-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%23b1cc33%22%20d%3D%22M51.56%2017.73q-.764.005-1.524.091l-.673.072l-.317-.6c-2.673-5.047-8.5-8.308-14.854-8.308c-9.026%200-16.369%206.4-16.369%2014.268q.003.776.1%201.544l.1.824l-.792.251c-4.015%201.272-6.608%204.186-6.608%207.421c0%204.445%204.851%208.061%2010.813%208.061a13.17%2013.17%200%200%200%206.584-1.688l.591-.34l.19.15l.343.275c2.714%202.167%207.082%203.462%2011.683%203.462c7.763%200%2014.32-3.69%2014.32-8.06a4.4%204.4%200%200%200-.077-.806l-.139-.75l-.021-.118l.842-.266c4.021-1.27%206.621-4.185%206.621-7.425c.002-4.439-4.85-8.058-10.812-8.058%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M39.469%2027.997s4.916%207.331%2015.442%205.488l.628%201.706l-.827%202.619c-2.59%203.187-5.093%204.65-9.103%205.535l-7.939.044l-7.212-1.933l-1.846-2.126a17.56%2017.56%200%200%200%2010.856-11.333%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M35.789%2063.943V52.776l-7.63-7.516m7.63%207.516l4.368-4.546%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M63.375%2025.773c0-5-5.29-9.06-11.814-9.06a15%2015%200%200%200-1.63.1c-2.764-5.217-8.763-8.84-15.739-8.84c-9.593%200-17.369%206.836-17.369%2015.268q.003.837.108%201.667c-4.288%201.36-7.306%204.595-7.306%208.374c0%205%205.29%209.061%2011.813%209.061c2.48.021%204.922-.607%207.084-1.822c2.791%202.23%207.257%203.681%2012.308%203.681c8.46%200%2015.32-4.057%2015.32-9.06a5.5%205.5%200%200%200-.095-.987c4.293-1.36%207.32-4.598%207.32-8.382Z%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%23b1cc33%22%20d%3D%22M51.56%2017.73q-.764.005-1.524.091l-.673.072l-.317-.6c-2.673-5.047-8.5-8.308-14.854-8.308c-9.026%200-16.369%206.4-16.369%2014.268q.003.776.1%201.544l.1.824l-.792.251c-4.015%201.272-6.608%204.186-6.608%207.421c0%204.445%204.851%208.061%2010.813%208.061a13.17%2013.17%200%200%200%206.584-1.688l.591-.34l.19.15l.343.275c2.714%202.167%207.082%203.462%2011.683%203.462c7.763%200%2014.32-3.69%2014.32-8.06a4.4%204.4%200%200%200-.077-.806l-.139-.75l-.021-.118l.842-.266c4.021-1.27%206.621-4.185%206.621-7.425c.002-4.439-4.85-8.058-10.812-8.058%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M39.469%2027.997s4.916%207.331%2015.442%205.488l.628%201.706l-.827%202.619c-2.59%203.187-5.093%204.65-9.103%205.535l-7.939.044l-7.212-1.933l-1.846-2.126a17.56%2017.56%200%200%200%2010.856-11.333%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M35.789%2063.943V52.776l-7.63-7.516m7.63%207.516l4.368-4.546%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M63.375%2025.773c0-5-5.29-9.06-11.814-9.06a15%2015%200%200%200-1.63.1c-2.764-5.217-8.763-8.84-15.739-8.84c-9.593%200-17.369%206.836-17.369%2015.268q.003.837.108%201.667c-4.288%201.36-7.306%204.595-7.306%208.374c0%205%205.29%209.061%2011.813%209.061c2.48.021%204.922-.607%207.084-1.822c2.791%202.23%207.257%203.681%2012.308%203.681c8.46%200%2015.32-4.057%2015.32-9.06a5.5%205.5%200%200%200-.095-.987c4.293-1.36%207.32-4.598%207.32-8.382Z%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/deciduous-tree.svg?color=%231a73e8&size=48