Toho Cinemas Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Toho Cinemas 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/348633.svg" alt="Toho Cinemas icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348633.svg" alt="Toho Cinemas icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348633.svg" alt="Toho Cinemas icon" :width="24" :height="24" />
CSS background
.icon-toho-cinemas {
background-image: url('https://proicons.com/icon/348633.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="m38.666 39.722a21.5 21.5 0 01-14.666 5.7784 21.5 21.5 0 01-21.5-21.5 21.5 21.5 0 0121.5-21.5 21.5 21.5 0 0119.537 12.525"/><path class="d" d="m38.194 23.142c.20337.93897.30593 1.897.30593 2.8577 0 2.4072-.64363 4.7705-1.8642 6.8453"/><path class="d" d="m25.217 39.498a13.5 13.5 0 01-.21747.001752 13.5 13.5 0 01-13.5-13.5 13.5 13.5 0 015.7296-11.039"/><path class="d" d="m23.5 40.807a14.5 11.5 60 01-17.209-6.8074 14.5 11.5 60 012.7093-18.307 14.5 11.5 60 0117.209 6.8074 14.5 11.5 60 01-2.7093 18.307z"/><path class="d" d="m27.815 35.461a8.5 8.5 0 01-.81454.039118 8.5 8.5 0 01-8.5-8.5 8.5 8.5 0 015.2291-7.8454"/><path class="d" d="m28.523 31.778a6.5 6.5 0 01-3.5231-5.7782 6.5 6.5 0 011.114-3.6388"/><path class="d" d="m43.316 27.681a3 13 10.789 01-5.3805 12.209 3 13 10.789 01-.51341-13.332 3 13 10.789 015.3805-12.209 3 13 10.789 01.51341 13.332z"/></svg>
Copied!