Media Reel V Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Media Reel V 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/310213.svg" alt="Media Reel V icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310213.svg" alt="Media Reel V icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310213.svg" alt="Media Reel V icon" :width="24" :height="24" />
CSS background
.icon-media-reel-v {
background-image: url('https://proicons.com/icon/310213.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="M21.3417 18.5765C20.9559 19.3571 20.4078 20.0464 19.7343 20.5982C19.0607 21.1501 18.2771 21.5518 17.4358 21.7765V18.5765H21.3417Z" fill="black"/> <path d="M22.0005 12.8824V15.8235C22.0053 16.1554 21.9738 16.4868 21.9064 16.8118H17.4358V12.8824H22.0005Z" fill="black"/> <path d="M22.0005 8.17646V11.1176H17.4358V7.18823H21.9064C21.9738 7.51322 22.0053 7.8446 22.0005 8.17646Z" fill="black"/> <path d="M21.3417 5.42354H17.4358V2.22354C18.2771 2.44823 19.0607 2.84992 19.7343 3.40177C20.4078 3.95362 20.9559 4.6429 21.3417 5.42354Z" fill="black"/> <path d="M15.6711 2H8.31813V11.1176H15.6711V2Z" fill="black"/> <path d="M6.55342 2.22354V5.42354H2.65931C3.04133 4.64237 3.58673 3.95239 4.25857 3.4003C4.93041 2.84821 5.71301 2.4469 6.55342 2.22354Z" fill="black"/> <path d="M6.55342 7.18823V11.1176H2.00048V8.17646C1.99565 7.8446 2.02721 7.51322 2.0946 7.18823H6.55342Z" fill="black"/> <path d="M6.55342 12.8824V16.8118H2.0946C2.02721 16.4868 1.99565 16.1554 2.00048 15.8235V12.8824H6.55342Z" fill="black"/> <path d="M6.55342 18.5765V21.7765C5.71301 21.5531 4.93041 21.1518 4.25857 20.5997C3.58673 20.0476 3.04133 19.3577 2.65931 18.5765H6.55342Z" fill="black"/> <path d="M15.6711 12.8824H8.31813V22H15.6711V12.8824Z" fill="black"/> </svg>
Copied!