Player Pause Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Player 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/307796.svg" alt="Player Pause icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307796.svg" alt="Player Pause icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307796.svg" alt="Player Pause icon" :width="24" :height="24" />
CSS background
.icon-player----pause {
background-image: url('https://proicons.com/icon/307796.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 d="M5 7C5 5.89543 5.89543 5 7 5H8C9.10457 5 10 5.89543 10 7V17C10 18.1046 9.10457 19 8 19H7C5.89543 19 5 18.1046 5 17V7Z" stroke="#292929" stroke-width="2.5" stroke-linejoin="round"/> <path d="M14 7C14 5.89543 14.8954 5 16 5H17C18.1046 5 19 5.89543 19 7V17C19 18.1046 18.1046 19 17 19H16C14.8954 19 14 18.1046 14 17V7Z" stroke="#292929" stroke-width="2.5" stroke-linejoin="round"/> </svg>
Player Pause in other icon packs
Copied!