Ui Play Stop Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Play Stop icon is commonly used in media players, video thumbnails and tutorial listings. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/306787.svg" alt="Ui Play Stop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306787.svg" alt="Ui Play Stop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306787.svg" alt="Ui Play Stop icon" :width="24" :height="24" />
CSS background
.icon-ui-play-stop {
background-image: url('https://proicons.com/icon/306787.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M885 0H115C52 0 0 52 0 115v770c0 63 52 115 115 115h770c63 0 115-52 115-115V115c0-63-52-115-115-115zM716 645c0 39-32 71-71 71H355c-39 0-71-32-71-71V355c0-39 32-71 71-71h290c39 0 71 32 71 71v290z"/></svg>
Copied!