Git Stash Apply Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Git Stash Apply 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/307200.svg" alt="Git Stash Apply icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307200.svg" alt="Git Stash Apply icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307200.svg" alt="Git Stash Apply icon" :width="24" :height="24" />
CSS background
.icon-git-stash-apply {
background-image: url('https://proicons.com/icon/307200.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 7.99998H10.5C10.224 7.99998 10 8.22398 10 8.49998C10 9.60298 9.103 10.5 8 10.5C6.897 10.5 6 9.60298 6 8.49998C6 8.22398 5.776 7.99998 5.5 7.99998H1.5C1.224 7.99998 1 8.22398 1 8.49998V12.5C1 13.878 2.121 15 3.5 15H12.5C13.879 15 15 13.878 15 12.5V8.49998C15 8.22398 14.776 7.99998 14.5 7.99998ZM14 12.5C14 13.327 13.327 14 12.5 14H3.5C2.673 14 2 13.327 2 12.5V8.99998H5.042C5.28 10.417 6.517 11.5 8 11.5C9.483 11.5 10.72 10.417 10.958 8.99998H14V12.5ZM5.646 3.85398C5.451 3.65898 5.451 3.34198 5.646 3.14698L7.646 1.14698C7.841 0.951982 8.158 0.951982 8.353 1.14698L10.353 3.14698C10.548 3.34198 10.548 3.65898 10.353 3.85398C10.255 3.95198 10.127 3.99998 9.999 3.99998C9.871 3.99998 9.743 3.95098 9.645 3.85398L8.499 2.70798V3.50098C8.499 3.77698 8.275 4.00098 7.999 4.00098C7.723 4.00098 7.499 3.77698 7.499 3.50098V2.70798L6.353 3.85398C6.158 4.04898 5.841 4.04898 5.646 3.85398ZM8.5 5.49998C8.5 5.77598 8.276 5.99998 8 5.99998C7.724 5.99998 7.5 5.77598 7.5 5.49998C7.5 5.22398 7.724 4.99998 8 4.99998C8.276 4.99998 8.5 5.22398 8.5 5.49998ZM8.5 7.49998C8.5 7.77598 8.276 7.99998 8 7.99998C7.724 7.99998 7.5 7.77598 7.5 7.49998C7.5 7.22398 7.724 6.99998 8 6.99998C8.276 6.99998 8.5 7.22398 8.5 7.49998Z"/></svg>
Copied!