Git Stash Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Git Stash 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/307202.svg" alt="Git Stash icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307202.svg" alt="Git Stash icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307202.svg" alt="Git Stash icon" :width="24" :height="24" />
CSS background
.icon-git-stash {
background-image: url('https://proicons.com/icon/307202.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="M14.5 8H10.5C10.224 8 10 8.224 10 8.5C10 9.603 9.103 10.5 8 10.5C6.897 10.5 6 9.603 6 8.5C6 8.224 5.776 8 5.5 8H1.5C1.224 8 1 8.224 1 8.5V12.5C1 13.878 2.121 15 3.5 15H12.5C13.879 15 15 13.878 15 12.5V8.5C15 8.224 14.776 8 14.5 8ZM14 12.5C14 13.327 13.327 14 12.5 14H3.5C2.673 14 2 13.327 2 12.5V9H5.042C5.28 10.417 6.517 11.5 8 11.5C9.483 11.5 10.72 10.417 10.958 9H14V12.5ZM5.646 5.854C5.451 5.659 5.451 5.342 5.646 5.147C5.841 4.952 6.158 4.952 6.353 5.147L7.499 6.293V1.5C7.499 1.224 7.723 1 7.999 1C8.275 1 8.499 1.224 8.499 1.5V6.293L9.645 5.147C9.84 4.952 10.157 4.952 10.352 5.147C10.547 5.342 10.547 5.659 10.352 5.854L8.352 7.854C8.254 7.952 8.126 8 7.998 8C7.87 8 7.742 7.951 7.644 7.854L5.644 5.854H5.646Z"/></svg>
Copied!