Type Hierarchy Super Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Type Hierarchy Super 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/307483.svg" alt="Type Hierarchy Super icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307483.svg" alt="Type Hierarchy Super icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307483.svg" alt="Type Hierarchy Super icon" :width="24" :height="24" />
CSS background
.icon-type-hierarchy-super {
background-image: url('https://proicons.com/icon/307483.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 6H11.76L8.96 10H9C9.552 10 10 10.448 10 11V14C10 14.552 9.552 15 9 15H6C5.448 15 5 14.552 5 14V11C5 10.448 5.448 10 6 10H6.04L3.24 6H2C1.448 6 1 5.552 1 5V2C1 1.448 1.448 1 2 1H5C5.552 1 6 1.448 6 2V5C6 5.552 5.552 6 5 6H4.46L7.26 10H7.74L10.54 6H10C9.448 6 9 5.552 9 5V2C9 1.448 9.448 1 10 1H13C13.552 1 14 1.448 14 2V5C14 5.552 13.552 6 13 6ZM5.001 2H2.001V5H5.001V2ZM6 14H9V11H6V14ZM13 2H10V5H13V2Z"/></svg>
Copied!