Aeon Cinema Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aeon 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/335983.svg" alt="Aeon Cinema icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335983.svg" alt="Aeon Cinema icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335983.svg" alt="Aeon Cinema icon" :width="24" :height="24" />
CSS background
.icon-aeon-cinema {
background-image: url('https://proicons.com/icon/335983.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m8.1656 24.611c-8.1755 2.7643-1.4228 15.478 8.3245 4.871l13.895-15.12-.74023 15.12"/><path class="d" d="m41.791 27.171c-3.4639 4.7605-9.1046 1.4958-7.4411-3.5141 1.9028-5.7304 9.0859-6.2167 8.5874-1.8593l.55325-2.9438"/><path class="d" d="m27.645 29.482h4"/><path class="d" d="m34.349 23.657h-18.963"/></svg>
Copied!