Video Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Video 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/306875.svg" alt="Video icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306875.svg" alt="Video icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306875.svg" alt="Video icon" :width="24" :height="24" />
CSS background
.icon-video {
background-image: url('https://proicons.com/icon/306875.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="M915 484h-32c-3 0-6 2-9 4-41 24-81 48-122 72V431c0-14-2-26-17-31-6-2-12-3-18-3H596c57-25 97-82 97-149 0-89-73-162-162-162s-163 73-163 162c0 67 40 124 98 149H264c33-18 55-52 55-92 0-59-47-107-106-107s-106 48-106 107c0 40 22 74 55 92H98c-26 0-35 9-35 36v445c0 28 8 36 36 36h616c5 0 10 0 14-1 13-1 20-9 22-21 1-5 1-10 1-15V751c41 24 82 49 122 73 3 2 6 4 9 4h32c12 0 23-10 23-23V507c0-13-11-23-23-23z"/></svg>
Video in other icon packs
Copied!