tree palm icon
tree-palm-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- tree-palm-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the tree palm icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M234.9 56a62.86 62.86 0 0 0-92 0A68.2 68.2 0 0 0 128 80.44a68.2 68.2 0 0 0-15-24.45a62.86 62.86 0 0 0-91.9.01a4 4 0 0 0 1.3 6.42L90.86 92.2a68.7 68.7 0 0 0-12.45 2.11a67.5 67.5 0 0 0-41.28 31.46a66.72 66.72 0 0 0-6.8 51.23a4 4 0 0 0 2.57 2.75a4.1 4.1 0 0 0 1.29.21a4 4 0 0 0 2.43-.82L124 112.6V224a4 4 0 0 0 8 0V112.6l87.38 66.58a4 4 0 0 0 2.43.82a4.1 4.1 0 0 0 1.29-.21a4 4 0 0 0 2.57-2.75a66.72 66.72 0 0 0-6.8-51.27a67.5 67.5 0 0 0-41.28-31.46a68.7 68.7 0 0 0-12.45-2.11l68.46-29.79a4 4 0 0 0 1.3-6.41M67.08 44a55.13 55.13 0 0 1 40.18 17.5a60.86 60.86 0 0 1 16.44 36.27L31.12 57.48A54.75 54.75 0 0 1 67.08 44M36.77 169A58.72 58.72 0 0 1 44 129.79A59.57 59.57 0 0 1 80.47 102a61 61 0 0 1 15.63-2a59.7 59.7 0 0 1 24.41 5.22ZM212 129.79a58.72 58.72 0 0 1 7.23 39.21l-83.74-63.8A60.24 60.24 0 0 1 212 129.79m-79.66-32a60.86 60.86 0 0 1 16.4-36.29a54.8 54.8 0 0 1 76.14-4Z"/></svg>
React
import type { SVGProps } from "react";
export function PhTreePalmThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M234.9 56a62.86 62.86 0 0 0-92 0A68.2 68.2 0 0 0 128 80.44a68.2 68.2 0 0 0-15-24.45a62.86 62.86 0 0 0-91.9.01a4 4 0 0 0 1.3 6.42L90.86 92.2a68.7 68.7 0 0 0-12.45 2.11a67.5 67.5 0 0 0-41.28 31.46a66.72 66.72 0 0 0-6.8 51.23a4 4 0 0 0 2.57 2.75a4.1 4.1 0 0 0 1.29.21a4 4 0 0 0 2.43-.82L124 112.6V224a4 4 0 0 0 8 0V112.6l87.38 66.58a4 4 0 0 0 2.43.82a4.1 4.1 0 0 0 1.29-.21a4 4 0 0 0 2.57-2.75a66.72 66.72 0 0 0-6.8-51.27a67.5 67.5 0 0 0-41.28-31.46a68.7 68.7 0 0 0-12.45-2.11l68.46-29.79a4 4 0 0 0 1.3-6.41M67.08 44a55.13 55.13 0 0 1 40.18 17.5a60.86 60.86 0 0 1 16.44 36.27L31.12 57.48A54.75 54.75 0 0 1 67.08 44M36.77 169A58.72 58.72 0 0 1 44 129.79A59.57 59.57 0 0 1 80.47 102a61 61 0 0 1 15.63-2a59.7 59.7 0 0 1 24.41 5.22ZM212 129.79a58.72 58.72 0 0 1 7.23 39.21l-83.74-63.8A60.24 60.24 0 0 1 212 129.79m-79.66-32a60.86 60.86 0 0 1 16.4-36.29a54.8 54.8 0 0 1 76.14-4Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M234.9 56a62.86 62.86 0 0 0-92 0A68.2 68.2 0 0 0 128 80.44a68.2 68.2 0 0 0-15-24.45a62.86 62.86 0 0 0-91.9.01a4 4 0 0 0 1.3 6.42L90.86 92.2a68.7 68.7 0 0 0-12.45 2.11a67.5 67.5 0 0 0-41.28 31.46a66.72 66.72 0 0 0-6.8 51.23a4 4 0 0 0 2.57 2.75a4.1 4.1 0 0 0 1.29.21a4 4 0 0 0 2.43-.82L124 112.6V224a4 4 0 0 0 8 0V112.6l87.38 66.58a4 4 0 0 0 2.43.82a4.1 4.1 0 0 0 1.29-.21a4 4 0 0 0 2.57-2.75a66.72 66.72 0 0 0-6.8-51.27a67.5 67.5 0 0 0-41.28-31.46a68.7 68.7 0 0 0-12.45-2.11l68.46-29.79a4 4 0 0 0 1.3-6.41M67.08 44a55.13 55.13 0 0 1 40.18 17.5a60.86 60.86 0 0 1 16.44 36.27L31.12 57.48A54.75 54.75 0 0 1 67.08 44M36.77 169A58.72 58.72 0 0 1 44 129.79A59.57 59.57 0 0 1 80.47 102a61 61 0 0 1 15.63-2a59.7 59.7 0 0 1 24.41 5.22ZM212 129.79a58.72 58.72 0 0 1 7.23 39.21l-83.74-63.8A60.24 60.24 0 0 1 212 129.79m-79.66-32a60.86 60.86 0 0 1 16.4-36.29a54.8 54.8 0 0 1 76.14-4Z"/></svg> </template>
CSS
.icon-tree-palm-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M234.9%2056a62.86%2062.86%200%200%200-92%200A68.2%2068.2%200%200%200%20128%2080.44a68.2%2068.2%200%200%200-15-24.45a62.86%2062.86%200%200%200-91.9.01a4%204%200%200%200%201.3%206.42L90.86%2092.2a68.7%2068.7%200%200%200-12.45%202.11a67.5%2067.5%200%200%200-41.28%2031.46a66.72%2066.72%200%200%200-6.8%2051.23a4%204%200%200%200%202.57%202.75a4.1%204.1%200%200%200%201.29.21a4%204%200%200%200%202.43-.82L124%20112.6V224a4%204%200%200%200%208%200V112.6l87.38%2066.58a4%204%200%200%200%202.43.82a4.1%204.1%200%200%200%201.29-.21a4%204%200%200%200%202.57-2.75a66.72%2066.72%200%200%200-6.8-51.27a67.5%2067.5%200%200%200-41.28-31.46a68.7%2068.7%200%200%200-12.45-2.11l68.46-29.79a4%204%200%200%200%201.3-6.41M67.08%2044a55.13%2055.13%200%200%201%2040.18%2017.5a60.86%2060.86%200%200%201%2016.44%2036.27L31.12%2057.48A54.75%2054.75%200%200%201%2067.08%2044M36.77%20169A58.72%2058.72%200%200%201%2044%20129.79A59.57%2059.57%200%200%201%2080.47%20102a61%2061%200%200%201%2015.63-2a59.7%2059.7%200%200%201%2024.41%205.22ZM212%20129.79a58.72%2058.72%200%200%201%207.23%2039.21l-83.74-63.8A60.24%2060.24%200%200%201%20212%20129.79m-79.66-32a60.86%2060.86%200%200%201%2016.4-36.29a54.8%2054.8%200%200%201%2076.14-4Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M234.9%2056a62.86%2062.86%200%200%200-92%200A68.2%2068.2%200%200%200%20128%2080.44a68.2%2068.2%200%200%200-15-24.45a62.86%2062.86%200%200%200-91.9.01a4%204%200%200%200%201.3%206.42L90.86%2092.2a68.7%2068.7%200%200%200-12.45%202.11a67.5%2067.5%200%200%200-41.28%2031.46a66.72%2066.72%200%200%200-6.8%2051.23a4%204%200%200%200%202.57%202.75a4.1%204.1%200%200%200%201.29.21a4%204%200%200%200%202.43-.82L124%20112.6V224a4%204%200%200%200%208%200V112.6l87.38%2066.58a4%204%200%200%200%202.43.82a4.1%204.1%200%200%200%201.29-.21a4%204%200%200%200%202.57-2.75a66.72%2066.72%200%200%200-6.8-51.27a67.5%2067.5%200%200%200-41.28-31.46a68.7%2068.7%200%200%200-12.45-2.11l68.46-29.79a4%204%200%200%200%201.3-6.41M67.08%2044a55.13%2055.13%200%200%201%2040.18%2017.5a60.86%2060.86%200%200%201%2016.44%2036.27L31.12%2057.48A54.75%2054.75%200%200%201%2067.08%2044M36.77%20169A58.72%2058.72%200%200%201%2044%20129.79A59.57%2059.57%200%200%201%2080.47%20102a61%2061%200%200%201%2015.63-2a59.7%2059.7%200%200%201%2024.41%205.22ZM212%20129.79a58.72%2058.72%200%200%201%207.23%2039.21l-83.74-63.8A60.24%2060.24%200%200%201%20212%20129.79m-79.66-32a60.86%2060.86%200%200%201%2016.4-36.29a54.8%2054.8%200%200%201%2076.14-4Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/tree-palm-thin.svg?color=%231a73e8&size=48