Open In Window Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Open In 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/307317.svg" alt="Open In Window icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307317.svg" alt="Open In Window icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307317.svg" alt="Open In Window icon" :width="24" :height="24" />
CSS background
.icon-open-in-window {
background-image: url('https://proicons.com/icon/307317.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="M11.499 4C11.775 4.00001 11.999 4.22401 11.999 4.5L12 8.5C12 8.776 11.776 9 11.5 9C11.224 9 11 8.776 11 8.5V5.70703L3.85449 12.8525C3.75649 12.9505 3.628 12.999 3.5 12.999C3.37201 12.999 3.24448 12.9495 3.14648 12.8525C2.95148 12.6575 2.95148 12.3415 3.14648 12.1465L10.292 5H7.49902C7.22302 5 6.99902 4.776 6.99902 4.5C6.99902 4.224 7.22302 4 7.49902 4H11.499Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12.5 1C13.879 1 15 2.121 15 3.5V10.5C15 11.879 13.879 13 12.5 13H12V13.5C12 14.879 10.879 16 9.5 16H2.5C1.121 16 0 14.879 0 13.5V6.5C0 5.121 1.121 4 2.5 4H3V3.5C3 2.121 4.121 1 5.5 1H12.5ZM5.5 2C4.673 2 4 2.673 4 3.5V9.5C4 9.776 3.776 10 3.5 10C3.224 10 3 9.776 3 9.5V5H2.5C1.673 5 1 5.673 1 6.5V13.5C1 14.327 1.673 15 2.5 15H9.5C10.327 15 11 14.327 11 13.5V13H6.5C6.224 13 6 12.776 6 12.5C6 12.224 6.224 12 6.5 12H12.5C13.327 12 14 11.327 14 10.5V3.5C14 2.673 13.327 2 12.5 2H5.5Z"/></svg>
Open In Window in other icon packs
Copied!