Collection Small Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Collection Small 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/307061.svg" alt="Collection Small icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307061.svg" alt="Collection Small icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307061.svg" alt="Collection Small icon" :width="24" :height="24" />
CSS background
.icon-collection-small {
background-image: url('https://proicons.com/icon/307061.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M8 0H5C4.45 0 4 0.45 4 1H1C0.45 1 0 1.45 0 2V6C0 6.55 0.45 7 1 7H2V8C2 8.55 2.45 9 3 9H6C6.55 9 7 8.55 7 8V6H8C8.55 6 9 5.55 9 5V1C9 0.45 8.55 0 8 0ZM1 6V2H4V3H3C2.45 3 2 3.45 2 4V6H1ZM6 8H3V4H6V8ZM8 5H7V4C7 3.45 6.55 3 6 3H5V1H8V5Z"/></svg>
Copied!