Git Pull Request Done Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Git Pull Request Done 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/307195.svg" alt="Git Pull Request Done icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307195.svg" alt="Git Pull Request Done icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307195.svg" alt="Git Pull Request Done icon" :width="24" :height="24" />
CSS background
.icon-git-pull-request-done {
background-image: url('https://proicons.com/icon/307195.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 fill-rule="evenodd" clip-rule="evenodd" d="M11.5 7C13.985 7 16 9.015 16 11.5C16 13.985 13.985 16 11.5 16C9.015 16 7 13.985 7 11.5C7 9.015 9.015 7 11.5 7ZM13.8535 10.1465C13.6583 9.95123 13.3417 9.95124 13.1465 10.1465L11 12.293L9.85352 11.1465C9.65826 10.9512 9.34175 10.9512 9.14648 11.1465C8.95122 11.3417 8.95122 11.6583 9.14648 11.8535L10.6465 13.3535C10.8417 13.5488 11.1583 13.5488 11.3535 13.3535L13.8535 10.8535C14.0488 10.6583 14.0488 10.3417 13.8535 10.1465Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 1C4.88 1 6 2.12 6 3.5C6 4.71 5.14 5.7202 4 5.9502V10.0508C5.14 10.2828 6 11.292 6 12.5C6 13.879 4.878 15 3.5 15C2.122 15 1 13.879 1 12.5C1 11.293 1.86 10.2828 3 10.0508V5.9502C1.86 5.7202 1 4.71 1 3.5C1 2.12 2.12 1 3.5 1ZM3.5 11C2.673 11 2 11.673 2 12.5C2 13.327 2.673 14 3.5 14C4.327 14 5 13.327 5 12.5C5 11.673 4.327 11 3.5 11ZM3.5 2C2.67 2 2 2.67 2 3.5C2 4.33 2.67 5 3.5 5C4.33 5 5 4.33 5 3.5C5 2.67 4.33 2 3.5 2Z"/><path d="M9.15039 1.15039C9.34039 0.950391 9.65961 0.950391 9.84961 1.15039C10.0496 1.34039 10.0496 1.65961 9.84961 1.84961L8.70996 3H10.5C11.88 3 13 4.12 13 5.5V6.21289C12.677 6.1209 12.344 6.05639 12 6.02539V5.5C12 4.67 11.33 4 10.5 4H8.70996L9.84961 5.15039C10.0496 5.34039 10.0496 5.65961 9.84961 5.84961C9.65961 6.04961 9.34039 6.04961 9.15039 5.84961L7.15039 3.84961C6.95039 3.65961 6.95039 3.34039 7.15039 3.15039L9.15039 1.15039Z"/></svg>
Copied!