List Tree Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The List Tree icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307276.svg" alt="List Tree icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307276.svg" alt="List Tree icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307276.svg" alt="List Tree icon" :width="24" :height="24" />
CSS background
.icon-list-tree {
background-image: url('https://proicons.com/icon/307276.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M2 3.5C2 3.22386 2.22386 3 2.5 3H13.5C13.7761 3 14 3.22386 14 3.5C14 3.77614 13.7761 4 13.5 4H6V6H13.5C13.7761 6 14 6.22386 14 6.5C14 6.77614 13.7761 7 13.5 7H6V9H13.5C13.7761 9 14 9.22386 14 9.5C14 9.77614 13.7761 10 13.5 10H6V12H13.5C13.7761 12 14 12.2239 14 12.5C14 12.7761 13.7761 13 13.5 13H5.5C5.22386 13 5 12.7761 5 12.5V4H2.5C2.22386 4 2 3.77614 2 3.5Z"/></svg>
List Tree in other icon packs
Copied!