Window Active Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Window Active 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/307510.svg" alt="Window Active icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307510.svg" alt="Window Active icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307510.svg" alt="Window Active icon" :width="24" :height="24" />
CSS background
.icon-window-active {
background-image: url('https://proicons.com/icon/307510.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="M11.5 7C13.985 7 16 9.015 16 11.5C16 13.985 13.985 16 11.5 16C9.015 16 7 13.985 7 11.5C7 9.015 9.015 7 11.5 7ZM13.8535 10.1465C13.6583 9.95123 13.3417 9.95124 13.1465 10.1465L11 12.293L9.85352 11.1465C9.65826 10.9512 9.34175 10.9512 9.14648 11.1465C8.95122 11.3417 8.95122 11.6583 9.14648 11.8535L10.6465 13.3535C10.8417 13.5488 11.1583 13.5488 11.3535 13.3535L13.8535 10.8535C14.0488 10.6583 14.0488 10.3417 13.8535 10.1465Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12 1C13.657 1 15 2.343 15 4V7H14.6006C14.4027 6.86509 14.2138 6.71736 14 6.60742V5H2V12C2 13.105 2.895 14 4 14H6.60742C6.71736 14.2148 6.86509 14.4027 7 14.6006V15H4C2.343 15 1 13.657 1 12V4C1 2.343 2.343 1 4 1H12ZM4 2C2.895 2 2 2.895 2 4H14C14 2.895 13.105 2 12 2H4Z"/></svg>
Copied!