Video Cross Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Video Cross 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/311023.svg" alt="Video Cross icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311023.svg" alt="Video Cross icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311023.svg" alt="Video Cross icon" :width="24" :height="24" />
CSS background
.icon-video-cross {
background-image: url('https://proicons.com/icon/311023.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M11.0473 10L7.04748 13.9913" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M7.0473 10.0087L11.0471 14" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M12 5.31921H6.09461C5.62169 5.31921 5.15343 5.41253 4.71664 5.59382C4.27985 5.7751 3.88313 6.0408 3.54921 6.37567C3.21528 6.71055 2.95072 7.10803 2.77068 7.54533C2.59064 7.98263 2.49866 8.45116 2.50001 8.92408V15.0862C2.50001 16.0396 2.87873 16.9539 3.55285 17.628C4.22696 18.3021 5.14126 18.6808 6.09461 18.6808H12C12.9533 18.6808 13.8676 18.3021 14.5418 17.628C15.2159 16.9539 15.5946 16.0396 15.5946 15.0862V8.92408C15.5959 8.45116 15.504 7.98263 15.3239 7.54533C15.1439 7.10803 14.8793 6.71055 14.5454 6.37567C14.2115 6.0408 13.8148 5.7751 13.378 5.59382C12.9412 5.41253 12.4729 5.31921 12 5.31921Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M21.5 9.43759V14.5727C21.5 14.8236 21.4288 15.0694 21.2946 15.2814C21.1592 15.4941 20.9671 15.6648 20.74 15.7743C20.5145 15.8866 20.2607 15.9295 20.0108 15.8976C19.7638 15.8686 19.5295 15.7727 19.333 15.6203L16.1081 13.0322C15.9516 12.9038 15.8254 12.7425 15.7384 12.5598C15.6505 12.3808 15.6047 12.184 15.6047 11.9846C15.6047 11.7852 15.6505 11.5885 15.7384 11.4095C15.8303 11.2415 15.9562 11.0946 16.1081 10.9781L19.333 8.41057C19.5295 8.25816 19.7638 8.16228 20.0108 8.13327C20.2607 8.10132 20.5145 8.14421 20.74 8.25651C20.9671 8.36606 21.1592 8.53678 21.2946 8.74949C21.4251 8.95557 21.4962 9.19369 21.5 9.43759Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!