Player Stop Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Player Stop Svg 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/309016.svg" alt="Player Stop Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309016.svg" alt="Player Stop Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309016.svg" alt="Player Stop Svg icon" :width="24" :height="24" />
CSS background
.icon-player----stop---svg {
background-image: url('https://proicons.com/icon/309016.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="M7 4C5.34315 4 4 5.34315 4 7V17C4 18.6569 5.34315 20 7 20H17C18.6569 20 20 18.6569 20 17V7C20 5.34315 18.6569 4 17 4H7Z" fill="#292929"/> </svg>
Copied!