Video Maker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Video Maker 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/334736.svg" alt="Video Maker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334736.svg" alt="Video Maker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334736.svg" alt="Video Maker icon" :width="24" :height="24" />
CSS background
.icon-video-maker {
background-image: url('https://proicons.com/icon/334736.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:#000;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#000;stroke-width:0px;}</style></defs><path class="b" d="M30.683,32.82l5.714,3.411c1.334.796,2.142.471,2.142-.875v-10.083c0-1.032-1.083-1.385-1.659-.936l-6.197,3.743"/><path class="b" d="M30.704,24.226v9.993c.0044,1.4912-1.2008,2.7036-2.692,2.708-.004,0-.008,0-.012,0h-13.362c-1.4912.0033-2.7027-1.2028-2.706-2.694,0-.0047,0-.0093,0-.014v-9.993"/><path class="b" d="M18.417,19.082c-.0006,1.8623-1.5107,3.3716-3.373,3.371-1.8623-.0006-3.3716-1.5107-3.371-3.373.0006-1.8623,1.5107-3.3716,3.373-3.371h.001c1.86,0,3.37,1.51,3.37,3.373"/><path class="c" d="M25.3395,18.123c0,.4142-.3358.75-.75.75s-.75-.3358-.75-.75h0c0-.4142.3358-.75.75-.75s.75.3358.75.75"/><path class="c" d="M26.6295,21.9121c0,.4143-.3358.7502-.75.7502-.4142,0-.75-.3359-.75-.7502h0c0-.4141.3356-.7498.7496-.7498s.7496.3357.7496.7498"/><path class="b" d="M20.202,21.129c-.8389,2.114-2.8826,3.5023-5.157,3.503-3.0636-.0022-5.546-2.4864-5.546-5.55-.0411-3.0632,2.4088-5.5798,5.472-5.621,3.0632-.0411,5.5798,2.4088,5.621,5.472.0007.0496.0007.0993,0,.1489h0c0,.723-.139,1.414-.39,2.047h2.504c-.2593-.6512-.3916-1.3461-.39-2.047,0-3.066,2.483-5.55,5.546-5.55s5.546,2.484,5.546,5.55c-.003,3.0641-2.4893,5.5456-5.5534,5.5426-2.2694-.0022-4.3086-1.3863-5.1486-3.4946"/><path class="c" d="M30.535,21.912c0,.4142-.3358.75-.75.75s-.75-.3358-.75-.75.3358-.75.75-.75.75.3358.75.75"/><path class="c" d="M31.7415,18.123c0,.4142-.3358.75-.75.75s-.75-.3358-.75-.75h0c0-.4142.3358-.75.75-.75s.75.3358.75.75"/><path class="c" d="M28.5815,15.776c0,.4142-.3358.75-.75.75s-.75-.3358-.75-.75.3358-.75.75-.75.75.3358.75.75"/><path class="b" d="M38.079,10.943c.0007,1.0284-.8323,1.8626-1.8607,1.8633s-1.8626-.8323-1.8633-1.8607v-.0026c.0007-1.0284.8349-1.8614,1.8633-1.8607,1.0273.0007,1.86.8334,1.8607,1.8607"/><path class="b" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4"/></svg>
Copied!