Open Video Editor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Open Video Editor 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/330671.svg" alt="Open Video Editor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330671.svg" alt="Open Video Editor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330671.svg" alt="Open Video Editor icon" :width="24" :height="24" />
CSS background
.icon-open-video-editor {
background-image: url('https://proicons.com/icon/330671.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><path class="c" d="m38.5301,26.3394c1.0044-.8428,2.5676-.6791,3.4104.3253s.7227,2.5269-.2817,3.3698l-1.6025-1.8765-1.5262-1.8187Zm-10.0317,7.9347l10.0317-7.9347,1.5261,1.8187,1.6025,1.8765-10.0033,8.0028m-3.1574-3.7629l-1.6146,4.4361,4.772-.6732"/><path class="c" d="m42.4994,28.1966v-15.7627c0-1.7366-1.4078-3.1444-3.1444-3.1444h-5.5769l4.1296,6.0162h-5.1463l-4.1296-6.0162h-4.1401l4.1401,6.0162h-5.1463l-4.1401-6.0162h-4.1296l4.1296,6.0162h-5.1463l-4.1296-6.0162h-1.4246c-1.7366,0-3.1444,1.4078-3.1444,3.1444v23.1321c0,1.7366,1.4078,3.1444,3.1444,3.1444h18.2384"/><path class="c" d="m39.2471,25.9354v-7.5434l-30.4942.0415v14.7104c.0732.8789-.3265,2.244.7841,2.6014l.0833.0107.1039.0135,18.2182.0269"/></svg>
Copied!