Play Alt 1 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Play Alt 1 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/306255.svg" alt="Play Alt 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306255.svg" alt="Play Alt 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306255.svg" alt="Play Alt 1 icon" :width="24" :height="24" />
CSS background
.icon-play-alt-1 {
background-image: url('https://proicons.com/icon/306255.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 500c-1 290 241 498 500 494 256 4 500-200 500-493 0-289-237-490-491-494C244 2 1 209 0 500zm407-228c114 69 226 138 340 208 19 12 19 41 0 53L407 741c-20 13-47-2-47-26V298c0-24 27-39 47-26z"/></svg>
Copied!