tree-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
tree-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the tree icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M232 127.82c.09 33.94-28.41 63.3-62.34 64.16a63.72 63.72 0 0 1-41.66-14a63.7 63.7 0 0 1-41.65 14c-33.93-.86-62.44-30.22-62.35-64.16a64 64 0 0 1 40.13-59.2a68 68 0 0 1 127.74 0a64 64 0 0 1 40.13 59.2" opacity=".2"/><path d="M198.1 62.59a76 76 0 0 0-140.2 0A71.71 71.71 0 0 0 16 127.8C15.9 166 48 199 86.14 200a72.2 72.2 0 0 0 33.86-7.53V232a8 8 0 0 0 16 0v-39.53a72.2 72.2 0 0 0 32 7.53h1.82c38.18-1 70.29-34 70.18-72.2a71.71 71.71 0 0 0-41.9-65.21M169.45 184A56.08 56.08 0 0 1 136 174v-41l43.58-21.78a8 8 0 1 0-7.16-14.32L136 115.06V88a8 8 0 0 0-16 0v51.06l-36.42-18.22a8 8 0 1 0-7.16 14.32L120 156.94v17a56 56 0 0 1-33.45 10c-29.65-.71-54.63-26.42-54.55-56.1A55.79 55.79 0 0 1 67.11 76a8 8 0 0 0 4.53-4.67a60 60 0 0 1 112.72 0a8 8 0 0 0 4.53 4.67A55.79 55.79 0 0 1 224 127.84c.08 29.68-24.9 55.39-54.55 56.16"/></g></svg>

React

import type { SVGProps } from "react";

export function PhTreeDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M232 127.82c.09 33.94-28.41 63.3-62.34 64.16a63.72 63.72 0 0 1-41.66-14a63.7 63.7 0 0 1-41.65 14c-33.93-.86-62.44-30.22-62.35-64.16a64 64 0 0 1 40.13-59.2a68 68 0 0 1 127.74 0a64 64 0 0 1 40.13 59.2" opacity=".2"/><path d="M198.1 62.59a76 76 0 0 0-140.2 0A71.71 71.71 0 0 0 16 127.8C15.9 166 48 199 86.14 200a72.2 72.2 0 0 0 33.86-7.53V232a8 8 0 0 0 16 0v-39.53a72.2 72.2 0 0 0 32 7.53h1.82c38.18-1 70.29-34 70.18-72.2a71.71 71.71 0 0 0-41.9-65.21M169.45 184A56.08 56.08 0 0 1 136 174v-41l43.58-21.78a8 8 0 1 0-7.16-14.32L136 115.06V88a8 8 0 0 0-16 0v51.06l-36.42-18.22a8 8 0 1 0-7.16 14.32L120 156.94v17a56 56 0 0 1-33.45 10c-29.65-.71-54.63-26.42-54.55-56.1A55.79 55.79 0 0 1 67.11 76a8 8 0 0 0 4.53-4.67a60 60 0 0 1 112.72 0a8 8 0 0 0 4.53 4.67A55.79 55.79 0 0 1 224 127.84c.08 29.68-24.9 55.39-54.55 56.16"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M232 127.82c.09 33.94-28.41 63.3-62.34 64.16a63.72 63.72 0 0 1-41.66-14a63.7 63.7 0 0 1-41.65 14c-33.93-.86-62.44-30.22-62.35-64.16a64 64 0 0 1 40.13-59.2a68 68 0 0 1 127.74 0a64 64 0 0 1 40.13 59.2" opacity=".2"/><path d="M198.1 62.59a76 76 0 0 0-140.2 0A71.71 71.71 0 0 0 16 127.8C15.9 166 48 199 86.14 200a72.2 72.2 0 0 0 33.86-7.53V232a8 8 0 0 0 16 0v-39.53a72.2 72.2 0 0 0 32 7.53h1.82c38.18-1 70.29-34 70.18-72.2a71.71 71.71 0 0 0-41.9-65.21M169.45 184A56.08 56.08 0 0 1 136 174v-41l43.58-21.78a8 8 0 1 0-7.16-14.32L136 115.06V88a8 8 0 0 0-16 0v51.06l-36.42-18.22a8 8 0 1 0-7.16 14.32L120 156.94v17a56 56 0 0 1-33.45 10c-29.65-.71-54.63-26.42-54.55-56.1A55.79 55.79 0 0 1 67.11 76a8 8 0 0 0 4.53-4.67a60 60 0 0 1 112.72 0a8 8 0 0 0 4.53 4.67A55.79 55.79 0 0 1 224 127.84c.08 29.68-24.9 55.39-54.55 56.16"/></g></svg>
</template>

CSS

.icon-tree-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M232%20127.82c.09%2033.94-28.41%2063.3-62.34%2064.16a63.72%2063.72%200%200%201-41.66-14a63.7%2063.7%200%200%201-41.65%2014c-33.93-.86-62.44-30.22-62.35-64.16a64%2064%200%200%201%2040.13-59.2a68%2068%200%200%201%20127.74%200a64%2064%200%200%201%2040.13%2059.2%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M198.1%2062.59a76%2076%200%200%200-140.2%200A71.71%2071.71%200%200%200%2016%20127.8C15.9%20166%2048%20199%2086.14%20200a72.2%2072.2%200%200%200%2033.86-7.53V232a8%208%200%200%200%2016%200v-39.53a72.2%2072.2%200%200%200%2032%207.53h1.82c38.18-1%2070.29-34%2070.18-72.2a71.71%2071.71%200%200%200-41.9-65.21M169.45%20184A56.08%2056.08%200%200%201%20136%20174v-41l43.58-21.78a8%208%200%201%200-7.16-14.32L136%20115.06V88a8%208%200%200%200-16%200v51.06l-36.42-18.22a8%208%200%201%200-7.16%2014.32L120%20156.94v17a56%2056%200%200%201-33.45%2010c-29.65-.71-54.63-26.42-54.55-56.1A55.79%2055.79%200%200%201%2067.11%2076a8%208%200%200%200%204.53-4.67a60%2060%200%200%201%20112.72%200a8%208%200%200%200%204.53%204.67A55.79%2055.79%200%200%201%20224%20127.84c.08%2029.68-24.9%2055.39-54.55%2056.16%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M232%20127.82c.09%2033.94-28.41%2063.3-62.34%2064.16a63.72%2063.72%200%200%201-41.66-14a63.7%2063.7%200%200%201-41.65%2014c-33.93-.86-62.44-30.22-62.35-64.16a64%2064%200%200%201%2040.13-59.2a68%2068%200%200%201%20127.74%200a64%2064%200%200%201%2040.13%2059.2%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M198.1%2062.59a76%2076%200%200%200-140.2%200A71.71%2071.71%200%200%200%2016%20127.8C15.9%20166%2048%20199%2086.14%20200a72.2%2072.2%200%200%200%2033.86-7.53V232a8%208%200%200%200%2016%200v-39.53a72.2%2072.2%200%200%200%2032%207.53h1.82c38.18-1%2070.29-34%2070.18-72.2a71.71%2071.71%200%200%200-41.9-65.21M169.45%20184A56.08%2056.08%200%200%201%20136%20174v-41l43.58-21.78a8%208%200%201%200-7.16-14.32L136%20115.06V88a8%208%200%200%200-16%200v51.06l-36.42-18.22a8%208%200%201%200-7.16%2014.32L120%20156.94v17a56%2056%200%200%201-33.45%2010c-29.65-.71-54.63-26.42-54.55-56.1A55.79%2055.79%200%200%201%2067.11%2076a8%208%200%200%200%204.53-4.67a60%2060%200%200%201%20112.72%200a8%208%200%200%200%204.53%204.67A55.79%2055.79%200%200%201%20224%20127.84c.08%2029.68-24.9%2055.39-54.55%2056.16%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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