Play Alt 2 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Play Alt 2 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/306256.svg" alt="Play Alt 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306256.svg" alt="Play Alt 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306256.svg" alt="Play Alt 2 icon" :width="24" :height="24" />
CSS background
.icon-play-alt-2 {
background-image: url('https://proicons.com/icon/306256.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="M501 0C223 0 0 224 0 503c3 276 224 497 501 497 137 0 256-50 353-147s146-216 146-353C1001 225 776 0 501 0zm4 920C275 920 88 734 88 505 88 274 274 87 505 88s416 186 415 418c-1 230-186 413-415 414zm40-523c-49-30-98-59-147-89-4-3-7-3-6 4v392c0 12 0 12 11 6 105-55 209-110 314-165 12-7 24-13 38-21-3-2-4-3-6-4L545 397z"/></svg>
Copied!