Play Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The 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/307335.svg" alt="Play icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307335.svg" alt="Play icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307335.svg" alt="Play icon" :width="24" :height="24" />
CSS background
.icon-play {
background-image: url('https://proicons.com/icon/307335.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M4.74514 3.06414C4.41183 2.87665 4 3.11751 4 3.49993V12.5002C4 12.8826 4.41182 13.1235 4.74512 12.936L12.7454 8.43601C13.0852 8.24486 13.0852 7.75559 12.7454 7.56443L4.74514 3.06414ZM3 3.49993C3 2.35268 4.2355 1.63011 5.23541 2.19257L13.2357 6.69286C14.2551 7.26633 14.2551 8.73415 13.2356 9.30759L5.23537 13.8076C4.23546 14.37 3 13.6474 3 12.5002V3.49993Z"/></svg>
Play in other icon packs
Copied!