Debug Stackframe Active Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Debug Stackframe Active 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/307116.svg" alt="Debug Stackframe Active icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307116.svg" alt="Debug Stackframe Active icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307116.svg" alt="Debug Stackframe Active icon" :width="24" :height="24" />
CSS background
.icon-debug-stackframe-active {
background-image: url('https://proicons.com/icon/307116.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="M10 8.01001C10 8.40601 9.88302 8.79201 9.66302 9.12101C9.44302 9.45001 9.13102 9.70601 8.76502 9.85801C8.40002 10.009 7.99702 10.049 7.60902 9.97201C7.22102 9.89501 6.86502 9.70401 6.58502 9.42501C6.30502 9.14501 6.11502 8.78901 6.03802 8.40101C5.96102 8.01301 6.00002 7.61101 6.15202 7.24501C6.30302 6.88001 6.56002 6.56701 6.88902 6.34701C7.21802 6.12701 7.60502 6.01001 8.00002 6.01001C8.53002 6.01001 9.03902 6.22101 9.41402 6.59601C9.78902 6.97101 10 7.48001 10 8.01001Z"/><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!