tree from IconPark by ByteDance · Color · Energy · Apache-2.0 Free for personal and commercial use.

Name
tree
Set
IconPark
Style
Color
Category
Energy
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More energy icons from IconPark

Use the tree icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M13.0448 14C13.5501 8.3935 18.262 4 24 4C29.738 4 34.4499 8.3935 34.9552 14H35C39.9706 14 44 18.0294 44 23C44 27.9706 39.9706 32 35 32H13C8.02944 32 4 27.9706 4 23C4 18.0294 8.02944 14 13 14H13.0448Z"/><path d="M24 28L29 23"/><path d="M24 25L18 19"/><path d="M24 44V18"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkTree(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M13.0448 14C13.5501 8.3935 18.262 4 24 4C29.738 4 34.4499 8.3935 34.9552 14H35C39.9706 14 44 18.0294 44 23C44 27.9706 39.9706 32 35 32H13C8.02944 32 4 27.9706 4 23C4 18.0294 8.02944 14 13 14H13.0448Z"/><path d="M24 28L29 23"/><path d="M24 25L18 19"/><path d="M24 44V18"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M13.0448 14C13.5501 8.3935 18.262 4 24 4C29.738 4 34.4499 8.3935 34.9552 14H35C39.9706 14 44 18.0294 44 23C44 27.9706 39.9706 32 35 32H13C8.02944 32 4 27.9706 4 23C4 18.0294 8.02944 14 13 14H13.0448Z"/><path d="M24 28L29 23"/><path d="M24 25L18 19"/><path d="M24 44V18"/></g></svg>
</template>

CSS

.icon-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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M13.0448%2014C13.5501%208.3935%2018.262%204%2024%204C29.738%204%2034.4499%208.3935%2034.9552%2014H35C39.9706%2014%2044%2018.0294%2044%2023C44%2027.9706%2039.9706%2032%2035%2032H13C8.02944%2032%204%2027.9706%204%2023C4%2018.0294%208.02944%2014%2013%2014H13.0448Z%22%2F%3E%3Cpath%20d%3D%22M24%2028L29%2023%22%2F%3E%3Cpath%20d%3D%22M24%2025L18%2019%22%2F%3E%3Cpath%20d%3D%22M24%2044V18%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M13.0448%2014C13.5501%208.3935%2018.262%204%2024%204C29.738%204%2034.4499%208.3935%2034.9552%2014H35C39.9706%2014%2044%2018.0294%2044%2023C44%2027.9706%2039.9706%2032%2035%2032H13C8.02944%2032%204%2027.9706%204%2023C4%2018.0294%208.02944%2014%2013%2014H13.0448Z%22%2F%3E%3Cpath%20d%3D%22M24%2028L29%2023%22%2F%3E%3Cpath%20d%3D%22M24%2025L18%2019%22%2F%3E%3Cpath%20d%3D%22M24%2044V18%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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