Blue Cinema Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Blue 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/322766.svg" alt="Blue Cinema icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322766.svg" alt="Blue Cinema icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322766.svg" alt="Blue Cinema icon" :width="24" :height="24" />
CSS background
.icon-blue-cinema {
background-image: url('https://proicons.com/icon/322766.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><g id="b"><path id="c" class="g" d="M30.6835,16.2366c-.1641,4.342,4.8112,5.3104,6.586,4.0949,1.7748-1.2156,3.1104-6.653-1.5107-7.9916,1.3706-3.8457-2.138-6.2989-5.5705-4.7582-3.1644-4.7372-6.7251-3.4196-8.1217-.033"/><path id="d" class="g" d="M23.9605,12.8711c1.0585-2.5211-.3922-6.4069-4.9643-5.2024-3.8367-4.1049-9.2462.024-6.4509,4.8682-4.7081.6223-4.5191,8.4408.018,8.4688h22.3031l-2.295,22.4942H15.8618l-2.169-22.1431"/><path id="e" class="g" d="M20.5169,21.0778l.6303,22.3972"/><path id="f" class="g" d="M28.2904,21.0138l-.9844,22.4052"/></g></svg>
Copied!