Cinema Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cinema 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/323710.svg" alt="Cinema icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323710.svg" alt="Cinema icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323710.svg" alt="Cinema icon" :width="24" :height="24" />
CSS background
.icon-cinema {
background-image: url('https://proicons.com/icon/323710.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="g" d="M45.5,24c0,11.87400055-9.62599945,21.5-21.5,21.5S2.5,35.87400055,2.5,24,12.1260004,2.5,24,2.5c11.87400055,0,21.5,9.6260004,21.5,21.5Z"/><path id="f" class="g" d="M14.71800041,35.24700165c0,1.31800079,1.35000038,1.97900009,2.94499969,1.05599976l19.86400032-11.48799896c.74700165-.43099976.72700119-1.20999908,0-1.62999916l-19.86400032-11.48800373c-1.59399986-.92300034-2.94499969-.26200008-2.94499969,1.05599976v22.49400234Z"/></svg>
Copied!