Video Eraser Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Video Eraser 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/349293.svg" alt="Video Eraser icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349293.svg" alt="Video Eraser icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349293.svg" alt="Video Eraser icon" :width="24" :height="24" />
CSS background
.icon-video-eraser {
background-image: url('https://proicons.com/icon/349293.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M39.894,16.0204l-2.3298,1.6905v-1.3146c0-4.1821-3.4218-7.6038-7.6039-7.6038H12.1038c-4.182,0-7.6038,3.4217-7.6038,7.6038v15.2075c0,4.1821,3.4218,7.6038,7.6038,7.6038h17.8565c4.1821,0,7.6039-3.4217,7.6039-7.6038v-1.8598l2.3298,1.6905c1.5018,1.0898,3.606.0168,3.606-1.8388v-11.7366c0-1.8556-2.1042-2.9286-3.606-1.8388Z"/><path class="c" d="M27.3931,24.7359c0-3.5131-6.361-9.566-6.361-9.566,0,0-6.361,6.053-6.361,9.566s2.8479,6.361,6.361,6.361,6.361-2.8479,6.361-6.361Z"/><line class="c" x1="23.694" y1="18.0133" x2="15.0206" y2="26.8161"/><line class="c" x1="26.2902" y1="21.5693" x2="17.8426" y2="30.2392"/></svg>
Copied!