palm-tree from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.

Name
palm-tree
Set
Fluent Emoji High Contrast
Style
Default
Category
Animals & Nature
Viewbox
32×32
License
MIT

The same emoji in other sets

More animals & nature icons from Fluent Emoji High Contrast

Use the palm tree emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" fill-rule="evenodd" d="M3.587 7.084A6.665 6.665 0 0 1 10.16 1.5c2.78 0 5.163 1.7 6.16 4.123A6.665 6.665 0 0 1 22.48 1.5c3.31 0 6.06 2.411 6.574 5.584c.146.904-.612 1.576-1.414 1.576H25.5a6.674 6.674 0 0 1 .213 8.05c-.535.745-1.547.683-2.114.116l-1.958-1.958a2.66 2.66 0 0 1-2.6 1.484V30H13.6V14.582a2.66 2.66 0 0 1-1.798-.517L9.04 16.826c-.567.568-1.579.628-2.114-.114a6.65 6.65 0 0 1 .212-8.052H5c-.802 0-1.56-.672-1.413-1.576m15.616 3.956h.047a2.66 2.66 0 0 1 2.66 2.66v.023l2.396 2.396c.214.214.486.16.595.008a5.67 5.67 0 0 0-.595-7.304c-1.974-1.974-5.015-1.893-7.244.035l2.154 2.17zm-3.235-2.555l-1.181 1.181a2.66 2.66 0 0 0-3.661 3.661l-2.792 2.792c-.214.214-.486.16-.596.008a5.65 5.65 0 0 1 .595-7.303a5.67 5.67 0 0 1 7.634-.339M27.64 7.66h-3.135c-2.253-1.808-5.328-1.644-7.671.1A5.663 5.663 0 0 1 22.48 2.5a5.66 5.66 0 0 1 5.587 4.744c.03.186-.124.416-.427.416m-19.507 0a6.68 6.68 0 0 1 7.586-.57A5.66 5.66 0 0 0 10.16 2.5a5.665 5.665 0 0 0-5.586 4.744c-.03.186.123.416.426.416zm5.257 2.61a1.66 1.66 0 1 0 0 3.32a1.66 1.66 0 0 0 0-3.32m4.2 3.43a1.66 1.66 0 1 1 3.32 0a1.66 1.66 0 0 1-3.32 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastPalmTree(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" fillRule="evenodd" d="M3.587 7.084A6.665 6.665 0 0 1 10.16 1.5c2.78 0 5.163 1.7 6.16 4.123A6.665 6.665 0 0 1 22.48 1.5c3.31 0 6.06 2.411 6.574 5.584c.146.904-.612 1.576-1.414 1.576H25.5a6.674 6.674 0 0 1 .213 8.05c-.535.745-1.547.683-2.114.116l-1.958-1.958a2.66 2.66 0 0 1-2.6 1.484V30H13.6V14.582a2.66 2.66 0 0 1-1.798-.517L9.04 16.826c-.567.568-1.579.628-2.114-.114a6.65 6.65 0 0 1 .212-8.052H5c-.802 0-1.56-.672-1.413-1.576m15.616 3.956h.047a2.66 2.66 0 0 1 2.66 2.66v.023l2.396 2.396c.214.214.486.16.595.008a5.67 5.67 0 0 0-.595-7.304c-1.974-1.974-5.015-1.893-7.244.035l2.154 2.17zm-3.235-2.555l-1.181 1.181a2.66 2.66 0 0 0-3.661 3.661l-2.792 2.792c-.214.214-.486.16-.596.008a5.65 5.65 0 0 1 .595-7.303a5.67 5.67 0 0 1 7.634-.339M27.64 7.66h-3.135c-2.253-1.808-5.328-1.644-7.671.1A5.663 5.663 0 0 1 22.48 2.5a5.66 5.66 0 0 1 5.587 4.744c.03.186-.124.416-.427.416m-19.507 0a6.68 6.68 0 0 1 7.586-.57A5.66 5.66 0 0 0 10.16 2.5a5.665 5.665 0 0 0-5.586 4.744c-.03.186.123.416.426.416zm5.257 2.61a1.66 1.66 0 1 0 0 3.32a1.66 1.66 0 0 0 0-3.32m4.2 3.43a1.66 1.66 0 1 1 3.32 0a1.66 1.66 0 0 1-3.32 0" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" fill-rule="evenodd" d="M3.587 7.084A6.665 6.665 0 0 1 10.16 1.5c2.78 0 5.163 1.7 6.16 4.123A6.665 6.665 0 0 1 22.48 1.5c3.31 0 6.06 2.411 6.574 5.584c.146.904-.612 1.576-1.414 1.576H25.5a6.674 6.674 0 0 1 .213 8.05c-.535.745-1.547.683-2.114.116l-1.958-1.958a2.66 2.66 0 0 1-2.6 1.484V30H13.6V14.582a2.66 2.66 0 0 1-1.798-.517L9.04 16.826c-.567.568-1.579.628-2.114-.114a6.65 6.65 0 0 1 .212-8.052H5c-.802 0-1.56-.672-1.413-1.576m15.616 3.956h.047a2.66 2.66 0 0 1 2.66 2.66v.023l2.396 2.396c.214.214.486.16.595.008a5.67 5.67 0 0 0-.595-7.304c-1.974-1.974-5.015-1.893-7.244.035l2.154 2.17zm-3.235-2.555l-1.181 1.181a2.66 2.66 0 0 0-3.661 3.661l-2.792 2.792c-.214.214-.486.16-.596.008a5.65 5.65 0 0 1 .595-7.303a5.67 5.67 0 0 1 7.634-.339M27.64 7.66h-3.135c-2.253-1.808-5.328-1.644-7.671.1A5.663 5.663 0 0 1 22.48 2.5a5.66 5.66 0 0 1 5.587 4.744c.03.186-.124.416-.427.416m-19.507 0a6.68 6.68 0 0 1 7.586-.57A5.66 5.66 0 0 0 10.16 2.5a5.665 5.665 0 0 0-5.586 4.744c-.03.186.123.416.426.416zm5.257 2.61a1.66 1.66 0 1 0 0 3.32a1.66 1.66 0 0 0 0-3.32m4.2 3.43a1.66 1.66 0 1 1 3.32 0a1.66 1.66 0 0 1-3.32 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-palm-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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.587%207.084A6.665%206.665%200%200%201%2010.16%201.5c2.78%200%205.163%201.7%206.16%204.123A6.665%206.665%200%200%201%2022.48%201.5c3.31%200%206.06%202.411%206.574%205.584c.146.904-.612%201.576-1.414%201.576H25.5a6.674%206.674%200%200%201%20.213%208.05c-.535.745-1.547.683-2.114.116l-1.958-1.958a2.66%202.66%200%200%201-2.6%201.484V30H13.6V14.582a2.66%202.66%200%200%201-1.798-.517L9.04%2016.826c-.567.568-1.579.628-2.114-.114a6.65%206.65%200%200%201%20.212-8.052H5c-.802%200-1.56-.672-1.413-1.576m15.616%203.956h.047a2.66%202.66%200%200%201%202.66%202.66v.023l2.396%202.396c.214.214.486.16.595.008a5.67%205.67%200%200%200-.595-7.304c-1.974-1.974-5.015-1.893-7.244.035l2.154%202.17zm-3.235-2.555l-1.181%201.181a2.66%202.66%200%200%200-3.661%203.661l-2.792%202.792c-.214.214-.486.16-.596.008a5.65%205.65%200%200%201%20.595-7.303a5.67%205.67%200%200%201%207.634-.339M27.64%207.66h-3.135c-2.253-1.808-5.328-1.644-7.671.1A5.663%205.663%200%200%201%2022.48%202.5a5.66%205.66%200%200%201%205.587%204.744c.03.186-.124.416-.427.416m-19.507%200a6.68%206.68%200%200%201%207.586-.57A5.66%205.66%200%200%200%2010.16%202.5a5.665%205.665%200%200%200-5.586%204.744c-.03.186.123.416.426.416zm5.257%202.61a1.66%201.66%200%201%200%200%203.32a1.66%201.66%200%200%200%200-3.32m4.2%203.43a1.66%201.66%200%201%201%203.32%200a1.66%201.66%200%200%201-3.32%200%22%20clip-rule%3D%22evenodd%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.587%207.084A6.665%206.665%200%200%201%2010.16%201.5c2.78%200%205.163%201.7%206.16%204.123A6.665%206.665%200%200%201%2022.48%201.5c3.31%200%206.06%202.411%206.574%205.584c.146.904-.612%201.576-1.414%201.576H25.5a6.674%206.674%200%200%201%20.213%208.05c-.535.745-1.547.683-2.114.116l-1.958-1.958a2.66%202.66%200%200%201-2.6%201.484V30H13.6V14.582a2.66%202.66%200%200%201-1.798-.517L9.04%2016.826c-.567.568-1.579.628-2.114-.114a6.65%206.65%200%200%201%20.212-8.052H5c-.802%200-1.56-.672-1.413-1.576m15.616%203.956h.047a2.66%202.66%200%200%201%202.66%202.66v.023l2.396%202.396c.214.214.486.16.595.008a5.67%205.67%200%200%200-.595-7.304c-1.974-1.974-5.015-1.893-7.244.035l2.154%202.17zm-3.235-2.555l-1.181%201.181a2.66%202.66%200%200%200-3.661%203.661l-2.792%202.792c-.214.214-.486.16-.596.008a5.65%205.65%200%200%201%20.595-7.303a5.67%205.67%200%200%201%207.634-.339M27.64%207.66h-3.135c-2.253-1.808-5.328-1.644-7.671.1A5.663%205.663%200%200%201%2022.48%202.5a5.66%205.66%200%200%201%205.587%204.744c.03.186-.124.416-.427.416m-19.507%200a6.68%206.68%200%200%201%207.586-.57A5.66%205.66%200%200%200%2010.16%202.5a5.665%205.665%200%200%200-5.586%204.744c-.03.186.123.416.426.416zm5.257%202.61a1.66%201.66%200%201%200%200%203.32a1.66%201.66%200%200%200%200-3.32m4.2%203.43a1.66%201.66%200%201%201%203.32%200a1.66%201.66%200%200%201-3.32%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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