Openanime Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Openanime 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/330674.svg" alt="Openanime icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330674.svg" alt="Openanime icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330674.svg" alt="Openanime icon" :width="24" :height="24" />
CSS background
.icon-openanime {
background-image: url('https://proicons.com/icon/330674.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M33.0711,17.8521c0,1.8915-1.5334,3.4249-3.4249,3.4249s-3.4249-1.5334-3.4249-3.4249V6.9249c0-1.8915,1.5334-3.4249,3.4249-3.4249s3.4249,1.5334,3.4249,3.4249v10.9272Z"/><path class="c" d="M17.8521,14.9289c1.8915,0,3.4249,1.5334,3.4249,3.4249,0,1.8915-1.5334,3.4249-3.4249,3.4249H6.9249c-1.8915,0-3.4249-1.5334-3.4249-3.4249,0-1.8915,1.5334-3.4249,3.4249-3.4249h10.9272Z"/><path class="c" d="M14.9289,30.1479c0-1.8915,1.5334-3.4249,3.4249-3.4249s3.4249,1.5334,3.4249,3.4249v10.9272c0,1.8915-1.5334,3.4249-3.4249,3.4249-1.8915,0-3.4249-1.5334-3.4249-3.4249v-10.9272Z"/><path class="c" d="M30.1479,33.0711c-1.8915,0-3.4249-1.5334-3.4249-3.4249,0-1.8915,1.5334-3.4249,3.4249-3.4249h10.9272c1.8915,0,3.4249,1.5334,3.4249,3.4249,0,1.8915-1.5334,3.4249-3.4249,3.4249h-10.9272Z"/><circle class="c" cx="24" cy="24" r="2.4365"/></svg>
Copied!