Symbol Array Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Symbol Array 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/307426.svg" alt="Symbol Array icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307426.svg" alt="Symbol Array icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307426.svg" alt="Symbol Array icon" :width="24" :height="24" />
CSS background
.icon-symbol-array {
background-image: url('https://proicons.com/icon/307426.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="M5 14H4.5C3.673 14 3 13.327 3 12.5V3.5C3 2.673 3.673 2 4.5 2H5C5.276 2 5.5 2.224 5.5 2.5C5.5 2.776 5.276 3 5 3H4.5C4.225 3 4 3.224 4 3.5V12.5C4 12.776 4.225 13 4.5 13H5C5.276 13 5.5 13.224 5.5 13.5C5.5 13.776 5.276 14 5 14ZM13 12.5V3.5C13 2.673 12.327 2 11.5 2H11C10.724 2 10.5 2.224 10.5 2.5C10.5 2.776 10.724 3 11 3H11.5C11.775 3 12 3.224 12 3.5V12.5C12 12.776 11.775 13 11.5 13H11C10.724 13 10.5 13.224 10.5 13.5C10.5 13.776 10.724 14 11 14H11.5C12.327 14 13 13.327 13 12.5Z"/></svg>
Copied!