leafless tree emoji
leafless-tree from Noto Emoji by Google Inc · Default · Animals & Nature · Apache-2.0 Free for personal and commercial use.
- Name
- leafless-tree
- Set
- Noto Emoji
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More animals & nature icons from Noto Emoji
Use the leafless tree emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#6c4a41" d="m73.2 57l9.3-14.1c1.3-2 3.4-3.4 5.7-3.9c2.7-.6 6.6-1.9 9.4-5.2c5-5.7 7.7-9.5 7.7-9.5l-2.3-2s-5.9 5.7-8.4 7.9c-2.1 1.8-4.4 3.1-8.9 3.4c-1.6.1-2.9-1.1-2.9-2.7c0-2.2-.1-4.6-.2-6.2c0-1.1.3-2.2 1-3.1l2.4-3l-2-1.3l-3.2 3.8c-.8.9-2.2 1.2-3.2.6l-6-3.5l-.9 1.8l5.3 3.7c1.1.8 1.7 2.1 1.7 3.5v8.4L64.3 50.2l8.8 6.9zM53 21.2c0-.3-.2-6.1-.4-9.7c0-1.8.5-3.6 1.7-5l.9-1.1l-2.1-1.3l-3.9 3.8c-1.7 1.7-2.7 3.9-2.8 6.3l-.5 13zm6.6 57.2L39.9 66.6l2-11.7l-2.6-1.8l-5.4 11.7c-.5 1.1-1.6 1.9-2.9 2l-6.9.5c-1.9.1-3.9-.5-5.4-1.7L6.7 56l-2 1.9l10.2 10.7c.5.6.2 1.5-.6 1.6l-7.6 1l.3 2.2l22.6-1c3.4-.1 6.8 1.1 9.3 3.4c6.3 5.7 17.9 16.1 18 15.8c0-.5 2.8-13.2 2.8-13.2z"/><path fill="#875c51" d="M53.7 121.3c-.3 3.4 23.5 3.8 23.1-.1c-.2-1.7-.5-14.7-.5-14.7c0-2.1.8-4.2 2.2-5.8l18.2-21.3c1.5-1.7 3.1-3.3 5-4.6c2.8-2 6.9-4.9 8.2-5.8c2-1.3 4.8-.9 5.9-.3s6 2.2 6 2.2l1.6-2.2s-5.9-3.4-7.3-4.3c-3.1-1.8-7.3-1-9.6.3c-2.7 1.5-7 4.2-7 4.2s-.3-5.1-.5-8.3c0-1.2.3-2.5 1-3.5c2.2-3 6.7-9 6.7-9l-2.2-1.6s-6.4 5.5-7.8 7.1c-.8 1-3 2.1-4.4.6c-1.2-1.3-4.5-4.2-4.5-4.2l-1.7 1.4l5.5 6.8c.5.6.8 1.4.8 2.1v11.6c.1 0-14.6 15-16.5 16.8c-.3-14 3.9-14.3 3.7-22.1c-.2-5.5-4.5-9.8-6.6-12.1c-1.7-1.9-10.3-10.4-14-13.9c-.9-.9-2.3-2.2-2.6-4.2c-.3-1.8-.8-4.3-1-5.8c-.5-2.6.6-4.9 2.1-7c1.3-1.8 5.5-7.9 6.8-9.4s3.2-3.4 5.6-4.1s9.5-3.7 9.5-3.7l-.8-1.9S68.4 7 67 7.4s-3.5 1-6 3.6s-11.9 10.6-13.1 11.7c-1.3 1.1-3.5 3.2-3.5 6.1s.7 9.5.7 9.5L34 37.5c-2.1 0-5.5-1.3-6.9-2.8L19 25.8l-2.6 2.1l6.4 9.7l-15 3.7l.4 2.3s10.1-1.3 12.2-1.6s7.3.4 13.5 1.4c6.5 1 10.9.8 16.9 8.1c1.4 1.7 5.1 6.5 7.9 10.2c2.1 2.7 2.6 6.3 1.4 9.5c-2.6 7-6.5 10.9-5.8 21.5c.5 6.7-.5 26.4-.7 28.3z"/></svg>
React
import type { SVGProps } from "react";
export function NotoLeaflessTree(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#6c4a41" d="m73.2 57l9.3-14.1c1.3-2 3.4-3.4 5.7-3.9c2.7-.6 6.6-1.9 9.4-5.2c5-5.7 7.7-9.5 7.7-9.5l-2.3-2s-5.9 5.7-8.4 7.9c-2.1 1.8-4.4 3.1-8.9 3.4c-1.6.1-2.9-1.1-2.9-2.7c0-2.2-.1-4.6-.2-6.2c0-1.1.3-2.2 1-3.1l2.4-3l-2-1.3l-3.2 3.8c-.8.9-2.2 1.2-3.2.6l-6-3.5l-.9 1.8l5.3 3.7c1.1.8 1.7 2.1 1.7 3.5v8.4L64.3 50.2l8.8 6.9zM53 21.2c0-.3-.2-6.1-.4-9.7c0-1.8.5-3.6 1.7-5l.9-1.1l-2.1-1.3l-3.9 3.8c-1.7 1.7-2.7 3.9-2.8 6.3l-.5 13zm6.6 57.2L39.9 66.6l2-11.7l-2.6-1.8l-5.4 11.7c-.5 1.1-1.6 1.9-2.9 2l-6.9.5c-1.9.1-3.9-.5-5.4-1.7L6.7 56l-2 1.9l10.2 10.7c.5.6.2 1.5-.6 1.6l-7.6 1l.3 2.2l22.6-1c3.4-.1 6.8 1.1 9.3 3.4c6.3 5.7 17.9 16.1 18 15.8c0-.5 2.8-13.2 2.8-13.2z"/><path fill="#875c51" d="M53.7 121.3c-.3 3.4 23.5 3.8 23.1-.1c-.2-1.7-.5-14.7-.5-14.7c0-2.1.8-4.2 2.2-5.8l18.2-21.3c1.5-1.7 3.1-3.3 5-4.6c2.8-2 6.9-4.9 8.2-5.8c2-1.3 4.8-.9 5.9-.3s6 2.2 6 2.2l1.6-2.2s-5.9-3.4-7.3-4.3c-3.1-1.8-7.3-1-9.6.3c-2.7 1.5-7 4.2-7 4.2s-.3-5.1-.5-8.3c0-1.2.3-2.5 1-3.5c2.2-3 6.7-9 6.7-9l-2.2-1.6s-6.4 5.5-7.8 7.1c-.8 1-3 2.1-4.4.6c-1.2-1.3-4.5-4.2-4.5-4.2l-1.7 1.4l5.5 6.8c.5.6.8 1.4.8 2.1v11.6c.1 0-14.6 15-16.5 16.8c-.3-14 3.9-14.3 3.7-22.1c-.2-5.5-4.5-9.8-6.6-12.1c-1.7-1.9-10.3-10.4-14-13.9c-.9-.9-2.3-2.2-2.6-4.2c-.3-1.8-.8-4.3-1-5.8c-.5-2.6.6-4.9 2.1-7c1.3-1.8 5.5-7.9 6.8-9.4s3.2-3.4 5.6-4.1s9.5-3.7 9.5-3.7l-.8-1.9S68.4 7 67 7.4s-3.5 1-6 3.6s-11.9 10.6-13.1 11.7c-1.3 1.1-3.5 3.2-3.5 6.1s.7 9.5.7 9.5L34 37.5c-2.1 0-5.5-1.3-6.9-2.8L19 25.8l-2.6 2.1l6.4 9.7l-15 3.7l.4 2.3s10.1-1.3 12.2-1.6s7.3.4 13.5 1.4c6.5 1 10.9.8 16.9 8.1c1.4 1.7 5.1 6.5 7.9 10.2c2.1 2.7 2.6 6.3 1.4 9.5c-2.6 7-6.5 10.9-5.8 21.5c.5 6.7-.5 26.4-.7 28.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#6c4a41" d="m73.2 57l9.3-14.1c1.3-2 3.4-3.4 5.7-3.9c2.7-.6 6.6-1.9 9.4-5.2c5-5.7 7.7-9.5 7.7-9.5l-2.3-2s-5.9 5.7-8.4 7.9c-2.1 1.8-4.4 3.1-8.9 3.4c-1.6.1-2.9-1.1-2.9-2.7c0-2.2-.1-4.6-.2-6.2c0-1.1.3-2.2 1-3.1l2.4-3l-2-1.3l-3.2 3.8c-.8.9-2.2 1.2-3.2.6l-6-3.5l-.9 1.8l5.3 3.7c1.1.8 1.7 2.1 1.7 3.5v8.4L64.3 50.2l8.8 6.9zM53 21.2c0-.3-.2-6.1-.4-9.7c0-1.8.5-3.6 1.7-5l.9-1.1l-2.1-1.3l-3.9 3.8c-1.7 1.7-2.7 3.9-2.8 6.3l-.5 13zm6.6 57.2L39.9 66.6l2-11.7l-2.6-1.8l-5.4 11.7c-.5 1.1-1.6 1.9-2.9 2l-6.9.5c-1.9.1-3.9-.5-5.4-1.7L6.7 56l-2 1.9l10.2 10.7c.5.6.2 1.5-.6 1.6l-7.6 1l.3 2.2l22.6-1c3.4-.1 6.8 1.1 9.3 3.4c6.3 5.7 17.9 16.1 18 15.8c0-.5 2.8-13.2 2.8-13.2z"/><path fill="#875c51" d="M53.7 121.3c-.3 3.4 23.5 3.8 23.1-.1c-.2-1.7-.5-14.7-.5-14.7c0-2.1.8-4.2 2.2-5.8l18.2-21.3c1.5-1.7 3.1-3.3 5-4.6c2.8-2 6.9-4.9 8.2-5.8c2-1.3 4.8-.9 5.9-.3s6 2.2 6 2.2l1.6-2.2s-5.9-3.4-7.3-4.3c-3.1-1.8-7.3-1-9.6.3c-2.7 1.5-7 4.2-7 4.2s-.3-5.1-.5-8.3c0-1.2.3-2.5 1-3.5c2.2-3 6.7-9 6.7-9l-2.2-1.6s-6.4 5.5-7.8 7.1c-.8 1-3 2.1-4.4.6c-1.2-1.3-4.5-4.2-4.5-4.2l-1.7 1.4l5.5 6.8c.5.6.8 1.4.8 2.1v11.6c.1 0-14.6 15-16.5 16.8c-.3-14 3.9-14.3 3.7-22.1c-.2-5.5-4.5-9.8-6.6-12.1c-1.7-1.9-10.3-10.4-14-13.9c-.9-.9-2.3-2.2-2.6-4.2c-.3-1.8-.8-4.3-1-5.8c-.5-2.6.6-4.9 2.1-7c1.3-1.8 5.5-7.9 6.8-9.4s3.2-3.4 5.6-4.1s9.5-3.7 9.5-3.7l-.8-1.9S68.4 7 67 7.4s-3.5 1-6 3.6s-11.9 10.6-13.1 11.7c-1.3 1.1-3.5 3.2-3.5 6.1s.7 9.5.7 9.5L34 37.5c-2.1 0-5.5-1.3-6.9-2.8L19 25.8l-2.6 2.1l6.4 9.7l-15 3.7l.4 2.3s10.1-1.3 12.2-1.6s7.3.4 13.5 1.4c6.5 1 10.9.8 16.9 8.1c1.4 1.7 5.1 6.5 7.9 10.2c2.1 2.7 2.6 6.3 1.4 9.5c-2.6 7-6.5 10.9-5.8 21.5c.5 6.7-.5 26.4-.7 28.3z"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%236c4a41%22%20d%3D%22m73.2%2057l9.3-14.1c1.3-2%203.4-3.4%205.7-3.9c2.7-.6%206.6-1.9%209.4-5.2c5-5.7%207.7-9.5%207.7-9.5l-2.3-2s-5.9%205.7-8.4%207.9c-2.1%201.8-4.4%203.1-8.9%203.4c-1.6.1-2.9-1.1-2.9-2.7c0-2.2-.1-4.6-.2-6.2c0-1.1.3-2.2%201-3.1l2.4-3l-2-1.3l-3.2%203.8c-.8.9-2.2%201.2-3.2.6l-6-3.5l-.9%201.8l5.3%203.7c1.1.8%201.7%202.1%201.7%203.5v8.4L64.3%2050.2l8.8%206.9zM53%2021.2c0-.3-.2-6.1-.4-9.7c0-1.8.5-3.6%201.7-5l.9-1.1l-2.1-1.3l-3.9%203.8c-1.7%201.7-2.7%203.9-2.8%206.3l-.5%2013zm6.6%2057.2L39.9%2066.6l2-11.7l-2.6-1.8l-5.4%2011.7c-.5%201.1-1.6%201.9-2.9%202l-6.9.5c-1.9.1-3.9-.5-5.4-1.7L6.7%2056l-2%201.9l10.2%2010.7c.5.6.2%201.5-.6%201.6l-7.6%201l.3%202.2l22.6-1c3.4-.1%206.8%201.1%209.3%203.4c6.3%205.7%2017.9%2016.1%2018%2015.8c0-.5%202.8-13.2%202.8-13.2z%22%2F%3E%3Cpath%20fill%3D%22%23875c51%22%20d%3D%22M53.7%20121.3c-.3%203.4%2023.5%203.8%2023.1-.1c-.2-1.7-.5-14.7-.5-14.7c0-2.1.8-4.2%202.2-5.8l18.2-21.3c1.5-1.7%203.1-3.3%205-4.6c2.8-2%206.9-4.9%208.2-5.8c2-1.3%204.8-.9%205.9-.3s6%202.2%206%202.2l1.6-2.2s-5.9-3.4-7.3-4.3c-3.1-1.8-7.3-1-9.6.3c-2.7%201.5-7%204.2-7%204.2s-.3-5.1-.5-8.3c0-1.2.3-2.5%201-3.5c2.2-3%206.7-9%206.7-9l-2.2-1.6s-6.4%205.5-7.8%207.1c-.8%201-3%202.1-4.4.6c-1.2-1.3-4.5-4.2-4.5-4.2l-1.7%201.4l5.5%206.8c.5.6.8%201.4.8%202.1v11.6c.1%200-14.6%2015-16.5%2016.8c-.3-14%203.9-14.3%203.7-22.1c-.2-5.5-4.5-9.8-6.6-12.1c-1.7-1.9-10.3-10.4-14-13.9c-.9-.9-2.3-2.2-2.6-4.2c-.3-1.8-.8-4.3-1-5.8c-.5-2.6.6-4.9%202.1-7c1.3-1.8%205.5-7.9%206.8-9.4s3.2-3.4%205.6-4.1s9.5-3.7%209.5-3.7l-.8-1.9S68.4%207%2067%207.4s-3.5%201-6%203.6s-11.9%2010.6-13.1%2011.7c-1.3%201.1-3.5%203.2-3.5%206.1s.7%209.5.7%209.5L34%2037.5c-2.1%200-5.5-1.3-6.9-2.8L19%2025.8l-2.6%202.1l6.4%209.7l-15%203.7l.4%202.3s10.1-1.3%2012.2-1.6s7.3.4%2013.5%201.4c6.5%201%2010.9.8%2016.9%208.1c1.4%201.7%205.1%206.5%207.9%2010.2c2.1%202.7%202.6%206.3%201.4%209.5c-2.6%207-6.5%2010.9-5.8%2021.5c.5%206.7-.5%2026.4-.7%2028.3z%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%20128%20128%22%3E%3Cpath%20fill%3D%22%236c4a41%22%20d%3D%22m73.2%2057l9.3-14.1c1.3-2%203.4-3.4%205.7-3.9c2.7-.6%206.6-1.9%209.4-5.2c5-5.7%207.7-9.5%207.7-9.5l-2.3-2s-5.9%205.7-8.4%207.9c-2.1%201.8-4.4%203.1-8.9%203.4c-1.6.1-2.9-1.1-2.9-2.7c0-2.2-.1-4.6-.2-6.2c0-1.1.3-2.2%201-3.1l2.4-3l-2-1.3l-3.2%203.8c-.8.9-2.2%201.2-3.2.6l-6-3.5l-.9%201.8l5.3%203.7c1.1.8%201.7%202.1%201.7%203.5v8.4L64.3%2050.2l8.8%206.9zM53%2021.2c0-.3-.2-6.1-.4-9.7c0-1.8.5-3.6%201.7-5l.9-1.1l-2.1-1.3l-3.9%203.8c-1.7%201.7-2.7%203.9-2.8%206.3l-.5%2013zm6.6%2057.2L39.9%2066.6l2-11.7l-2.6-1.8l-5.4%2011.7c-.5%201.1-1.6%201.9-2.9%202l-6.9.5c-1.9.1-3.9-.5-5.4-1.7L6.7%2056l-2%201.9l10.2%2010.7c.5.6.2%201.5-.6%201.6l-7.6%201l.3%202.2l22.6-1c3.4-.1%206.8%201.1%209.3%203.4c6.3%205.7%2017.9%2016.1%2018%2015.8c0-.5%202.8-13.2%202.8-13.2z%22%2F%3E%3Cpath%20fill%3D%22%23875c51%22%20d%3D%22M53.7%20121.3c-.3%203.4%2023.5%203.8%2023.1-.1c-.2-1.7-.5-14.7-.5-14.7c0-2.1.8-4.2%202.2-5.8l18.2-21.3c1.5-1.7%203.1-3.3%205-4.6c2.8-2%206.9-4.9%208.2-5.8c2-1.3%204.8-.9%205.9-.3s6%202.2%206%202.2l1.6-2.2s-5.9-3.4-7.3-4.3c-3.1-1.8-7.3-1-9.6.3c-2.7%201.5-7%204.2-7%204.2s-.3-5.1-.5-8.3c0-1.2.3-2.5%201-3.5c2.2-3%206.7-9%206.7-9l-2.2-1.6s-6.4%205.5-7.8%207.1c-.8%201-3%202.1-4.4.6c-1.2-1.3-4.5-4.2-4.5-4.2l-1.7%201.4l5.5%206.8c.5.6.8%201.4.8%202.1v11.6c.1%200-14.6%2015-16.5%2016.8c-.3-14%203.9-14.3%203.7-22.1c-.2-5.5-4.5-9.8-6.6-12.1c-1.7-1.9-10.3-10.4-14-13.9c-.9-.9-2.3-2.2-2.6-4.2c-.3-1.8-.8-4.3-1-5.8c-.5-2.6.6-4.9%202.1-7c1.3-1.8%205.5-7.9%206.8-9.4s3.2-3.4%205.6-4.1s9.5-3.7%209.5-3.7l-.8-1.9S68.4%207%2067%207.4s-3.5%201-6%203.6s-11.9%2010.6-13.1%2011.7c-1.3%201.1-3.5%203.2-3.5%206.1s.7%209.5.7%209.5L34%2037.5c-2.1%200-5.5-1.3-6.9-2.8L19%2025.8l-2.6%202.1l6.4%209.7l-15%203.7l.4%202.3s10.1-1.3%2012.2-1.6s7.3.4%2013.5%201.4c6.5%201%2010.9.8%2016.9%208.1c1.4%201.7%205.1%206.5%207.9%2010.2c2.1%202.7%202.6%206.3%201.4%209.5c-2.6%207-6.5%2010.9-5.8%2021.5c.5%206.7-.5%2026.4-.7%2028.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/leafless-tree.svg?color=%231a73e8&size=48