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/310828.svg" alt="Media Reel V icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310828.svg" alt="Media Reel V icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310828.svg" alt="Media Reel V icon" :width="24" :height="24" />
CSS background
.icon-media-reel-v {
background-image: url('https://proicons.com/icon/310828.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="M15.8746 3.0401V7.1568V12V16.8432V20.9599" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M8.12543 3.0401V7.1568V12V16.8432V20.9599" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M20.9599 12H15.8745H8.12544H3.0401" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M3.0401 16.8432H8.12544" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15.8746 16.8432H20.9599" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M3.0401 7.1568H8.12544" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15.8746 7.1568H20.9599" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <rect x="2.75" y="2.75" width="18.5" height="18.5" rx="6" stroke="black" stroke-width="1.5"/> </svg>
Copied!