Chrome Maximize Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Chrome Maximize 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/307035.svg" alt="Chrome Maximize icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307035.svg" alt="Chrome Maximize icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307035.svg" alt="Chrome Maximize icon" :width="24" :height="24" />
CSS background
.icon-chrome-maximize {
background-image: url('https://proicons.com/icon/307035.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="M2 4.5C2 3.11929 3.11929 2 4.5 2H11.5C12.8807 2 14 3.11929 14 4.5V11.5C14 12.8807 12.8807 14 11.5 14H4.5C3.11929 14 2 12.8807 2 11.5V4.5ZM4.5 3C3.67157 3 3 3.67157 3 4.5V11.5C3 12.3284 3.67157 13 4.5 13H11.5C12.3284 13 13 12.3284 13 11.5V4.5C13 3.67157 12.3284 3 11.5 3H4.5Z"/></svg>
Copied!