Ui Video Play Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Video Play icon is commonly used in media galleries, video players and content feeds. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/306818.svg" alt="Ui Video Play icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306818.svg" alt="Ui Video Play icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306818.svg" alt="Ui Video Play icon" :width="24" :height="24" />
CSS background
.icon-ui-video-play {
background-image: url('https://proicons.com/icon/306818.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="M0 915V84h1000v831H0zm372-567v298c94-50 184-98 278-149-94-51-184-99-278-149zM121 150v78h199v-78H121zm760 80v-79H682v79h199zM120 849h200v-78H120v78zm762-79H683v79h199v-79zM401 230h197v-79H401v79zm0 619h198v-79H401v79z"/></svg>
Copied!