Video Upload Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Video Upload 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/310385.svg" alt="Video Upload icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310385.svg" alt="Video Upload icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310385.svg" alt="Video Upload icon" :width="24" :height="24" />
CSS background
.icon-video-upload {
background-image: url('https://proicons.com/icon/310385.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.11C11.7294 12.2505 11.5387 12.3294 11.34 12.3294C11.1412 12.3294 10.9506 12.2505 10.81 12.11L9.80999 11.11V14.49C9.80999 14.6889 9.73096 14.8797 9.59031 15.0203C9.44965 15.161 9.2589 15.24 9.05999 15.24C8.86107 15.24 8.6703 15.161 8.52965 15.0203C8.389 14.8797 8.30999 14.6889 8.30999 14.49V11.11L7.30999 12.11C7.24104 12.1808 7.15863 12.237 7.0676 12.2754C6.97657 12.3138 6.87878 12.3336 6.77999 12.3336C6.68119 12.3336 6.5834 12.3138 6.49237 12.2754C6.40135 12.237 6.31893 12.1808 6.24999 12.11C6.10954 11.9694 6.03064 11.7788 6.03064 11.58C6.03064 11.3813 6.10954 11.1907 6.24999 11.05L8.24999 9.05003C8.36317 8.93788 8.49518 8.84647 8.63999 8.78002C8.78954 8.7205 8.94902 8.68997 9.10997 8.69002C9.26884 8.68806 9.42639 8.71903 9.57268 8.78099C9.71898 8.84295 9.85085 8.93457 9.95998 9.05003L11.96 11.05C12.0217 11.1279 12.0673 11.2172 12.0942 11.3129C12.1211 11.4085 12.1288 11.5086 12.1167 11.6072C12.1046 11.7058 12.073 11.8011 12.0238 11.8874C11.9746 11.9737 11.9087 12.0494 11.83 12.11H11.87Z" fill="black"/> </svg>
Copied!