Video Player Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Video Player icon is commonly used in media galleries, video players and content feeds. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/319229.svg" alt="Video Player icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319229.svg" alt="Video Player icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319229.svg" alt="Video Player icon" :width="24" :height="24" />
CSS background
.icon-video-player {
background-image: url('https://proicons.com/icon/319229.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?>
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<polygon points="13 11 13 21 21 16 13 11"/>
<path d="m28,6H4c-1.103,0-2,.8975-2,2v16c0,1.1025.897,2,2,2h24c1.103,0,2-.8975,2-2V8c0-1.1025-.897-2-2-2Zm0,18H4V8h24v16Z"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32"/>
</svg>
Video Player in other icon packs
Copied!