Hd Videobox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hd Videobox icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/326933.svg" alt="Hd Videobox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326933.svg" alt="Hd Videobox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326933.svg" alt="Hd Videobox icon" :width="24" :height="24" />
CSS background
.icon-hd-videobox {
background-image: url('https://proicons.com/icon/326933.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="h" d="m28.6165,26.8351v9.9432l8.6158-4.9743v-9.8859l-8.6158,4.917Z"/><path id="e" class="h" d="m12.8755,32.8731l.0331-9.9764-.0331,9.9764Zm4.2146,2.4663l.0331-9.9764-.0331,9.9764Z"/><path id="f" class="h" d="m15.8302,12.9727l9.7141,5.6519,3.4-7.6388-13.1141,1.987Z"/><path id="g" class="h" d="m41.7525,13.724l-17.7539,10.3376m.0084,20.4384l17.7571-10.3114-.0119-20.4644L24.0028,3.5,6.2442,13.773l-.0036,20.4312,17.7663,10.2958Zm0-.0005l-.0041-20.4381L6.2359,13.773"/></g></svg>
Copied!