Player Pause Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Player Pause Svg 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/309012.svg" alt="Player Pause Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309012.svg" alt="Player Pause Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309012.svg" alt="Player Pause Svg icon" :width="24" :height="24" />
CSS background
.icon-player----pause---svg {
background-image: url('https://proicons.com/icon/309012.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4 7C4 5.34315 5.34315 4 7 4H8C9.65685 4 11 5.34315 11 7V17C11 18.6569 9.65685 20 8 20H7C5.34315 20 4 18.6569 4 17V7ZM16 4C14.3431 4 13 5.34315 13 7V17C13 18.6569 14.3431 20 16 20H17C18.6569 20 20 18.6569 20 17V7C20 5.34315 18.6569 4 17 4H16Z" fill="#292929"/> </svg>
Copied!