tree from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
tree
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

1 other variant in Bootstrap Icons

The same icon in other sets

Use the tree icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.416.223a.5.5 0 0 0-.832 0l-3 4.5A.5.5 0 0 0 5 5.5h.098L3.076 8.735A.5.5 0 0 0 3.5 9.5h.191l-1.638 3.276a.5.5 0 0 0 .447.724H7V16h2v-2.5h4.5a.5.5 0 0 0 .447-.724L12.31 9.5h.191a.5.5 0 0 0 .424-.765L10.902 5.5H11a.5.5 0 0 0 .416-.777zM6.437 4.758A.5.5 0 0 0 6 4.5h-.066L8 1.401L10.066 4.5H10a.5.5 0 0 0-.424.765L11.598 8.5H11.5a.5.5 0 0 0-.447.724L12.69 12.5H3.309l1.638-3.276A.5.5 0 0 0 4.5 8.5h-.098l2.022-3.235a.5.5 0 0 0 .013-.507"/></svg>

React

import type { SVGProps } from "react";

export function BiTree(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.416.223a.5.5 0 0 0-.832 0l-3 4.5A.5.5 0 0 0 5 5.5h.098L3.076 8.735A.5.5 0 0 0 3.5 9.5h.191l-1.638 3.276a.5.5 0 0 0 .447.724H7V16h2v-2.5h4.5a.5.5 0 0 0 .447-.724L12.31 9.5h.191a.5.5 0 0 0 .424-.765L10.902 5.5H11a.5.5 0 0 0 .416-.777zM6.437 4.758A.5.5 0 0 0 6 4.5h-.066L8 1.401L10.066 4.5H10a.5.5 0 0 0-.424.765L11.598 8.5H11.5a.5.5 0 0 0-.447.724L12.69 12.5H3.309l1.638-3.276A.5.5 0 0 0 4.5 8.5h-.098l2.022-3.235a.5.5 0 0 0 .013-.507"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.416.223a.5.5 0 0 0-.832 0l-3 4.5A.5.5 0 0 0 5 5.5h.098L3.076 8.735A.5.5 0 0 0 3.5 9.5h.191l-1.638 3.276a.5.5 0 0 0 .447.724H7V16h2v-2.5h4.5a.5.5 0 0 0 .447-.724L12.31 9.5h.191a.5.5 0 0 0 .424-.765L10.902 5.5H11a.5.5 0 0 0 .416-.777zM6.437 4.758A.5.5 0 0 0 6 4.5h-.066L8 1.401L10.066 4.5H10a.5.5 0 0 0-.424.765L11.598 8.5H11.5a.5.5 0 0 0-.447.724L12.69 12.5H3.309l1.638-3.276A.5.5 0 0 0 4.5 8.5h-.098l2.022-3.235a.5.5 0 0 0 .013-.507"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.416.223a.5.5%200%200%200-.832%200l-3%204.5A.5.5%200%200%200%205%205.5h.098L3.076%208.735A.5.5%200%200%200%203.5%209.5h.191l-1.638%203.276a.5.5%200%200%200%20.447.724H7V16h2v-2.5h4.5a.5.5%200%200%200%20.447-.724L12.31%209.5h.191a.5.5%200%200%200%20.424-.765L10.902%205.5H11a.5.5%200%200%200%20.416-.777zM6.437%204.758A.5.5%200%200%200%206%204.5h-.066L8%201.401L10.066%204.5H10a.5.5%200%200%200-.424.765L11.598%208.5H11.5a.5.5%200%200%200-.447.724L12.69%2012.5H3.309l1.638-3.276A.5.5%200%200%200%204.5%208.5h-.098l2.022-3.235a.5.5%200%200%200%20.013-.507%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.416.223a.5.5%200%200%200-.832%200l-3%204.5A.5.5%200%200%200%205%205.5h.098L3.076%208.735A.5.5%200%200%200%203.5%209.5h.191l-1.638%203.276a.5.5%200%200%200%20.447.724H7V16h2v-2.5h4.5a.5.5%200%200%200%20.447-.724L12.31%209.5h.191a.5.5%200%200%200%20.424-.765L10.902%205.5H11a.5.5%200%200%200%20.416-.777zM6.437%204.758A.5.5%200%200%200%206%204.5h-.066L8%201.401L10.066%204.5H10a.5.5%200%200%200-.424.765L11.598%208.5H11.5a.5.5%200%200%200-.447.724L12.69%2012.5H3.309l1.638-3.276A.5.5%200%200%200%204.5%208.5h-.098l2.022-3.235a.5.5%200%200%200%20.013-.507%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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