Anime Center Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Anime Center 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/336357.svg" alt="Anime Center icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336357.svg" alt="Anime Center icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336357.svg" alt="Anime Center icon" :width="24" :height="24" />
CSS background
.icon-anime-center {
background-image: url('https://proicons.com/icon/336357.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><polygon class="c" points="42.6195 34.75 42.6195 13.25 24 2.5 5.3805 13.25 5.3805 34.75 24 45.5 42.6195 34.75"/><line class="c" x1="38.2894" y1="15.75" x2="24" y2="7.5"/><line class="c" x1="24" y1="40.5" x2="38.2894" y2="32.25"/><line class="c" x1="9.7106" y1="15.75" x2="9.7106" y2="32.25"/><path class="c" d="m28.6776,17.2033c-1.3293-.9166-2.9408-1.4533-4.6776-1.4533-3.6846,0-6.8051,2.4155-7.8642,5.7494"/><path class="c" d="m16.1209,26.4533c1.0445,3.3583,4.1771,5.7967,7.8791,5.7967,4.5563,0,8.25-3.6937,8.25-8.25,0-1.7367-.5366-3.348-1.4531-4.6772"/><circle class="c" cx="15.75" cy="24" r="2.5"/><circle class="c" cx="29.75" cy="18.25" r="1.5"/></svg>
Copied!