Git Stash Pop Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Git Stash Pop 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/307201.svg" alt="Git Stash Pop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307201.svg" alt="Git Stash Pop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307201.svg" alt="Git Stash Pop icon" :width="24" :height="24" />
CSS background
.icon-git-stash-pop {
background-image: url('https://proicons.com/icon/307201.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="M5.5 8.00025C5.776 8.00025 6 8.22425 6 8.50025C6.00013 9.60314 6.89708 10.5003 8 10.5003C9.10292 10.5003 9.99987 9.60314 10 8.50025C10 8.22425 10.224 8.00025 10.5 8.00025H14.5C14.776 8.00025 15 8.22425 15 8.50025V12.5003C14.9999 13.8781 13.8789 15.0003 12.5 15.0003H3.5C2.12108 15.0003 1.00013 13.8781 1 12.5003V8.50025C1 8.22425 1.224 8.00025 1.5 8.00025H5.5ZM2 9.00025V12.5003C2.00013 13.3271 2.67308 14.0003 3.5 14.0003H12.5C13.3269 14.0003 13.9999 13.3271 14 12.5003V9.00025H10.958C10.7199 10.4171 9.48292 11.5003 8 11.5003C6.51708 11.5003 5.28009 10.4171 5.04199 9.00025H2Z"/><path d="M7.64746 1.14576C7.84237 0.951247 8.15861 0.951254 8.35352 1.14576L10.3535 3.14576C10.5485 3.34076 10.5485 3.65779 10.3535 3.85279C10.2555 3.94971 10.1279 3.99928 10 3.99928C9.87206 3.99928 9.74447 3.95071 9.64648 3.85279L8.5 2.70728V7.50123C8.49989 7.77713 8.27593 8.00123 8 8.00123C7.72407 8.00123 7.50011 7.77713 7.5 7.50123V2.70826L6.35352 3.85377C6.15854 4.0486 5.84243 4.04763 5.64746 3.85279C5.45246 3.65779 5.45246 3.34076 5.64746 3.14576L7.64746 1.14576Z"/></svg>
Copied!