Otraku Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Otraku 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/345389.svg" alt="Otraku icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345389.svg" alt="Otraku icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345389.svg" alt="Otraku icon" :width="24" :height="24" />
CSS background
.icon-otraku {
background-image: url('https://proicons.com/icon/345389.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M13.7525,40.6759c.62-10.2925,1.17-16.6072.8515-28.441"/><path class="a" d="M24,8.4792A139.64,139.64,0,0,1,4.5,7.3241"/><path class="a" d="M7.73,7.7157,7.692,11.5076A111.8544,111.8544,0,0,0,24,12.5257a111.8529,111.8529,0,0,0,16.3079-1.0181l.0119-3.797"/><path class="a" d="M24,12.5257v3.778H10.0584"/><path class="a" d="M34.2475,40.6759c-.62-10.2925-1.17-16.6072-.8515-28.441"/><path class="a" d="M24,8.4792A139.64,139.64,0,0,0,43.5,7.3241"/><path class="a" d="M24,12.5257h0m0,3.778H37.9416"/></svg>
Copied!