Video Download Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Video Download 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/310380.svg" alt="Video Download icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310380.svg" alt="Video Download icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310380.svg" alt="Video Download icon" :width="24" :height="24" />
CSS background
.icon-video-download {
background-image: url('https://proicons.com/icon/310380.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M21.93 8.33003C21.7226 7.99665 21.4242 7.72948 21.07 7.56001C20.717 7.39239 20.3244 7.32608 19.936 7.36846C19.5476 7.41083 19.1785 7.56025 18.87 7.80003L16.35 9.80003V8.90001C16.3441 8.04408 16.087 7.20873 15.6106 6.49764C15.1341 5.78654 14.4593 5.23101 13.67 4.90001C13.1401 4.68235 12.5728 4.57027 12 4.57002H6.09998C5.52696 4.56844 4.95933 4.68059 4.42998 4.90001C3.36645 5.34655 2.522 6.19461 2.07998 7.26003C1.86135 7.78611 1.7492 8.35032 1.74999 8.92003V15.09C1.74999 15.6608 1.86257 16.226 2.0813 16.7532C2.30003 17.2804 2.62061 17.7593 3.02468 18.1624C3.42874 18.5655 3.90836 18.885 4.43607 19.1025C4.96378 19.32 5.5292 19.4313 6.09998 19.43H11.93C13.0806 19.4274 14.1838 18.971 15 18.16C15.4056 17.7583 15.7276 17.2801 15.9473 16.7532C16.167 16.2262 16.2801 15.6609 16.28 15.09V14.19L18.8 16.19C19.089 16.42 19.4343 16.5685 19.8 16.62H20.05C20.3623 16.6212 20.6705 16.5493 20.95 16.41C21.3474 16.2541 21.6889 15.9824 21.93 15.63C22.1408 15.2983 22.2519 14.9131 22.25 14.52V9.37001C22.2356 9.00141 22.1253 8.64296 21.93 8.33003ZM11.87 12.9L9.86998 14.9C9.76228 15.0186 9.62888 15.111 9.47998 15.17C9.33391 15.2295 9.17769 15.26 9.01998 15.26C8.85786 15.2617 8.69736 15.2276 8.54998 15.16C8.40497 15.0983 8.27272 15.0101 8.15998 14.9L6.15998 12.9C6.0275 12.7578 5.95538 12.5698 5.95881 12.3755C5.96223 12.1812 6.04095 11.9958 6.17836 11.8584C6.31578 11.721 6.50115 11.6423 6.69545 11.6388C6.88976 11.6354 7.0778 11.7075 7.21997 11.84L8.21997 12.84V9.46001C8.21997 9.2611 8.299 9.07036 8.43966 8.9297C8.58031 8.78905 8.77106 8.71001 8.96997 8.71001C9.16889 8.71001 9.35966 8.78905 9.50031 8.9297C9.64096 9.07036 9.71997 9.2611 9.71997 9.46001V12.84L10.72 11.84C10.8621 11.7075 11.0502 11.6354 11.2445 11.6388C11.4388 11.6423 11.6242 11.721 11.7616 11.8584C11.899 11.9958 11.9777 12.1812 11.9812 12.3755C11.9846 12.5698 11.9125 12.7578 11.78 12.9H11.87Z" fill="black"/> </svg>
Copied!