Video Icon
Free SVG icon from the Arcticons 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/349291.svg" alt="Video icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349291.svg" alt="Video icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349291.svg" alt="Video icon" :width="24" :height="24" />
CSS background
.icon-video {
background-image: url('https://proicons.com/icon/349291.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="43.5" y1="9" x2="43.5" y2="39"/><line class="a" x1="37.76" y1="12.04" x2="43.5" y2="12.04"/><line class="a" x1="37.76" y1="18.02" x2="43.5" y2="18.02"/><line class="a" x1="37.76" y1="24" x2="43.5" y2="24"/><line class="a" x1="37.76" y1="29.98" x2="43.5" y2="29.98"/><line class="a" x1="37.76" y1="35.96" x2="43.5" y2="35.96"/><rect class="a" x="10.24" y="12.04" width="27.53" height="23.91"/><line class="a" x1="4.5" y1="39" x2="4.5" y2="9"/><line class="a" x1="10.24" y1="39" x2="10.24" y2="9"/><line class="a" x1="37.76" y1="39" x2="37.76" y2="9"/><line class="a" x1="10.24" y1="35.96" x2="4.5" y2="35.96"/><line class="a" x1="10.24" y1="29.98" x2="4.5" y2="29.98"/><line class="a" x1="10.24" y1="24" x2="4.5" y2="24"/><line class="a" x1="10.24" y1="18.02" x2="4.5" y2="18.02"/><line class="a" x1="10.24" y1="12.04" x2="4.5" y2="12.04"/></svg>
Video in other icon packs
Copied!