palm-tree from Material Design Icons by Pictogrammers · Filled · Nature · Apache-2.0 Free for personal and commercial use.

Name
palm-tree
Set
Material Design Icons
Style
Filled
Category
Nature
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More nature icons from Material Design Icons

Use the palm tree icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 9c1.59 7.61-2 13-2 13h3c1.88-5.8 1-9.91.5-12m2.16-2.84c.17.21.34.43.47.66a7.1 7.1 0 0 1-.63 8.44a7.11 7.11 0 0 0-.55-6.49c-.08-.13-.17-.24-.25-.36a7.1 7.1 0 0 0-2.16-1.98a7.13 7.13 0 0 0-4.96 6.79c0 .74.11 1.45.31 2.11a7.07 7.07 0 0 1-1.33-4.14c0-2.35 1.14-4.43 2.89-5.73C8 6.35 6.46 6.67 5.12 7.5q-.93.615-1.62 1.41C4.05 7.58 5 6.39 6.3 5.57c1.5-.94 3.2-1.25 4.84-1.01C10.73 4 10.23 3.47 9.63 3c-.58-.42-1.21-.76-1.87-1c1.44.04 2.88.5 4.11 1.43c.63.47 1.13 1.04 1.53 1.64c.1 0 .19-.01.29-.01c3.2 0 5.91 2.11 6.81 5.02a7.07 7.07 0 0 0-4.84-2.92"/></svg>

React

import type { SVGProps } from "react";

export function MdiPalmTree(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 9c1.59 7.61-2 13-2 13h3c1.88-5.8 1-9.91.5-12m2.16-2.84c.17.21.34.43.47.66a7.1 7.1 0 0 1-.63 8.44a7.11 7.11 0 0 0-.55-6.49c-.08-.13-.17-.24-.25-.36a7.1 7.1 0 0 0-2.16-1.98a7.13 7.13 0 0 0-4.96 6.79c0 .74.11 1.45.31 2.11a7.07 7.07 0 0 1-1.33-4.14c0-2.35 1.14-4.43 2.89-5.73C8 6.35 6.46 6.67 5.12 7.5q-.93.615-1.62 1.41C4.05 7.58 5 6.39 6.3 5.57c1.5-.94 3.2-1.25 4.84-1.01C10.73 4 10.23 3.47 9.63 3c-.58-.42-1.21-.76-1.87-1c1.44.04 2.88.5 4.11 1.43c.63.47 1.13 1.04 1.53 1.64c.1 0 .19-.01.29-.01c3.2 0 5.91 2.11 6.81 5.02a7.07 7.07 0 0 0-4.84-2.92"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 9c1.59 7.61-2 13-2 13h3c1.88-5.8 1-9.91.5-12m2.16-2.84c.17.21.34.43.47.66a7.1 7.1 0 0 1-.63 8.44a7.11 7.11 0 0 0-.55-6.49c-.08-.13-.17-.24-.25-.36a7.1 7.1 0 0 0-2.16-1.98a7.13 7.13 0 0 0-4.96 6.79c0 .74.11 1.45.31 2.11a7.07 7.07 0 0 1-1.33-4.14c0-2.35 1.14-4.43 2.89-5.73C8 6.35 6.46 6.67 5.12 7.5q-.93.615-1.62 1.41C4.05 7.58 5 6.39 6.3 5.57c1.5-.94 3.2-1.25 4.84-1.01C10.73 4 10.23 3.47 9.63 3c-.58-.42-1.21-.76-1.87-1c1.44.04 2.88.5 4.11 1.43c.63.47 1.13 1.04 1.53 1.64c.1 0 .19-.01.29-.01c3.2 0 5.91 2.11 6.81 5.02a7.07 7.07 0 0 0-4.84-2.92"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%209c1.59%207.61-2%2013-2%2013h3c1.88-5.8%201-9.91.5-12m2.16-2.84c.17.21.34.43.47.66a7.1%207.1%200%200%201-.63%208.44a7.11%207.11%200%200%200-.55-6.49c-.08-.13-.17-.24-.25-.36a7.1%207.1%200%200%200-2.16-1.98a7.13%207.13%200%200%200-4.96%206.79c0%20.74.11%201.45.31%202.11a7.07%207.07%200%200%201-1.33-4.14c0-2.35%201.14-4.43%202.89-5.73C8%206.35%206.46%206.67%205.12%207.5q-.93.615-1.62%201.41C4.05%207.58%205%206.39%206.3%205.57c1.5-.94%203.2-1.25%204.84-1.01C10.73%204%2010.23%203.47%209.63%203c-.58-.42-1.21-.76-1.87-1c1.44.04%202.88.5%204.11%201.43c.63.47%201.13%201.04%201.53%201.64c.1%200%20.19-.01.29-.01c3.2%200%205.91%202.11%206.81%205.02a7.07%207.07%200%200%200-4.84-2.92%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%22currentColor%22%20d%3D%22M12%209c1.59%207.61-2%2013-2%2013h3c1.88-5.8%201-9.91.5-12m2.16-2.84c.17.21.34.43.47.66a7.1%207.1%200%200%201-.63%208.44a7.11%207.11%200%200%200-.55-6.49c-.08-.13-.17-.24-.25-.36a7.1%207.1%200%200%200-2.16-1.98a7.13%207.13%200%200%200-4.96%206.79c0%20.74.11%201.45.31%202.11a7.07%207.07%200%200%201-1.33-4.14c0-2.35%201.14-4.43%202.89-5.73C8%206.35%206.46%206.67%205.12%207.5q-.93.615-1.62%201.41C4.05%207.58%205%206.39%206.3%205.57c1.5-.94%203.2-1.25%204.84-1.01C10.73%204%2010.23%203.47%209.63%203c-.58-.42-1.21-.76-1.87-1c1.44.04%202.88.5%204.11%201.43c.63.47%201.13%201.04%201.53%201.64c.1%200%20.19-.01.29-.01c3.2%200%205.91%202.11%206.81%205.02a7.07%207.07%200%200%200-4.84-2.92%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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