Moviebox Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Moviebox Alt 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/329599.svg" alt="Moviebox Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329599.svg" alt="Moviebox Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329599.svg" alt="Moviebox Alt icon" :width="24" :height="24" />
CSS background
.icon-moviebox-alt {
background-image: url('https://proicons.com/icon/329599.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M38.9929,9.0087c-7.8149,0-6.8846,33.4913-19.4574,33.4913S1.8292,5.5,9.1688,5.5s13.0779,22.9662,23.2852,22.9662,12.4399-19.4574,6.539-19.4574h-.0001Z"/></svg>
Copied!