Video Pro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Video Pro 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/349297.svg" alt="Video Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349297.svg" alt="Video Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349297.svg" alt="Video Pro icon" :width="24" :height="24" />
CSS background
.icon-video-pro {
background-image: url('https://proicons.com/icon/349297.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="b" points="40.4289 33.5347 20.6041 33.5347 20.6041 22.2667 39.2243 22.2667 40.4289 24.0459 40.4289 33.5347"/><rect class="b" x="40.4289" y="24.0459" width="3.0711" height="9.4888"/><polygon class="b" points="40.4712 33.5347 21.3666 33.5347 21.3666 35.9069 39.3698 35.9069 40.4712 33.5347"/><rect class="b" x="16.9823" y="23.0292" width="3.6218" height="10.5054"/><rect class="b" x="8.1713" y="22.415" width="6.5235" height="11.5433"/><polygon class="b" points="14.6948 33.9583 16.9823 33.5347 16.9823 23.0292 14.6948 22.415 14.6948 33.9583"/><polygon class="b" points="5.3049 34.7208 8.1713 33.9583 8.1713 22.415 5.3049 21.5396 5.3049 34.7208"/><rect class="b" x="13.6499" y="13.1663" width="4.8291" height="6.8059"/><rect class="b" x="4.5" y="12.0931" width="9.1499" height="5.6481" rx="2.824" ry="2.824"/><line class="b" x1="18.479" y1="16.4422" x2="34.5478" y2="16.4422"/><path class="b" d="M21.53,18.2469c-.21.8-.01,1.68.58,2.32l1.57,1.7"/><path class="b" d="M33.49,18.2469l.01.03c.46.99.03,2.17-.98,2.62l-3.08,1.37"/><polyline class="b" points="38.1908 22.2667 34.5478 16.4422 39.2639 16.4422 41.5514 14.776"/><path class="b" d="M41.5514,21.1301v-6.3541l1.1319,1.2863c.9513,1.081.9513,2.7005,0,3.7815l-1.1319,1.2863Z"/><polyline class="b" points="41.5514 21.1301 39.4616 19.6333 36.5437 19.6333"/><polyline class="b" points="20.6041 31.579 27.5865 31.579 27.5865 22.2667"/><polyline class="b" points="13.6499 18.748 10.493 18.748 10.493 17.7412"/><polyline class="b" points="35.68 18.2469 33.49 18.2469 21.53 18.2469 18.48 18.2469"/><line class="b" x1="40.4289" y1="24.0459" x2="27.5865" y2="24.0459"/></svg>
Copied!