Media Reel H Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Media Reel H 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/310212.svg" alt="Media Reel H icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310212.svg" alt="Media Reel H icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310212.svg" alt="Media Reel H icon" :width="24" :height="24" />
CSS background
.icon-media-reel-h {
background-image: url('https://proicons.com/icon/310212.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="M5.23529 17.5887V21.2476C3.79735 20.4707 2.72675 19.1547 2.25882 17.5887H5.23529Z" fill="black"/> <path d="M21.7412 17.5887C21.2732 19.1547 20.2026 20.4707 18.7647 21.2476V17.5887H21.7412Z" fill="black"/> <path d="M11.1176 17.5887V22.0005H8.14118C7.74595 22.0034 7.35154 21.9639 6.9647 21.8829V17.5887H11.1176Z" fill="black"/> <path d="M17 17.5887V21.8829C16.6132 21.9639 16.2188 22.0034 15.8235 22.0005H12.8471V17.5887H17Z" fill="black"/> <path d="M22 8.17697H12.8824V15.824H22V8.17697Z" fill="black"/> <path d="M11.1176 8.17697H2V15.824H11.1176V8.17697Z" fill="black"/> <path d="M5.23529 2.75345V6.41225H2.25882C2.72675 4.84631 3.79735 3.53028 5.23529 2.75345Z" fill="black"/> <path d="M21.7412 6.41225H18.7294V2.75345C19.448 3.13449 20.084 3.65392 20.6009 4.28188C21.1178 4.90983 21.5053 5.63386 21.7412 6.41225Z" fill="black"/> <path d="M11.1176 2.00051V6.41228H6.9647V2.11816C7.35154 2.0371 7.74595 1.99766 8.14118 2.00051H11.1176Z" fill="black"/> <path d="M17 2.11814V6.41225H12.8471V2.00049H15.7882C16.1953 1.99508 16.6016 2.03454 17 2.11814Z" fill="black"/> </svg>
Copied!