Major Cineplex Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Major Cineplex 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/328815.svg" alt="Major Cineplex icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328815.svg" alt="Major Cineplex icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328815.svg" alt="Major Cineplex icon" :width="24" :height="24" />
CSS background
.icon-major-cineplex {
background-image: url('https://proicons.com/icon/328815.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="M21.9476,42.181V12.5258h-4.3919v29.7582M34.4212,11.6538v.872M34.4212,12.5258v29.5532M30.3813,42.285V12.5258M30.3813,12.5258h-4.3929v29.6562M13.5148,42.08V12.5268M13.5148,12.5268v-.883h.055M13.5708,11.6438l-2.1609-3.7389h10.4267M26.1004,7.9049h10.4897M36.5902,7.9049l-2.1679,3.7479M30.3793,42.285l-1.07,1.215h1.07M30.3793,43.5h4.0409M34.4202,43.5h1.252l-1.252-1.42M13.5128,42.08l-1.25,1.42h1.251M13.5138,43.5h4.0399M17.5537,43.5h1.071l-1.07-1.215M21.9465,42.182l-1.16,1.317h1.161M21.9475,43.499h4.0399M25.9874,43.499h1.162l-1.162-1.318M21.8356,7.9059l-2.8799-3.4059h10.0237l-2.8799,3.4059"/></svg>
Copied!