Git Commit Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Git Commit 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/307189.svg" alt="Git Commit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307189.svg" alt="Git Commit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307189.svg" alt="Git Commit icon" :width="24" :height="24" />
CSS background
.icon-git-commit {
background-image: url('https://proicons.com/icon/307189.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 8C11.5 6.24 10.194 4.779 8.5 4.536V1.5C8.5 1.224 8.276 1 8 1C7.724 1 7.5 1.224 7.5 1.5V4.536C5.806 4.779 4.5 6.24 4.5 8C4.5 9.76 5.806 11.221 7.5 11.464V14.5C7.5 14.776 7.724 15 8 15C8.276 15 8.5 14.776 8.5 14.5V11.464C10.194 11.221 11.5 9.76 11.5 8ZM8 10.5C6.621 10.5 5.5 9.378 5.5 8C5.5 6.622 6.621 5.5 8 5.5C9.379 5.5 10.5 6.622 10.5 8C10.5 9.378 9.379 10.5 8 10.5Z"/></svg>
Git Commit in other icon packs
Copied!