Multiple Windows Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Multiple Windows 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/307303.svg" alt="Multiple Windows icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307303.svg" alt="Multiple Windows icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307303.svg" alt="Multiple Windows icon" :width="24" :height="24" />
CSS background
.icon-multiple-windows {
background-image: url('https://proicons.com/icon/307303.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="M10.5 13C11.878 13 13 11.879 13 10.5V3.5C13 2.121 11.878 1 10.5 1H3.5C2.122 1 1 2.121 1 3.5V10.5C1 11.879 2.122 13 3.5 13H10.5ZM3.5 2H10.5C11.327 2 12 2.673 12 3.5V4H2V3.5C2 2.673 2.673 2 3.5 2ZM2 10.5V5H12V10.5C12 11.327 11.327 12 10.5 12H3.5C2.673 12 2 11.327 2 10.5ZM15 5.5V10.5C15 12.98 12.98 15 10.5 15H5.5C4.68 15 3.96 14.61 3.5 14H10.5C12.43 14 14 12.43 14 10.5V3.5C14.61 3.96 15 4.68 15 5.5Z"/></svg>
Copied!