Chrome Minimize Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Chrome Minimize 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/307036.svg" alt="Chrome Minimize icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307036.svg" alt="Chrome Minimize icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307036.svg" alt="Chrome Minimize icon" :width="24" :height="24" />
CSS background
.icon-chrome-minimize {
background-image: url('https://proicons.com/icon/307036.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="M3 7.5C3 7.22386 3.22386 7 3.5 7H12.5C12.7761 7 13 7.22386 13 7.5C13 7.77614 12.7761 8 12.5 8H3.5C3.22386 8 3 7.77614 3 7.5Z"/></svg>
Copied!