Ui Play Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Play 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/306788.svg" alt="Ui Play icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306788.svg" alt="Ui Play icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306788.svg" alt="Ui Play icon" :width="24" :height="24" />
CSS background
.icon-ui-play {
background-image: url('https://proicons.com/icon/306788.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="M119 490c0-118-8-238 2-356C132 4 218-37 328 37c167 113 330 235 491 358 86 65 86 143-2 209-166 125-332 249-504 367-92 63-179 21-189-95-11-127-2-257-2-386h-3z"/></svg>
Copied!