Glitch Video Effect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Glitch Video Effect 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/326531.svg" alt="Glitch Video Effect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326531.svg" alt="Glitch Video Effect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326531.svg" alt="Glitch Video Effect icon" :width="24" :height="24" />
CSS background
.icon-glitch-video-effect {
background-image: url('https://proicons.com/icon/326531.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><rect class="c" x="6.587" y="9.9783" width="33.1304" height="28.0435" rx="7.2391" ry="7.2391"/><line class="c" x1="4.5" y1="21.3261" x2="8.6739" y2="21.3261"/><line class="c" x1="4.5" y1="27.3261" x2="8.6739" y2="27.3261"/><line class="c" x1="5.7717" y1="24" x2="12.587" y2="24"/><line class="c" x1="37.4348" y1="22.1739" x2="42" y2="22.1739"/><line class="c" x1="41.2174" y1="24.6522" x2="35.2174" y2="24.6522"/><line class="c" x1="38.8696" y1="18.587" x2="43.5" y2="18.587"/><line class="c" x1="42.5217" y1="27.3261" x2="37.6957" y2="27.3261"/><path class="c" d="M28.1047,22.9518l-6.3686-3.6769c-.8069-.4659-1.8155.1165-1.8155,1.0482v7.3538c0,.9317,1.0086,1.514,1.8155,1.0482l6.3686-3.6769c.8069-.4659.8069-1.6305,0-2.0964Z"/></svg>
Copied!