Amc Theatres Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Amc Theatres 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/336257.svg" alt="Amc Theatres icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336257.svg" alt="Amc Theatres icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336257.svg" alt="Amc Theatres icon" :width="24" :height="24" />
CSS background
.icon-amc-theatres {
background-image: url('https://proicons.com/icon/336257.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m25.1629,23.3329c0-2.1104-1.7108-3.8212-3.8212-3.8212s-3.8212,1.7108-3.8212,3.8212v5.1556"/><path class="c" d="m25.1629,28.4885v-5.1556c0-2.1104,1.7108-3.8212,3.8212-3.8212s3.8212,1.7108,3.8212,3.8212v5.1556"/><path class="c" d="m15.0203,28.4885v-8.9768h-1.5435c-4.9578,0-8.9768,4.0191-8.9768,8.9768h0s8.0468,0,8.0468,0"/><path class="c" d="m43.5,25.5147c-.6219,1.7353-2.277,2.9792-4.223,2.9792-2.4776,0-4.4938-2.0162-4.4938-4.4938s2.0162-4.4938,4.4938-4.4938c1.946,0,3.6011,1.2438,4.223,2.9792"/></svg>
Copied!