Kinoteatr Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kinoteatr 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/327961.svg" alt="Kinoteatr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327961.svg" alt="Kinoteatr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327961.svg" alt="Kinoteatr icon" :width="24" :height="24" />
CSS background
.icon-kinoteatr {
background-image: url('https://proicons.com/icon/327961.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#000;stroke-width:0px;}</style></defs><line class="b" x1="22.066" y1="20.64" x2="22.066" y2="29.8378"/><line class="b" x1="15.8879" y1="29.8378" x2="15.8879" y2="20.64"/><line class="b" x1="22.066" y1="20.64" x2="15.8879" y2="29.8378"/><path class="b" d="M39,23.7117c0-1.7611-1.4737-3.178-3.2552-3.0847-1.6704.0875-2.9229,1.5868-2.9229,3.2595v2.8623c0,1.706,1.383,3.089,3.089,3.089h0c1.706,0,3.089-1.383,3.089-3.089v-3.0371"/><line class="b" x1="9" y1="20.6089" x2="9" y2="29.8343"/><line class="b" x1="10.1927" y1="25.2216" x2="13.5989" y2="20.64"/><line class="b" x1="10.1927" y1="25.2216" x2="13.5989" y2="29.848"/><line class="b" x1="10.1927" y1="25.2216" x2="9" y2="25.2216"/><line class="b" x1="24.3549" y1="20.64" x2="24.3549" y2="29.8378"/><line class="b" x1="30.533" y1="20.64" x2="30.533" y2="29.8378"/><line class="b" x1="24.3549" y1="25.2216" x2="30.533" y2="25.2216"/><circle class="c" cx="35.911" cy="18.8157" r=".6637"/><circle class="c" cx="38.3363" cy="18.8157" r=".6637"/><circle class="c" cx="33.4856" cy="18.8157" r=".6637"/><path class="b" d="M43.5,35.5V12.5c0-2.2091-1.7909-4-4-4H8.5c-2.2091,0-4,1.7909-4,4v23c0,2.2091,1.7909,4,4,4h31c2.2091,0,4-1.7909,4-4Z"/></svg>
Copied!