Cinepolis Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cinepolis 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/323716.svg" alt="Cinepolis icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323716.svg" alt="Cinepolis icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323716.svg" alt="Cinepolis icon" :width="24" :height="24" />
CSS background
.icon-cinepolis {
background-image: url('https://proicons.com/icon/323716.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="M16.9289,31.0711c1.8096,1.8096,4.3096,2.9289,7.0711,2.9289s5.2614-1.1193,7.0711-2.9289l8.1317,8.1317c-3.8907,3.8907-9.2657,6.2972-15.2028,6.2972s-11.3121-2.4065-15.2028-6.2972c-1.9454-1.9454-3.5197-4.2618-4.6076-6.834-.544-1.2861-.9664-2.6362-1.2528-4.0358l11.2664-2.3177c.1332.651.3297,1.2789.5827,1.8771.506,1.1964,1.2383,2.2738,2.1431,3.1786Z"/><path class="b" d="M8.7972,8.7972c3.8907-3.8907,9.2657-6.2972,15.2028-6.2972s11.3121,2.4065,15.2028,6.2972l-8.1317,8.1317c-1.8096-1.8096-4.3096-2.9289-7.0711-2.9289s-5.2614,1.1193-7.0711,2.9289c-.9048.9048-1.6371,1.9822-2.1431,3.1786-.253.5982-.4495,1.2261-.5827,1.8771l-11.2664-2.3177c.2864-1.3996.7088-2.7497,1.2528-4.0358,1.088-2.5722,2.6623-4.8887,4.6076-6.834Z"/></svg>
Copied!