Cineville Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cineville 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/323719.svg" alt="Cineville icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323719.svg" alt="Cineville icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323719.svg" alt="Cineville icon" :width="24" :height="24" />
CSS background
.icon-cineville {
background-image: url('https://proicons.com/icon/323719.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-miterlimit:10;}</style></defs><path class="a" d="M25.858,10.45c2.2006,0,4.5643,1.06,4.5643,3.4232s-1.1818,2.6082-1.1818,4.5236a3.1509,3.1509,0,0,0,3.4232,2.9749c1.7116,0,4.9717-1.9154,4.9717-6.8057S34.416,4.5,26.4693,4.5,6.8267,10.45,6.8267,25.1207,19.0931,43.5,25.5727,43.5s12.3888-3.5047,14.9562-7.4169c1.0705-1.6314.6255-2.8852-.026-3.5366-1.2649-1.265-2.949-.559-4.09.6839-1.6621,1.81-4.5235,4.2383-10.7586,4.2383s-10.31-4.6866-10.31-12.1035S19.8267,10.45,25.858,10.45Z"/></svg>
Copied!