Debug Pause Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Debug Pause icon is commonly used in media players, audio controls and video players. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/307111.svg" alt="Debug Pause icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307111.svg" alt="Debug Pause icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307111.svg" alt="Debug Pause icon" :width="24" :height="24" />
CSS background
.icon-debug-pause {
background-image: url('https://proicons.com/icon/307111.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="M5.5 2.75V13.25C5.5 13.664 5.164 14 4.75 14C4.336 14 4 13.664 4 13.25V2.75C4 2.336 4.336 2 4.75 2C5.164 2 5.5 2.336 5.5 2.75ZM11.25 2C10.836 2 10.5 2.336 10.5 2.75V13.25C10.5 13.664 10.836 14 11.25 14C11.664 14 12 13.664 12 13.25V2.75C12 2.336 11.664 2 11.25 2Z"/></svg>
Copied!