Ds Video Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ds Video 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/324799.svg" alt="Ds Video icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324799.svg" alt="Ds Video icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324799.svg" alt="Ds Video icon" :width="24" :height="24" />
CSS background
.icon-ds-video {
background-image: url('https://proicons.com/icon/324799.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>.e{stroke-width:1px;}.e,.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="e" x="16.4633" y="9.5" width="14.9677" height="13.0968"/><rect class="e" x="16.4633" y="25.4032" width="14.9677" height="13.0968"/><rect class="e" x="34.7052" y="17.9194" width="3.7419" height="3.7419"/><rect class="e" x="34.7052" y="10.4355" width="3.7419" height="3.7419"/><rect class="e" x="34.7052" y="26.3387" width="3.7419" height="3.7419"/><rect class="e" x="34.7052" y="33.8226" width="3.7419" height="3.7419"/><rect class="e" x="9.5528" y="17.9194" width="3.7419" height="3.7419"/><rect class="e" x="9.5528" y="10.4355" width="3.7419" height="3.7419"/><rect class="e" x="9.5528" y="26.3387" width="3.7419" height="3.7419"/><rect class="e" x="9.5528" y="33.8226" width="3.7419" height="3.7419"/><g id="c"><path id="d" class="f" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></g></svg>
Copied!