Index Zero Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Index Zero 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/307227.svg" alt="Index Zero icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307227.svg" alt="Index Zero icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307227.svg" alt="Index Zero icon" :width="24" :height="24" />
CSS background
.icon-index-zero {
background-image: url('https://proicons.com/icon/307227.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="M8 4C6.346 4 5 5.346 5 7V9C5 10.654 6.346 12 8 12C9.654 12 11 10.654 11 9V7C11 5.346 9.654 4 8 4ZM10 9C10 10.103 9.103 11 8 11C6.897 11 6 10.103 6 9V7C6 5.897 6.897 5 8 5C9.103 5 10 5.897 10 7V9ZM2 3.5V12.5C2 12.776 2.225 13 2.5 13H3C3.276 13 3.5 13.224 3.5 13.5C3.5 13.776 3.276 14 3 14H2.5C1.673 14 1 13.327 1 12.5V3.5C1 2.673 1.673 2 2.5 2H3C3.276 2 3.5 2.224 3.5 2.5C3.5 2.776 3.276 3 3 3H2.5C2.225 3 2 3.224 2 3.5ZM15 3.5V12.5C15 13.327 14.327 14 13.5 14H13C12.724 14 12.5 13.776 12.5 13.5C12.5 13.224 12.724 13 13 13H13.5C13.775 13 14 12.776 14 12.5V3.5C14 3.224 13.775 3 13.5 3H13C12.724 3 12.5 2.776 12.5 2.5C12.5 2.224 12.724 2 13 2H13.5C14.327 2 15 2.673 15 3.5Z"/></svg>
Copied!