tree-palm from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.

Name
tree-palm
Set
Myna UI Icons
Style
Regular
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI Icons

Use the tree palm icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5.805 3.11c2.753-.554 5.347 1.04 6.029 3.801m0 0C8.632 8.525 7 16 9.617 21h4.337c-2.301-4.334-4.103-11.055-2.12-14.089m0 0C14.158 5.21 18.145 6.014 20 8.06m-8.166-1.15c2.811.703 4.628 3.646 4.034 6.543M11.834 6.91C9.048 5.684 5.704 6.68 4 9.245"/></svg>

React

import type { SVGProps } from "react";

export function MynauiTreePalm(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M5.805 3.11c2.753-.554 5.347 1.04 6.029 3.801m0 0C8.632 8.525 7 16 9.617 21h4.337c-2.301-4.334-4.103-11.055-2.12-14.089m0 0C14.158 5.21 18.145 6.014 20 8.06m-8.166-1.15c2.811.703 4.628 3.646 4.034 6.543M11.834 6.91C9.048 5.684 5.704 6.68 4 9.245"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5.805 3.11c2.753-.554 5.347 1.04 6.029 3.801m0 0C8.632 8.525 7 16 9.617 21h4.337c-2.301-4.334-4.103-11.055-2.12-14.089m0 0C14.158 5.21 18.145 6.014 20 8.06m-8.166-1.15c2.811.703 4.628 3.646 4.034 6.543M11.834 6.91C9.048 5.684 5.704 6.68 4 9.245"/></svg>
</template>

CSS

.icon-tree-palm {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M5.805%203.11c2.753-.554%205.347%201.04%206.029%203.801m0%200C8.632%208.525%207%2016%209.617%2021h4.337c-2.301-4.334-4.103-11.055-2.12-14.089m0%200C14.158%205.21%2018.145%206.014%2020%208.06m-8.166-1.15c2.811.703%204.628%203.646%204.034%206.543M11.834%206.91C9.048%205.684%205.704%206.68%204%209.245%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M5.805%203.11c2.753-.554%205.347%201.04%206.029%203.801m0%200C8.632%208.525%207%2016%209.617%2021h4.337c-2.301-4.334-4.103-11.055-2.12-14.089m0%200C14.158%205.21%2018.145%206.014%2020%208.06m-8.166-1.15c2.811.703%204.628%203.646%204.034%206.543M11.834%206.91C9.048%205.684%205.704%206.68%204%209.245%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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