Debug Stackframe Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Debug Stackframe 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/307117.svg" alt="Debug Stackframe icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307117.svg" alt="Debug Stackframe icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307117.svg" alt="Debug Stackframe icon" :width="24" :height="24" />
CSS background
.icon-debug-stackframe {
background-image: url('https://proicons.com/icon/307117.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="M8.879 14H5C3.897 14 3 13.103 3 12V4C3 2.897 3.897 2 5 2H8.879C9.405 2 9.921 2.213 10.293 2.586L14.505 6.798C14.826 7.119 15.003 7.546 15.003 8C15.003 8.454 14.826 8.881 14.505 9.202L10.293 13.414C9.921 13.787 9.405 14 8.879 14ZM5 3C4.449 3 4 3.449 4 4V12C4 12.551 4.449 13 5 13H8.879C9.142 13 9.4 12.893 9.586 12.707L13.798 8.495C13.93 8.363 14.003 8.187 14.003 8C14.003 7.813 13.93 7.637 13.798 7.505L9.586 3.293C9.4 3.107 9.142 3 8.879 3H5Z"/></svg>
Copied!