Play Icon
Free SVG icon from the IcoFont 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/306259.svg" alt="Play icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306259.svg" alt="Play icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306259.svg" alt="Play icon" :width="24" :height="24" />
CSS background
.icon-play {
background-image: url('https://proicons.com/icon/306259.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="M147 938c-8-6-13-13-13-23 1-277 1-553 1-829 0-9 1-16 9-21s15-2 23 3c228 138 457 275 686 413 18 11 18 26-1 38-228 137-456 275-684 413l-10 6h-11zm25-52c214-129 426-257 640-386-214-129-427-257-640-386v772z"/></svg>
Play in other icon packs
Copied!