tree icon
tree from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- tree
- Set
- Carbon
- Style
- Outline
- Category
- Enterprise
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More enterprise icons from Carbon
accountaiai-agentai-agent-detachedai-business-impact-assessmentai-enabled-edtai-enabled-pdlcai-generateai-governance-lifecycleai-governance-trackedai-governance-untrackedai-labelai-launchai-observabilityai-recommendappleapple-dashautoscalingbank-vaultbasketballbatbee-batbinding-connectorblock-storage
Use the tree icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12 30H9v-2h3V15.566l-3.515-2.109l1.03-1.714l3.514 2.108A2.01 2.01 0 0 1 14 15.566V28a2 2 0 0 1-2 2"/><path fill="currentColor" d="M22 30h-3a2 2 0 0 1-2-2V17h6a4 4 0 0 0 3.981-4.396A4.15 4.15 0 0 0 22.785 9h-1.583l-.177-.779C20.452 5.696 18.031 4 15 4a6.02 6.02 0 0 0-5.441 3.486l-.309.667l-.863-.114A3 3 0 0 0 8 8a4 4 0 1 0 0 8v2A6 6 0 1 1 8 6l.079.001A8.03 8.03 0 0 1 15 2c3.679 0 6.692 1.978 7.752 5h.033a6.164 6.164 0 0 1 6.187 5.414A6 6 0 0 1 23 19h-4v9h3Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonTree(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="M12 30H9v-2h3V15.566l-3.515-2.109l1.03-1.714l3.514 2.108A2.01 2.01 0 0 1 14 15.566V28a2 2 0 0 1-2 2"/><path fill="currentColor" d="M22 30h-3a2 2 0 0 1-2-2V17h6a4 4 0 0 0 3.981-4.396A4.15 4.15 0 0 0 22.785 9h-1.583l-.177-.779C20.452 5.696 18.031 4 15 4a6.02 6.02 0 0 0-5.441 3.486l-.309.667l-.863-.114A3 3 0 0 0 8 8a4 4 0 1 0 0 8v2A6 6 0 1 1 8 6l.079.001A8.03 8.03 0 0 1 15 2c3.679 0 6.692 1.978 7.752 5h.033a6.164 6.164 0 0 1 6.187 5.414A6 6 0 0 1 23 19h-4v9h3Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12 30H9v-2h3V15.566l-3.515-2.109l1.03-1.714l3.514 2.108A2.01 2.01 0 0 1 14 15.566V28a2 2 0 0 1-2 2"/><path fill="currentColor" d="M22 30h-3a2 2 0 0 1-2-2V17h6a4 4 0 0 0 3.981-4.396A4.15 4.15 0 0 0 22.785 9h-1.583l-.177-.779C20.452 5.696 18.031 4 15 4a6.02 6.02 0 0 0-5.441 3.486l-.309.667l-.863-.114A3 3 0 0 0 8 8a4 4 0 1 0 0 8v2A6 6 0 1 1 8 6l.079.001A8.03 8.03 0 0 1 15 2c3.679 0 6.692 1.978 7.752 5h.033a6.164 6.164 0 0 1 6.187 5.414A6 6 0 0 1 23 19h-4v9h3Z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2030H9v-2h3V15.566l-3.515-2.109l1.03-1.714l3.514%202.108A2.01%202.01%200%200%201%2014%2015.566V28a2%202%200%200%201-2%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2030h-3a2%202%200%200%201-2-2V17h6a4%204%200%200%200%203.981-4.396A4.15%204.15%200%200%200%2022.785%209h-1.583l-.177-.779C20.452%205.696%2018.031%204%2015%204a6.02%206.02%200%200%200-5.441%203.486l-.309.667l-.863-.114A3%203%200%200%200%208%208a4%204%200%201%200%200%208v2A6%206%200%201%201%208%206l.079.001A8.03%208.03%200%200%201%2015%202c3.679%200%206.692%201.978%207.752%205h.033a6.164%206.164%200%200%201%206.187%205.414A6%206%200%200%201%2023%2019h-4v9h3Z%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%22M12%2030H9v-2h3V15.566l-3.515-2.109l1.03-1.714l3.514%202.108A2.01%202.01%200%200%201%2014%2015.566V28a2%202%200%200%201-2%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2030h-3a2%202%200%200%201-2-2V17h6a4%204%200%200%200%203.981-4.396A4.15%204.15%200%200%200%2022.785%209h-1.583l-.177-.779C20.452%205.696%2018.031%204%2015%204a6.02%206.02%200%200%200-5.441%203.486l-.309.667l-.863-.114A3%203%200%200%200%208%208a4%204%200%201%200%200%208v2A6%206%200%201%201%208%206l.079.001A8.03%208.03%200%200%201%2015%202c3.679%200%206.692%201.978%207.752%205h.033a6.164%206.164%200%200%201%206.187%205.414A6%206%200%200%201%2023%2019h-4v9h3Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/tree.svg?color=%231a73e8&size=48