Chrome Restore Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Chrome Restore 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/307037.svg" alt="Chrome Restore icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307037.svg" alt="Chrome Restore icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307037.svg" alt="Chrome Restore icon" :width="24" :height="24" />
CSS background
.icon-chrome-restore {
background-image: url('https://proicons.com/icon/307037.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="M5.08496 4C5.29088 3.4174 5.8465 3 6.49961 3H9.99961C11.6565 3 12.9996 4.34315 12.9996 6V9.5C12.9996 10.1531 12.5822 10.7087 11.9996 10.9146V6C11.9996 4.89543 11.1042 4 9.99961 4H5.08496ZM4.5 5H9.5C10.3284 5 11 5.67157 11 6.5V11.5C11 12.3284 10.3284 13 9.5 13H4.5C3.67157 13 3 12.3284 3 11.5V6.5C3 5.67157 3.67157 5 4.5 5ZM4.5 6C4.22386 6 4 6.22386 4 6.5V11.5C4 11.7761 4.22386 12 4.5 12H9.5C9.77614 12 10 11.7761 10 11.5V6.5C10 6.22386 9.77614 6 9.5 6H4.5Z"/></svg>
Chrome Restore in other icon packs
Copied!