Infinitejapanese Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Infinitejapanese 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/327417.svg" alt="Infinitejapanese icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327417.svg" alt="Infinitejapanese icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327417.svg" alt="Infinitejapanese icon" :width="24" :height="24" />
CSS background
.icon-infinitejapanese {
background-image: url('https://proicons.com/icon/327417.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M21.7057,8.0484c-1.7461,10.97-1.8981,20.6988.4763,28.9383"/><path class="a" d="M10.9878,13.7646a159.9268,159.9268,0,0,0,24.3534-1.1314"/><path class="a" d="M31.7091,17.3372c-3.311,9.7334-7.69,17.1859-14.5287,19.1731-8.8763,2.5795-7.4027-5.1545-5.24-8.4552,4.4974-6.8635,11.14-7.6115,15.005-7.86C37.8344,19.496,40.3436,28.8758,37.7825,32.7c-2.6869,4.0117-6.1271,5.5711-10.2415,6.2521"/></svg>
Copied!