leafless tree emoji
leafless-tree from Twitter Emoji by Twitter · Default · Animals & Nature · CC-BY-4.0 Attribution required.
- Name
- leafless-tree
- 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 leafless tree emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#5e2618" d="M26 23.07a1.1 1.1 0 0 0 .24-.22l6.46-7.25c.82-.95.1-1.72-.9-1L29 16.83a.45.45 0 0 1-.72-.25l-.64-2.78a.75.75 0 0 0-.77-.57a.74.74 0 0 0-.7.78l.16 3.66a2.22 2.22 0 0 1-.84 1.84l-1.32 1.06l-2.09 1.67l-.44-6l9-10A.84.84 0 0 0 29.53 5l-2.48 2a.47.47 0 0 1-.75-.26L25.63 4a.77.77 0 0 0-1.52.22L24.28 8a2.31 2.31 0 0 1-.87 1.91l-5.25 4.2l-1.89-2.16A1.91 1.91 0 0 1 16 9.78l5.34-7.85A.84.84 0 0 0 20.07.84l-7.38 7a1.08 1.08 0 0 1-1.67.1L10 6.81l-.78-.88l.17-.15l2.23-2.73c.54-.58.1-1.08-.55-.62l-3 1.85a.6.6 0 0 0-.17.15L6.38 2.72a.77.77 0 0 0-1.12-.09a.79.79 0 0 0-.09 1l1.36 2.08l8 11.92l.73 1.1a4.23 4.23 0 0 1 .7 2.7l-.19 1.67l-5.55-1.1a1.85 1.85 0 0 1-1.12-1.16L7.75 13.3c-.2-1.15-1.18-1.08-1.22.09l-.2 6.19l-2.25-1.7c-.9-.74-1.6-.05-.87.86l3.86 5a1.7 1.7 0 0 0 .4.36l.27.17l7.45 3.82l-.48 4.18a2.77 2.77 0 0 0 1.65 2.6c1.49.68 4.07.76 5.39-.34a2.89 2.89 0 0 0 1.06-2.26L22.42 27"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiLeaflessTree(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#5e2618" d="M26 23.07a1.1 1.1 0 0 0 .24-.22l6.46-7.25c.82-.95.1-1.72-.9-1L29 16.83a.45.45 0 0 1-.72-.25l-.64-2.78a.75.75 0 0 0-.77-.57a.74.74 0 0 0-.7.78l.16 3.66a2.22 2.22 0 0 1-.84 1.84l-1.32 1.06l-2.09 1.67l-.44-6l9-10A.84.84 0 0 0 29.53 5l-2.48 2a.47.47 0 0 1-.75-.26L25.63 4a.77.77 0 0 0-1.52.22L24.28 8a2.31 2.31 0 0 1-.87 1.91l-5.25 4.2l-1.89-2.16A1.91 1.91 0 0 1 16 9.78l5.34-7.85A.84.84 0 0 0 20.07.84l-7.38 7a1.08 1.08 0 0 1-1.67.1L10 6.81l-.78-.88l.17-.15l2.23-2.73c.54-.58.1-1.08-.55-.62l-3 1.85a.6.6 0 0 0-.17.15L6.38 2.72a.77.77 0 0 0-1.12-.09a.79.79 0 0 0-.09 1l1.36 2.08l8 11.92l.73 1.1a4.23 4.23 0 0 1 .7 2.7l-.19 1.67l-5.55-1.1a1.85 1.85 0 0 1-1.12-1.16L7.75 13.3c-.2-1.15-1.18-1.08-1.22.09l-.2 6.19l-2.25-1.7c-.9-.74-1.6-.05-.87.86l3.86 5a1.7 1.7 0 0 0 .4.36l.27.17l7.45 3.82l-.48 4.18a2.77 2.77 0 0 0 1.65 2.6c1.49.68 4.07.76 5.39-.34a2.89 2.89 0 0 0 1.06-2.26L22.42 27"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#5e2618" d="M26 23.07a1.1 1.1 0 0 0 .24-.22l6.46-7.25c.82-.95.1-1.72-.9-1L29 16.83a.45.45 0 0 1-.72-.25l-.64-2.78a.75.75 0 0 0-.77-.57a.74.74 0 0 0-.7.78l.16 3.66a2.22 2.22 0 0 1-.84 1.84l-1.32 1.06l-2.09 1.67l-.44-6l9-10A.84.84 0 0 0 29.53 5l-2.48 2a.47.47 0 0 1-.75-.26L25.63 4a.77.77 0 0 0-1.52.22L24.28 8a2.31 2.31 0 0 1-.87 1.91l-5.25 4.2l-1.89-2.16A1.91 1.91 0 0 1 16 9.78l5.34-7.85A.84.84 0 0 0 20.07.84l-7.38 7a1.08 1.08 0 0 1-1.67.1L10 6.81l-.78-.88l.17-.15l2.23-2.73c.54-.58.1-1.08-.55-.62l-3 1.85a.6.6 0 0 0-.17.15L6.38 2.72a.77.77 0 0 0-1.12-.09a.79.79 0 0 0-.09 1l1.36 2.08l8 11.92l.73 1.1a4.23 4.23 0 0 1 .7 2.7l-.19 1.67l-5.55-1.1a1.85 1.85 0 0 1-1.12-1.16L7.75 13.3c-.2-1.15-1.18-1.08-1.22.09l-.2 6.19l-2.25-1.7c-.9-.74-1.6-.05-.87.86l3.86 5a1.7 1.7 0 0 0 .4.36l.27.17l7.45 3.82l-.48 4.18a2.77 2.77 0 0 0 1.65 2.6c1.49.68 4.07.76 5.39-.34a2.89 2.89 0 0 0 1.06-2.26L22.42 27"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%235e2618%22%20d%3D%22M26%2023.07a1.1%201.1%200%200%200%20.24-.22l6.46-7.25c.82-.95.1-1.72-.9-1L29%2016.83a.45.45%200%200%201-.72-.25l-.64-2.78a.75.75%200%200%200-.77-.57a.74.74%200%200%200-.7.78l.16%203.66a2.22%202.22%200%200%201-.84%201.84l-1.32%201.06l-2.09%201.67l-.44-6l9-10A.84.84%200%200%200%2029.53%205l-2.48%202a.47.47%200%200%201-.75-.26L25.63%204a.77.77%200%200%200-1.52.22L24.28%208a2.31%202.31%200%200%201-.87%201.91l-5.25%204.2l-1.89-2.16A1.91%201.91%200%200%201%2016%209.78l5.34-7.85A.84.84%200%200%200%2020.07.84l-7.38%207a1.08%201.08%200%200%201-1.67.1L10%206.81l-.78-.88l.17-.15l2.23-2.73c.54-.58.1-1.08-.55-.62l-3%201.85a.6.6%200%200%200-.17.15L6.38%202.72a.77.77%200%200%200-1.12-.09a.79.79%200%200%200-.09%201l1.36%202.08l8%2011.92l.73%201.1a4.23%204.23%200%200%201%20.7%202.7l-.19%201.67l-5.55-1.1a1.85%201.85%200%200%201-1.12-1.16L7.75%2013.3c-.2-1.15-1.18-1.08-1.22.09l-.2%206.19l-2.25-1.7c-.9-.74-1.6-.05-.87.86l3.86%205a1.7%201.7%200%200%200%20.4.36l.27.17l7.45%203.82l-.48%204.18a2.77%202.77%200%200%200%201.65%202.6c1.49.68%204.07.76%205.39-.34a2.89%202.89%200%200%200%201.06-2.26L22.42%2027%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%235e2618%22%20d%3D%22M26%2023.07a1.1%201.1%200%200%200%20.24-.22l6.46-7.25c.82-.95.1-1.72-.9-1L29%2016.83a.45.45%200%200%201-.72-.25l-.64-2.78a.75.75%200%200%200-.77-.57a.74.74%200%200%200-.7.78l.16%203.66a2.22%202.22%200%200%201-.84%201.84l-1.32%201.06l-2.09%201.67l-.44-6l9-10A.84.84%200%200%200%2029.53%205l-2.48%202a.47.47%200%200%201-.75-.26L25.63%204a.77.77%200%200%200-1.52.22L24.28%208a2.31%202.31%200%200%201-.87%201.91l-5.25%204.2l-1.89-2.16A1.91%201.91%200%200%201%2016%209.78l5.34-7.85A.84.84%200%200%200%2020.07.84l-7.38%207a1.08%201.08%200%200%201-1.67.1L10%206.81l-.78-.88l.17-.15l2.23-2.73c.54-.58.1-1.08-.55-.62l-3%201.85a.6.6%200%200%200-.17.15L6.38%202.72a.77.77%200%200%200-1.12-.09a.79.79%200%200%200-.09%201l1.36%202.08l8%2011.92l.73%201.1a4.23%204.23%200%200%201%20.7%202.7l-.19%201.67l-5.55-1.1a1.85%201.85%200%200%201-1.12-1.16L7.75%2013.3c-.2-1.15-1.18-1.08-1.22.09l-.2%206.19l-2.25-1.7c-.9-.74-1.6-.05-.87.86l3.86%205a1.7%201.7%200%200%200%20.4.36l.27.17l7.45%203.82l-.48%204.18a2.77%202.77%200%200%200%201.65%202.6c1.49.68%204.07.76%205.39-.34a2.89%202.89%200%200%200%201.06-2.26L22.42%2027%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/leafless-tree.svg?color=%231a73e8&size=48