Moviebox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Moviebox 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/329598.svg" alt="Moviebox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329598.svg" alt="Moviebox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329598.svg" alt="Moviebox icon" :width="24" :height="24" />
CSS background
.icon-moviebox {
background-image: url('https://proicons.com/icon/329598.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.p{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="p" d="M24.3815,36.7406l13.7663-7.9499c1.5741-.9091,2.6068-2.6778,2.6068-4.7907s-1.0327-3.8817-2.6068-4.7907h0L15.563,6.1668c-2.886-1.6666-8.3175-.2197-8.3175,4.8033v26.0599c0,5.023,5.4315,6.4699,8.3175,4.8033l5.161-2.9804"/><path id="d" class="p" d="M27.2514,12.9163v10.1351h3.3389c1.0365,0,1.6195.3744.7519,1.8508l-9.4098,16.0055s-6.2732-10.6703-9.4098-16.0055c-.8676-1.4764-.2846-1.8508.7519-1.8508h3.3389v-11.3492c0-2.4639-.7176-5.3313-3.1597-6.1738"/><g id="e"><path id="f" class="p" d="M15.1303,29.3347l-7.8842,4.5531"/><path id="g" class="p" d="M35.4049,17.6263l-8.1528,4.7081"/><path id="h" class="p" d="M16.6124,16.5539l-9.367,5.4094"/></g><g id="i"><path id="j" class="p" d="M10.0434,8.2981v1.9801"/><path id="k" class="p" d="M10.0434,14.1809v1.9801"/><path id="l" class="p" d="M10.0434,20.0637v1.9801"/><path id="m" class="p" d="M10.0434,25.9465v1.9801"/><path id="n" class="p" d="M10.0434,31.8293v1.9801"/><path id="o" class="p" d="M10.0434,37.7122v1.9801"/></g></g></svg>
Copied!