Symbol Structure Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Symbol Structure 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/307450.svg" alt="Symbol Structure icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307450.svg" alt="Symbol Structure icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307450.svg" alt="Symbol Structure icon" :width="24" :height="24" />
CSS background
.icon-symbol-structure {
background-image: url('https://proicons.com/icon/307450.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 fill-rule="evenodd" clip-rule="evenodd" d="M1 3C1 2.44772 1.44772 2 2 2H14C14.5523 2 15 2.44772 15 3V6C15 6.55228 14.5523 7 14 7H2C1.44772 7 1 6.55228 1 6V3ZM2 3H14V6H2L2 3Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M2 9C1.44772 9 1 9.44772 1 10V13C1 13.5523 1.44772 14 2 14H5C5.55228 14 6 13.5523 6 13V10C6 9.44772 5.55228 9 5 9H2ZM5 10H2V13H5V10Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11 9C10.4477 9 10 9.44772 10 10V13C10 13.5523 10.4477 14 11 14H14C14.5523 14 15 13.5523 15 13V10C15 9.44772 14.5523 9 14 9H11ZM14 10H11V13H14V10Z"/></svg>
Copied!