tree palm icon

tree-palm from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
tree-palm
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the tree palm icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16.736 14.639C15.915 11.43 13.383 9.08 12 8.199c.5-.533 1.966-.941 3.5-.533S19 9.794 19 12.455a5.5 5.5 0 0 1-.706 2.648c-.409.743-1.347.36-1.558-.464"/><path d="M16.616 3.5C12.923 3.5 12 6.5 12 8c2.867-1.553 5.92-1.297 7.862-.871c.683.15 1.337-.344 1.082-.98C20.447 4.91 19.22 3.5 16.616 3.5m-10.219-1c-1.791 0-2.872.805-3.322 1.628c-.249.456.156.907.679.976C5.91 5.389 9.546 6.124 12 7.5c-.51-2-2.038-5-5.603-5M13 9.5c-.167 2.833-.5 7-2 12m-1.5-9c-.5 1.667-2.1 5.8-4.5 9"/><path d="M8.5 6.5c2 0 3 1.118 3.5 1.677c-4.075 1.367-5.825 3.476-6.875 5.723c-.332.711-1.152.85-1.375.088a6.8 6.8 0 0 1-.25-1.898c0-3.913 3.5-5.59 5-5.59"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTreePalm(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M16.736 14.639C15.915 11.43 13.383 9.08 12 8.199c.5-.533 1.966-.941 3.5-.533S19 9.794 19 12.455a5.5 5.5 0 0 1-.706 2.648c-.409.743-1.347.36-1.558-.464"/><path d="M16.616 3.5C12.923 3.5 12 6.5 12 8c2.867-1.553 5.92-1.297 7.862-.871c.683.15 1.337-.344 1.082-.98C20.447 4.91 19.22 3.5 16.616 3.5m-10.219-1c-1.791 0-2.872.805-3.322 1.628c-.249.456.156.907.679.976C5.91 5.389 9.546 6.124 12 7.5c-.51-2-2.038-5-5.603-5M13 9.5c-.167 2.833-.5 7-2 12m-1.5-9c-.5 1.667-2.1 5.8-4.5 9"/><path d="M8.5 6.5c2 0 3 1.118 3.5 1.677c-4.075 1.367-5.825 3.476-6.875 5.723c-.332.711-1.152.85-1.375.088a6.8 6.8 0 0 1-.25-1.898c0-3.913 3.5-5.59 5-5.59"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16.736 14.639C15.915 11.43 13.383 9.08 12 8.199c.5-.533 1.966-.941 3.5-.533S19 9.794 19 12.455a5.5 5.5 0 0 1-.706 2.648c-.409.743-1.347.36-1.558-.464"/><path d="M16.616 3.5C12.923 3.5 12 6.5 12 8c2.867-1.553 5.92-1.297 7.862-.871c.683.15 1.337-.344 1.082-.98C20.447 4.91 19.22 3.5 16.616 3.5m-10.219-1c-1.791 0-2.872.805-3.322 1.628c-.249.456.156.907.679.976C5.91 5.389 9.546 6.124 12 7.5c-.51-2-2.038-5-5.603-5M13 9.5c-.167 2.833-.5 7-2 12m-1.5-9c-.5 1.667-2.1 5.8-4.5 9"/><path d="M8.5 6.5c2 0 3 1.118 3.5 1.677c-4.075 1.367-5.825 3.476-6.875 5.723c-.332.711-1.152.85-1.375.088a6.8 6.8 0 0 1-.25-1.898c0-3.913 3.5-5.59 5-5.59"/></g></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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.736%2014.639C15.915%2011.43%2013.383%209.08%2012%208.199c.5-.533%201.966-.941%203.5-.533S19%209.794%2019%2012.455a5.5%205.5%200%200%201-.706%202.648c-.409.743-1.347.36-1.558-.464%22%2F%3E%3Cpath%20d%3D%22M16.616%203.5C12.923%203.5%2012%206.5%2012%208c2.867-1.553%205.92-1.297%207.862-.871c.683.15%201.337-.344%201.082-.98C20.447%204.91%2019.22%203.5%2016.616%203.5m-10.219-1c-1.791%200-2.872.805-3.322%201.628c-.249.456.156.907.679.976C5.91%205.389%209.546%206.124%2012%207.5c-.51-2-2.038-5-5.603-5M13%209.5c-.167%202.833-.5%207-2%2012m-1.5-9c-.5%201.667-2.1%205.8-4.5%209%22%2F%3E%3Cpath%20d%3D%22M8.5%206.5c2%200%203%201.118%203.5%201.677c-4.075%201.367-5.825%203.476-6.875%205.723c-.332.711-1.152.85-1.375.088a6.8%206.8%200%200%201-.25-1.898c0-3.913%203.5-5.59%205-5.59%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.736%2014.639C15.915%2011.43%2013.383%209.08%2012%208.199c.5-.533%201.966-.941%203.5-.533S19%209.794%2019%2012.455a5.5%205.5%200%200%201-.706%202.648c-.409.743-1.347.36-1.558-.464%22%2F%3E%3Cpath%20d%3D%22M16.616%203.5C12.923%203.5%2012%206.5%2012%208c2.867-1.553%205.92-1.297%207.862-.871c.683.15%201.337-.344%201.082-.98C20.447%204.91%2019.22%203.5%2016.616%203.5m-10.219-1c-1.791%200-2.872.805-3.322%201.628c-.249.456.156.907.679.976C5.91%205.389%209.546%206.124%2012%207.5c-.51-2-2.038-5-5.603-5M13%209.5c-.167%202.833-.5%207-2%2012m-1.5-9c-.5%201.667-2.1%205.8-4.5%209%22%2F%3E%3Cpath%20d%3D%22M8.5%206.5c2%200%203%201.118%203.5%201.677c-4.075%201.367-5.825%203.476-6.875%205.723c-.332.711-1.152.85-1.375.088a6.8%206.8%200%200%201-.25-1.898c0-3.913%203.5-5.59%205-5.59%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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