Emoji Cinema Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji 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/325174.svg" alt="Emoji Cinema icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325174.svg" alt="Emoji Cinema icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325174.svg" alt="Emoji Cinema icon" :width="24" :height="24" />
CSS background
.icon-emoji-cinema {
background-image: url('https://proicons.com/icon/325174.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="b" class="g" d="M29.8903,31.6094l5.6462,4.6022c.3451.2813.8529.2297,1.1342-.1154.1173-.1439.1814-.3239.1814-.5095v-13.4528c-.0004-.4455-.3619-.8062-.8074-.8058-.1851.0002-.3645.064-.5082.1809l-5.6462,4.5732"/><path id="c" class="g" d="M28.2717,36.201h-15.505c-.894,0-1.6187-.7247-1.6187-1.6187v-11.4443c0-.894.7247-1.6188,1.6187-1.6188h15.5051c.894,0,1.6186.7249,1.6185,1.6188v11.4443c0,.894-.7246,1.6187-1.6186,1.6188"/><path id="d" class="g" d="M11.1589,15.309c-.0003,2.0435,1.656,3.7003,3.6994,3.7006,2.0435.0003,3.7003-1.656,3.7006-3.6994v-.0011c.0011-2.0435-1.6546-3.7009-3.698-3.702-2.0435-.0011-3.7009,1.6546-3.702,3.698v.0039"/><path id="e" class="g" d="M22.3343,15.309c-.0008,2.0435,1.6552,3.7006,3.6986,3.7014s3.7006-1.6552,3.7014-3.6986v-.0028c.0008-2.0435-1.6552-3.7006-3.6986-3.7014-2.0435-.0008-3.7006,1.6552-3.7014,3.6986v.0028"/><path id="f" class="g" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!