Empty Window Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Empty Window 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/307145.svg" alt="Empty Window icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307145.svg" alt="Empty Window icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307145.svg" alt="Empty Window icon" :width="24" :height="24" />
CSS background
.icon-empty-window {
background-image: url('https://proicons.com/icon/307145.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="M15 4V12C15 13.657 13.657 15 12 15H4C2.343 15 1 13.657 1 12V8.739C1.307 8.992 1.643 9.209 2 9.393V12C2 13.105 2.895 14 4 14H12C13.105 14 14 13.105 14 12V5H9.975C9.99 4.835 10 4.669 10 4.5C10 4.331 9.99 4.165 9.975 4H14C14 2.895 13.105 2 12 2H9.393C9.21 1.643 8.993 1.307 8.739 1H12C13.657 1 15 2.343 15 4ZM0 4.5C0 2.015 2.015 0 4.5 0C6.985 0 9 2.015 9 4.5C9 6.985 6.985 9 4.5 9C2.015 9 0 6.985 0 4.5ZM1.5 4.5C1.5 4.776 1.724 5 2 5H4V7C4 7.276 4.224 7.5 4.5 7.5C4.776 7.5 5 7.276 5 7V5H7C7.276 5 7.5 4.776 7.5 4.5C7.5 4.224 7.276 4 7 4H5V2C5 1.724 4.776 1.5 4.5 1.5C4.224 1.5 4 1.724 4 2V4H2C1.724 4 1.5 4.224 1.5 4.5Z"/></svg>
Copied!