Type Hierarchy Sub Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Type Hierarchy Sub 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/307482.svg" alt="Type Hierarchy Sub icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307482.svg" alt="Type Hierarchy Sub icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307482.svg" alt="Type Hierarchy Sub icon" :width="24" :height="24" />
CSS background
.icon-type-hierarchy-sub {
background-image: url('https://proicons.com/icon/307482.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="M13 10H11.76L8.96 6H9C9.552 6 10 5.552 10 5V2C10 1.448 9.552 1 9 1H6C5.448 1 5 1.448 5 2V5C5 5.552 5.448 6 6 6H6.04L3.24 10H2C1.448 10 1 10.448 1 11V14C1 14.552 1.448 15 2 15H5C5.552 15 6 14.552 6 14V11C6 10.448 5.552 10 5 10H4.46L7.26 6H7.74L10.54 10H10C9.448 10 9 10.448 9 11V14C9 14.552 9.448 15 10 15H13C13.552 15 14 14.552 14 14V11C14 10.448 13.552 10 13 10ZM5.001 14H2.001V11H5.001V14ZM6 2H9V5H6V2ZM13 14H10V11H13V14Z"/></svg>
Copied!