christmas-tree from Fluent Emoji High Contrast by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.

Name
christmas-tree
Set
Fluent Emoji High Contrast
Style
Default
Category
Activities
Viewbox
32×32
License
MIT

The same emoji in other sets

More activities icons from Fluent Emoji High Contrast

Use the christmas tree emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M12.5 23.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m9.46 1.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m-5.46-7.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m.75 5.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m.25-11.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0"/><path d="m17.7 3.196l-.695-.106a.48.48 0 0 1-.33-.223l-.308-.628a.432.432 0 0 0-.774 0l-.309.628a.44.44 0 0 1-.328.232l-.696.097a.43.43 0 0 0-.242.735l.502.493a.43.43 0 0 1 .126.377l-.116.695a.4.4 0 0 0-.006.073a2.4 2.4 0 0 0-.531.677v.002l-2.699 5.125a2.56 2.56 0 0 0-.019 2.34C9.908 14.525 9 15.947 9 17.562c0 .367.086.716.241 1.029C7.325 19.558 6 21.606 6 23.971C6 26.192 7.74 28 9.878 28h2.284l-.141.757a1.2 1.2 0 0 0-.014.344c-.052.376.199.727.567.845a.7.7 0 0 0 .272.054h6.312q.145-.001.273-.055c.368-.12.612-.475.563-.854q.016-.162-.012-.334L19.84 28h2.281C24.26 28 26 26.192 26 23.975c.006-1.64-.615-3.169-1.748-4.307a5.7 5.7 0 0 0-1.491-1.082c.154-.311.239-.658.239-1.024c0-1.616-.907-3.036-2.273-3.848a2.57 2.57 0 0 0-.02-2.339l-2.696-5.121a2.4 2.4 0 0 0-.577-.726l-.004-.032l-.116-.695a.43.43 0 0 1 .125-.377l.503-.493a.43.43 0 0 0-.242-.735M9.878 26C8.843 26 8 25.09 8 23.971C8 21.781 9.67 20 11.723 20a1 1 0 1 0 0-2h-.144c-.314 0-.579-.201-.579-.438C11 16.149 12.304 15 13.908 15a1 1 0 1 0 0-2h-.602c-.11 0-.185-.085-.228-.157a.55.55 0 0 1-.015-.536l2.699-5.126c.062-.118.148-.181.242-.181h.001q.138 0 .233.18l2.698 5.124a.56.56 0 0 1-.013.542c-.043.07-.117.154-.229.154h-.602a1 1 0 1 0 0 2C19.696 15 21 16.15 21 17.562c0 .237-.266.438-.579.438h-.144a1 1 0 1 0 0 2c.956 0 1.865.384 2.558 1.079c.755.759 1.169 1.785 1.165 2.892C24 25.09 23.158 26 22.122 26z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastChristmasTree(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M12.5 23.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m9.46 1.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m-5.46-7.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m.75 5.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m.25-11.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0"/><path d="m17.7 3.196l-.695-.106a.48.48 0 0 1-.33-.223l-.308-.628a.432.432 0 0 0-.774 0l-.309.628a.44.44 0 0 1-.328.232l-.696.097a.43.43 0 0 0-.242.735l.502.493a.43.43 0 0 1 .126.377l-.116.695a.4.4 0 0 0-.006.073a2.4 2.4 0 0 0-.531.677v.002l-2.699 5.125a2.56 2.56 0 0 0-.019 2.34C9.908 14.525 9 15.947 9 17.562c0 .367.086.716.241 1.029C7.325 19.558 6 21.606 6 23.971C6 26.192 7.74 28 9.878 28h2.284l-.141.757a1.2 1.2 0 0 0-.014.344c-.052.376.199.727.567.845a.7.7 0 0 0 .272.054h6.312q.145-.001.273-.055c.368-.12.612-.475.563-.854q.016-.162-.012-.334L19.84 28h2.281C24.26 28 26 26.192 26 23.975c.006-1.64-.615-3.169-1.748-4.307a5.7 5.7 0 0 0-1.491-1.082c.154-.311.239-.658.239-1.024c0-1.616-.907-3.036-2.273-3.848a2.57 2.57 0 0 0-.02-2.339l-2.696-5.121a2.4 2.4 0 0 0-.577-.726l-.004-.032l-.116-.695a.43.43 0 0 1 .125-.377l.503-.493a.43.43 0 0 0-.242-.735M9.878 26C8.843 26 8 25.09 8 23.971C8 21.781 9.67 20 11.723 20a1 1 0 1 0 0-2h-.144c-.314 0-.579-.201-.579-.438C11 16.149 12.304 15 13.908 15a1 1 0 1 0 0-2h-.602c-.11 0-.185-.085-.228-.157a.55.55 0 0 1-.015-.536l2.699-5.126c.062-.118.148-.181.242-.181h.001q.138 0 .233.18l2.698 5.124a.56.56 0 0 1-.013.542c-.043.07-.117.154-.229.154h-.602a1 1 0 1 0 0 2C19.696 15 21 16.15 21 17.562c0 .237-.266.438-.579.438h-.144a1 1 0 1 0 0 2c.956 0 1.865.384 2.558 1.079c.755.759 1.169 1.785 1.165 2.892C24 25.09 23.158 26 22.122 26z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M12.5 23.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m9.46 1.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m-5.46-7.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m.75 5.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m.25-11.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0"/><path d="m17.7 3.196l-.695-.106a.48.48 0 0 1-.33-.223l-.308-.628a.432.432 0 0 0-.774 0l-.309.628a.44.44 0 0 1-.328.232l-.696.097a.43.43 0 0 0-.242.735l.502.493a.43.43 0 0 1 .126.377l-.116.695a.4.4 0 0 0-.006.073a2.4 2.4 0 0 0-.531.677v.002l-2.699 5.125a2.56 2.56 0 0 0-.019 2.34C9.908 14.525 9 15.947 9 17.562c0 .367.086.716.241 1.029C7.325 19.558 6 21.606 6 23.971C6 26.192 7.74 28 9.878 28h2.284l-.141.757a1.2 1.2 0 0 0-.014.344c-.052.376.199.727.567.845a.7.7 0 0 0 .272.054h6.312q.145-.001.273-.055c.368-.12.612-.475.563-.854q.016-.162-.012-.334L19.84 28h2.281C24.26 28 26 26.192 26 23.975c.006-1.64-.615-3.169-1.748-4.307a5.7 5.7 0 0 0-1.491-1.082c.154-.311.239-.658.239-1.024c0-1.616-.907-3.036-2.273-3.848a2.57 2.57 0 0 0-.02-2.339l-2.696-5.121a2.4 2.4 0 0 0-.577-.726l-.004-.032l-.116-.695a.43.43 0 0 1 .125-.377l.503-.493a.43.43 0 0 0-.242-.735M9.878 26C8.843 26 8 25.09 8 23.971C8 21.781 9.67 20 11.723 20a1 1 0 1 0 0-2h-.144c-.314 0-.579-.201-.579-.438C11 16.149 12.304 15 13.908 15a1 1 0 1 0 0-2h-.602c-.11 0-.185-.085-.228-.157a.55.55 0 0 1-.015-.536l2.699-5.126c.062-.118.148-.181.242-.181h.001q.138 0 .233.18l2.698 5.124a.56.56 0 0 1-.013.542c-.043.07-.117.154-.229.154h-.602a1 1 0 1 0 0 2C19.696 15 21 16.15 21 17.562c0 .237-.266.438-.579.438h-.144a1 1 0 1 0 0 2c.956 0 1.865.384 2.558 1.079c.755.759 1.169 1.785 1.165 2.892C24 25.09 23.158 26 22.122 26z"/></g></svg>
</template>

CSS

.icon-christmas-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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.5%2023.25a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m9.46%201.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m-5.46-7.25a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m.75%205.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m.25-11.25a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200%22%2F%3E%3Cpath%20d%3D%22m17.7%203.196l-.695-.106a.48.48%200%200%201-.33-.223l-.308-.628a.432.432%200%200%200-.774%200l-.309.628a.44.44%200%200%201-.328.232l-.696.097a.43.43%200%200%200-.242.735l.502.493a.43.43%200%200%201%20.126.377l-.116.695a.4.4%200%200%200-.006.073a2.4%202.4%200%200%200-.531.677v.002l-2.699%205.125a2.56%202.56%200%200%200-.019%202.34C9.908%2014.525%209%2015.947%209%2017.562c0%20.367.086.716.241%201.029C7.325%2019.558%206%2021.606%206%2023.971C6%2026.192%207.74%2028%209.878%2028h2.284l-.141.757a1.2%201.2%200%200%200-.014.344c-.052.376.199.727.567.845a.7.7%200%200%200%20.272.054h6.312q.145-.001.273-.055c.368-.12.612-.475.563-.854q.016-.162-.012-.334L19.84%2028h2.281C24.26%2028%2026%2026.192%2026%2023.975c.006-1.64-.615-3.169-1.748-4.307a5.7%205.7%200%200%200-1.491-1.082c.154-.311.239-.658.239-1.024c0-1.616-.907-3.036-2.273-3.848a2.57%202.57%200%200%200-.02-2.339l-2.696-5.121a2.4%202.4%200%200%200-.577-.726l-.004-.032l-.116-.695a.43.43%200%200%201%20.125-.377l.503-.493a.43.43%200%200%200-.242-.735M9.878%2026C8.843%2026%208%2025.09%208%2023.971C8%2021.781%209.67%2020%2011.723%2020a1%201%200%201%200%200-2h-.144c-.314%200-.579-.201-.579-.438C11%2016.149%2012.304%2015%2013.908%2015a1%201%200%201%200%200-2h-.602c-.11%200-.185-.085-.228-.157a.55.55%200%200%201-.015-.536l2.699-5.126c.062-.118.148-.181.242-.181h.001q.138%200%20.233.18l2.698%205.124a.56.56%200%200%201-.013.542c-.043.07-.117.154-.229.154h-.602a1%201%200%201%200%200%202C19.696%2015%2021%2016.15%2021%2017.562c0%20.237-.266.438-.579.438h-.144a1%201%200%201%200%200%202c.956%200%201.865.384%202.558%201.079c.755.759%201.169%201.785%201.165%202.892C24%2025.09%2023.158%2026%2022.122%2026z%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.5%2023.25a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m9.46%201.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m-5.46-7.25a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m.75%205.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m.25-11.25a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200%22%2F%3E%3Cpath%20d%3D%22m17.7%203.196l-.695-.106a.48.48%200%200%201-.33-.223l-.308-.628a.432.432%200%200%200-.774%200l-.309.628a.44.44%200%200%201-.328.232l-.696.097a.43.43%200%200%200-.242.735l.502.493a.43.43%200%200%201%20.126.377l-.116.695a.4.4%200%200%200-.006.073a2.4%202.4%200%200%200-.531.677v.002l-2.699%205.125a2.56%202.56%200%200%200-.019%202.34C9.908%2014.525%209%2015.947%209%2017.562c0%20.367.086.716.241%201.029C7.325%2019.558%206%2021.606%206%2023.971C6%2026.192%207.74%2028%209.878%2028h2.284l-.141.757a1.2%201.2%200%200%200-.014.344c-.052.376.199.727.567.845a.7.7%200%200%200%20.272.054h6.312q.145-.001.273-.055c.368-.12.612-.475.563-.854q.016-.162-.012-.334L19.84%2028h2.281C24.26%2028%2026%2026.192%2026%2023.975c.006-1.64-.615-3.169-1.748-4.307a5.7%205.7%200%200%200-1.491-1.082c.154-.311.239-.658.239-1.024c0-1.616-.907-3.036-2.273-3.848a2.57%202.57%200%200%200-.02-2.339l-2.696-5.121a2.4%202.4%200%200%200-.577-.726l-.004-.032l-.116-.695a.43.43%200%200%201%20.125-.377l.503-.493a.43.43%200%200%200-.242-.735M9.878%2026C8.843%2026%208%2025.09%208%2023.971C8%2021.781%209.67%2020%2011.723%2020a1%201%200%201%200%200-2h-.144c-.314%200-.579-.201-.579-.438C11%2016.149%2012.304%2015%2013.908%2015a1%201%200%201%200%200-2h-.602c-.11%200-.185-.085-.228-.157a.55.55%200%200%201-.015-.536l2.699-5.126c.062-.118.148-.181.242-.181h.001q.138%200%20.233.18l2.698%205.124a.56.56%200%200%201-.013.542c-.043.07-.117.154-.229.154h-.602a1%201%200%201%200%200%202C19.696%2015%2021%2016.15%2021%2017.562c0%20.237-.266.438-.579.438h-.144a1%201%200%201%200%200%202c.956%200%201.865.384%202.558%201.079c.755.759%201.169%201.785%201.165%202.892C24%2025.09%2023.158%2026%2022.122%2026z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/christmas-tree.svg?color=%231a73e8&size=48