palm tree icon

palm-tree from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
palm-tree
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More planning icons from Carbon

Use the palm tree icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.57 28C17.897 26.725 16 22.226 16 12v-.131l1.117.744A6.46 6.46 0 0 1 20 18h2a8.46 8.46 0 0 0-3.773-7.05L16.803 10h1.53a7.04 7.04 0 0 1 4.2 1.4l1.867 1.4l1.2-1.6l-1.867-1.4a9.06 9.06 0 0 0-5.4-1.8h-1.216A7.03 7.03 0 0 1 22 6h2V4h-2a9.04 9.04 0 0 0-7 3.364A9.04 9.04 0 0 0 8 4H6v2h2a7.03 7.03 0 0 1 4.883 2h-1.216a9.06 9.06 0 0 0-5.4 1.8L4.4 11.2l1.2 1.6l1.867-1.4a7.04 7.04 0 0 1 4.2-1.4h1.53l-1.423.95A8.46 8.46 0 0 0 8 18h2a6.46 6.46 0 0 1 2.883-5.387L14 11.87V12c0 8.944 1.412 13.765 2.361 16H2v2h28v-2Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonPalmTree(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" d="M18.57 28C17.897 26.725 16 22.226 16 12v-.131l1.117.744A6.46 6.46 0 0 1 20 18h2a8.46 8.46 0 0 0-3.773-7.05L16.803 10h1.53a7.04 7.04 0 0 1 4.2 1.4l1.867 1.4l1.2-1.6l-1.867-1.4a9.06 9.06 0 0 0-5.4-1.8h-1.216A7.03 7.03 0 0 1 22 6h2V4h-2a9.04 9.04 0 0 0-7 3.364A9.04 9.04 0 0 0 8 4H6v2h2a7.03 7.03 0 0 1 4.883 2h-1.216a9.06 9.06 0 0 0-5.4 1.8L4.4 11.2l1.2 1.6l1.867-1.4a7.04 7.04 0 0 1 4.2-1.4h1.53l-1.423.95A8.46 8.46 0 0 0 8 18h2a6.46 6.46 0 0 1 2.883-5.387L14 11.87V12c0 8.944 1.412 13.765 2.361 16H2v2h28v-2Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.57 28C17.897 26.725 16 22.226 16 12v-.131l1.117.744A6.46 6.46 0 0 1 20 18h2a8.46 8.46 0 0 0-3.773-7.05L16.803 10h1.53a7.04 7.04 0 0 1 4.2 1.4l1.867 1.4l1.2-1.6l-1.867-1.4a9.06 9.06 0 0 0-5.4-1.8h-1.216A7.03 7.03 0 0 1 22 6h2V4h-2a9.04 9.04 0 0 0-7 3.364A9.04 9.04 0 0 0 8 4H6v2h2a7.03 7.03 0 0 1 4.883 2h-1.216a9.06 9.06 0 0 0-5.4 1.8L4.4 11.2l1.2 1.6l1.867-1.4a7.04 7.04 0 0 1 4.2-1.4h1.53l-1.423.95A8.46 8.46 0 0 0 8 18h2a6.46 6.46 0 0 1 2.883-5.387L14 11.87V12c0 8.944 1.412 13.765 2.361 16H2v2h28v-2Z"/></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%20d%3D%22M18.57%2028C17.897%2026.725%2016%2022.226%2016%2012v-.131l1.117.744A6.46%206.46%200%200%201%2020%2018h2a8.46%208.46%200%200%200-3.773-7.05L16.803%2010h1.53a7.04%207.04%200%200%201%204.2%201.4l1.867%201.4l1.2-1.6l-1.867-1.4a9.06%209.06%200%200%200-5.4-1.8h-1.216A7.03%207.03%200%200%201%2022%206h2V4h-2a9.04%209.04%200%200%200-7%203.364A9.04%209.04%200%200%200%208%204H6v2h2a7.03%207.03%200%200%201%204.883%202h-1.216a9.06%209.06%200%200%200-5.4%201.8L4.4%2011.2l1.2%201.6l1.867-1.4a7.04%207.04%200%200%201%204.2-1.4h1.53l-1.423.95A8.46%208.46%200%200%200%208%2018h2a6.46%206.46%200%200%201%202.883-5.387L14%2011.87V12c0%208.944%201.412%2013.765%202.361%2016H2v2h28v-2Z%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%20d%3D%22M18.57%2028C17.897%2026.725%2016%2022.226%2016%2012v-.131l1.117.744A6.46%206.46%200%200%201%2020%2018h2a8.46%208.46%200%200%200-3.773-7.05L16.803%2010h1.53a7.04%207.04%200%200%201%204.2%201.4l1.867%201.4l1.2-1.6l-1.867-1.4a9.06%209.06%200%200%200-5.4-1.8h-1.216A7.03%207.03%200%200%201%2022%206h2V4h-2a9.04%209.04%200%200%200-7%203.364A9.04%209.04%200%200%200%208%204H6v2h2a7.03%207.03%200%200%201%204.883%202h-1.216a9.06%209.06%200%200%200-5.4%201.8L4.4%2011.2l1.2%201.6l1.867-1.4a7.04%207.04%200%200%201%204.2-1.4h1.53l-1.423.95A8.46%208.46%200%200%200%208%2018h2a6.46%206.46%200%200%201%202.883-5.387L14%2011.87V12c0%208.944%201.412%2013.765%202.361%2016H2v2h28v-2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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