Movieboxpro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Movieboxpro 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/344159.svg" alt="Movieboxpro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344159.svg" alt="Movieboxpro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344159.svg" alt="Movieboxpro icon" :width="24" :height="24" />
CSS background
.icon-movieboxpro {
background-image: url('https://proicons.com/icon/344159.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M24.088,27.5965c2.372,0,4.281,1.878,4.281,4.211v4.29c0,2.333-1.91,4.211-4.281,4.211s-4.282-1.878-4.282-4.21v-4.29c0-2.334,1.91-4.212,4.282-4.212ZM12.206,33.9525h-5.332M12.206,33.9525c1.785,0,3.231,1.423,3.231,3.178s-1.446,3.178-3.231,3.178h-5.332v-12.712h5.332c1.785,0,3.231,1.423,3.231,3.178s-1.446,3.178-3.231,3.178ZM41.126,27.5965l-8.563,12.713M32.563,27.5975l8.563,12.712M27.43,15.7595c1.5232.0027,2.7558,1.2397,2.7531,2.7629,0,.0047,0,.0094,0,.0141v2.829c.0099,1.5232-1.2168,2.766-2.7399,2.7759-.0044,0-.0087,0-.0131,0-1.5232-.0033-2.7553-1.2407-2.7521-2.7639,0-.004,0-.008,0-.0121v-2.83c-.0099-1.5232,1.2168-2.766,2.7399-2.7759.004,0,.008,0,.0121,0ZM7.04,23.2245c.51.67,1.149.918,2.037.918h1.23c1.1495-.005,2.0774-.9405,2.073-2.09v-.01c.0044-1.1495-.9235-2.085-2.073-2.09h-1.357c-1.1509-.0055-2.0795-.943-2.074-2.094h0c0-1.159.93-2.098,2.08-2.098h1.222c.89,0,1.528.25,2.037.918M41.126,15.7605l-2.077,8.382-2.077-8.382-2.077,8.382-2.077-8.382M15.778,19.9355h5.504M21.282,15.7605v8.382M15.778,15.7605v8.382M33.869,7.6905h6.191l2.44,2.308-2.44,2.308h-6.19l2.43-2.307-2.431-2.309ZM24.412,7.6905h6.192l2.44,2.308-2.44,2.308h-6.192l2.433-2.307-2.433-2.309ZM14.956,7.6905h6.192l2.44,2.308-2.44,2.308h-6.192l2.434-2.307-2.434-2.309ZM5.5,7.6905h6.191l2.44,2.308-2.44,2.308h-6.191l2.432-2.307-2.432-2.309Z"/></svg>
Copied!