Github Project Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Github Project 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/307206.svg" alt="Github Project icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307206.svg" alt="Github Project icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307206.svg" alt="Github Project icon" :width="24" :height="24" />
CSS background
.icon-github-project {
background-image: url('https://proicons.com/icon/307206.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="M11.5 2H4.5C3.119 2 2 3.119 2 4.5V11.5C2 12.881 3.119 14 4.5 14H11.5C12.881 14 14 12.881 14 11.5V4.5C14 3.119 12.881 2 11.5 2ZM3 4.5C3 3.672 3.672 3 4.5 3H6V6H3V4.5ZM4.5 13C3.672 13 3 12.328 3 11.5V7H6V13H4.5ZM13 11.5C13 12.328 12.328 13 11.5 13H7V7H13V11.5ZM13 6H7V3H11.5C12.328 3 13 3.672 13 4.5V6Z"/></svg>
Copied!