Cineaste Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cineaste 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/323708.svg" alt="Cineaste icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323708.svg" alt="Cineaste icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323708.svg" alt="Cineaste icon" :width="24" :height="24" />
CSS background
.icon-cineaste {
background-image: url('https://proicons.com/icon/323708.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-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="4.5" y="13.014" width="39" height="26" rx="2"/><rect class="a" x="8.2857" y="17.1636" width="25.5274" height="17.7009" rx="1"/><line class="a" x1="24.2576" y1="13.014" x2="27.3084" y2="8.986"/><line class="a" x1="22.5195" y1="10.0794" x2="24.2576" y2="13.014"/><polygon class="a" points="25.813 26.014 16.286 20.514 16.286 31.514 25.813 26.014"/><line class="a" x1="36.6168" y1="17.1636" x2="40.9907" y2="17.1636"/><line class="a" x1="36.6168" y1="20.514" x2="40.9907" y2="20.514"/><circle class="a" cx="38.8037" cy="26.2477" r="2.1869"/><circle class="a" cx="38.8037" cy="32.6776" r="2.1869"/></svg>
Copied!