What font can give me the Christmas tree?

This requires a current lualatex

\documentclass{article}
\usepackage{fontspec}
\newfontfamily\notoemoji{Noto Color Emoji}[Renderer=HarfBuzz]

\begin{document}

{\notoemoji ^^^^^^01f332}

\end{document}

enter image description here

If I run albatross 0x1F332 (a new tool in texlive) I get the following fonts as alternatives:

─────────────────────────────────────────────────────────────────────────────┐
│ Font name                                                                   │
├─────────────────────────────────────────────────────────────────────────────┤
│ EmojiOne Color                                                              │
├─────────────────────────────────────────────────────────────────────────────┤
│ Noto Color Emoji                                                            │
├─────────────────────────────────────────────────────────────────────────────┤
│ Noto Emoji                                                                  │
├─────────────────────────────────────────────────────────────────────────────┤
│ OpenMoji                                                                    │
├─────────────────────────────────────────────────────────────────────────────┤
│ Quivira                                                                     │
├─────────────────────────────────────────────────────────────────────────────┤
│ Segoe UI Emoji                                                              │
├─────────────────────────────────────────────────────────────────────────────┤
│ Segoe UI Symbol                                                             │
├─────────────────────────────────────────────────────────────────────────────┤
│ Symbola                                                                     │
├─────────────────────────────────────────────────────────────────────────────┤
│ Twemoji Mozilla                                                             │
└────────────────────────────────────────────────────────────────────────────


Here is another one:

\documentclass{article}
\usepackage{fontawesome}

\begin{document}

\faTree
 
\end{document}

faTree

Source: The Comprehensive LaTeX Symbol List, pag. 196.