git stash pop icon
git-stash-pop from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- git-stash-pop
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Related icons in Codicons
git-branchgit-branch-changesgit-branch-compactgit-branch-conflictsgit-branch-staged-changesgit-commitgit-comparegit-fetchgit-lensgit-mergegit-pull-requestgit-pull-request-closedgit-pull-request-commentgit-pull-request-creategit-pull-request-donegit-pull-request-draftgit-pull-request-errorgit-pull-request-go-to-changesgit-pull-request-new-changesgit-stashgit-stash-apply
Use the git stash pop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" d="M5.5 8a.5.5 0 0 1 .5.5c0 1.103.897 2 2 2s2-.897 2-2a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4c0 1.378-1.121 2.5-2.5 2.5h-9A2.503 2.503 0 0 1 1 12.5v-4a.5.5 0 0 1 .5-.5zM2 9v3.5c0 .827.673 1.5 1.5 1.5h9c.827 0 1.5-.673 1.5-1.5V9h-3.042A3.005 3.005 0 0 1 8 11.5A3.005 3.005 0 0 1 5.042 9z" clip-rule="evenodd"/><path d="M7.647 1.146a.5.5 0 0 1 .707 0l2 2a.5.5 0 0 1-.708.707L8.5 2.707v4.794a.5.5 0 0 1-1 0V2.708L6.354 3.854a.5.5 0 0 1-.707-.708z"/></g></svg>
React
import type { SVGProps } from "react";
export function CodiconGitStashPop(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fillRule="evenodd" d="M5.5 8a.5.5 0 0 1 .5.5c0 1.103.897 2 2 2s2-.897 2-2a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4c0 1.378-1.121 2.5-2.5 2.5h-9A2.503 2.503 0 0 1 1 12.5v-4a.5.5 0 0 1 .5-.5zM2 9v3.5c0 .827.673 1.5 1.5 1.5h9c.827 0 1.5-.673 1.5-1.5V9h-3.042A3.005 3.005 0 0 1 8 11.5A3.005 3.005 0 0 1 5.042 9z" clipRule="evenodd"/><path d="M7.647 1.146a.5.5 0 0 1 .707 0l2 2a.5.5 0 0 1-.708.707L8.5 2.707v4.794a.5.5 0 0 1-1 0V2.708L6.354 3.854a.5.5 0 0 1-.707-.708z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" d="M5.5 8a.5.5 0 0 1 .5.5c0 1.103.897 2 2 2s2-.897 2-2a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4c0 1.378-1.121 2.5-2.5 2.5h-9A2.503 2.503 0 0 1 1 12.5v-4a.5.5 0 0 1 .5-.5zM2 9v3.5c0 .827.673 1.5 1.5 1.5h9c.827 0 1.5-.673 1.5-1.5V9h-3.042A3.005 3.005 0 0 1 8 11.5A3.005 3.005 0 0 1 5.042 9z" clip-rule="evenodd"/><path d="M7.647 1.146a.5.5 0 0 1 .707 0l2 2a.5.5 0 0 1-.708.707L8.5 2.707v4.794a.5.5 0 0 1-1 0V2.708L6.354 3.854a.5.5 0 0 1-.707-.708z"/></g></svg> </template>
CSS
.icon-git-stash-pop {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.5%208a.5.5%200%200%201%20.5.5c0%201.103.897%202%202%202s2-.897%202-2a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%20.5.5v4c0%201.378-1.121%202.5-2.5%202.5h-9A2.503%202.503%200%200%201%201%2012.5v-4a.5.5%200%200%201%20.5-.5zM2%209v3.5c0%20.827.673%201.5%201.5%201.5h9c.827%200%201.5-.673%201.5-1.5V9h-3.042A3.005%203.005%200%200%201%208%2011.5A3.005%203.005%200%200%201%205.042%209z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.647%201.146a.5.5%200%200%201%20.707%200l2%202a.5.5%200%200%201-.708.707L8.5%202.707v4.794a.5.5%200%200%201-1%200V2.708L6.354%203.854a.5.5%200%200%201-.707-.708z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.5%208a.5.5%200%200%201%20.5.5c0%201.103.897%202%202%202s2-.897%202-2a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%20.5.5v4c0%201.378-1.121%202.5-2.5%202.5h-9A2.503%202.503%200%200%201%201%2012.5v-4a.5.5%200%200%201%20.5-.5zM2%209v3.5c0%20.827.673%201.5%201.5%201.5h9c.827%200%201.5-.673%201.5-1.5V9h-3.042A3.005%203.005%200%200%201%208%2011.5A3.005%203.005%200%200%201%205.042%209z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.647%201.146a.5.5%200%200%201%20.707%200l2%202a.5.5%200%200%201-.708.707L8.5%202.707v4.794a.5.5%200%200%201-1%200V2.708L6.354%203.854a.5.5%200%200%201-.707-.708z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/git-stash-pop.svg?color=%231a73e8&size=48