Cineplex Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 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/338274.svg" alt="Cineplex icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338274.svg" alt="Cineplex icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338274.svg" alt="Cineplex icon" :width="24" :height="24" />
CSS background
.icon-cineplex {
background-image: url('https://proicons.com/icon/338274.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M26.2132,22.0996c5.3655.2551,9.2337,1.3903,9.2337,2.7097,0,1.3546-4.0717,2.5093-9.6136,2.7262M22.1664,27.5356c-5.5417-.217-9.6133-1.3716-9.6133-2.7262,0-1.3195,3.8682-2.4546,9.2337-2.7097M26.8156,18.5813c10.1369.3743,17.6844,2.6818,17.6844,5.4067h0c0,2.8021-7.9687,5.1491-18.4393,5.4308M21.9393,29.4188c-10.4706-.2817-18.4393-2.6286-18.4393-5.4308,0-2.725,7.548-5.0326,17.6853-5.4067"/></svg>
Copied!