Videocrop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Videocrop 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/334742.svg" alt="Videocrop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334742.svg" alt="Videocrop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334742.svg" alt="Videocrop icon" :width="24" :height="24" />
CSS background
.icon-videocrop {
background-image: url('https://proicons.com/icon/334742.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m43.5,12.5717v23.3166l-8.6272-9.1272v8.6012c.0028,1.0687-.8613,1.9373-1.93,1.94-.0033,0-.0067,0-.01,0H6.4391c-1.0687.0022-1.9368-.8623-1.9391-1.931,0-.003,0-.006,0-.009V12.6377c0-1.074.865-1.94,1.939-1.94h26.4957c1.074,0,1.939.866,1.939,1.94v9.0602l8.6262-9.1262Z"/></svg>
Copied!