Debug Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Debug 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/317550.svg" alt="Debug icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317550.svg" alt="Debug icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317550.svg" alt="Debug icon" :width="24" :height="24" />
CSS background
.icon-debug {
background-image: url('https://proicons.com/icon/317550.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>debug</title><path d="M29.83,20l.34-2L25,17.15V13c0-.08,0-.15,0-.23l5.06-1.36-.51-1.93-4.83,1.29A9,9,0,0,0,20,5V2H18V4.23a8.81,8.81,0,0,0-4,0V2H12V5a9,9,0,0,0-4.71,5.82L2.46,9.48,2,11.41,7,12.77c0,.08,0,.15,0,.23v4.15L1.84,18l.32,2L7,19.18a8.9,8.9,0,0,0,.82,3.57L3.29,27.29l1.42,1.42,4.19-4.2a9,9,0,0,0,14.2,0l4.19,4.2,1.42-1.42-4.54-4.54A8.9,8.9,0,0,0,25,19.18ZM15,25.92A7,7,0,0,1,9,19V13h6ZM9.29,11a7,7,0,0,1,13.42,0ZM23,19a7,7,0,0,1-6,6.92V13h6Z"/><rect class="cls-1" width="32" height="32"/></svg>
Debug in other icon packs
Copied!