Video Downloader Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Video Downloader 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/334733.svg" alt="Video Downloader icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334733.svg" alt="Video Downloader icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334733.svg" alt="Video Downloader icon" :width="24" :height="24" />
CSS background
.icon-video-downloader {
background-image: url('https://proicons.com/icon/334733.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="38.5" cy="38.4992" r="7"/><path class="c" d="m33.4316,43.3262c-2.8476,1.3923-6.0483,2.1738-9.4316,2.1738-11.8741,0-21.5-9.6259-21.5-21.5S12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5c0,3.3829-.7813,6.5833-2.1733,9.4307"/><polygon class="c" points="33.76 24 19.0375 15.5 19.0375 32.5 33.76 24"/><line class="c" x1="38.5" y1="42.4992" x2="38.5" y2="34.4992"/><polyline class="c" points="35.2034 39.2026 38.5 42.4992 41.7966 39.2026"/></svg>
Copied!