Iwara Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Iwara 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/327595.svg" alt="Iwara icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327595.svg" alt="Iwara icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327595.svg" alt="Iwara icon" :width="24" :height="24" />
CSS background
.icon-iwara {
background-image: url('https://proicons.com/icon/327595.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;}.b{fill:#000;}</style></defs><path class="a" d="M21.0215,20.7477c-6.041-9.8051.8269-15.3826,6.9725-15.2462,6.3685.1414,12.5987,6.716,3.6945,14.2437"/><path class="a" d="M36.33,11.4883a16.7451,16.7451,0,0,1,4.9571-.4975c1.9036-.18,1.4475,2.4107-.541,5.15a13.2625,13.2625,0,0,1-5.4873,4.4375"/><path class="a" d="M31.6885,19.7452c1.3335.8189,1.9981,1.1912,3.57.833,11.193,8.9,3.7584,20.6039-2.9793,21.9227"/><path class="a" d="M32.28,42.5009,16.613,42.3C.9648,39.0357,5.84,20.96,7.7085,20.9792c10.7785,4.46,15.4458-.7189,13.313-.2315"/><path class="a" d="M27.86,25.7915c1.8449,1.0274,3.1456,2.1357,3.4307,3.2913.9019,3.6559-1.4145,6.5642-5.8786,7.57a14.0492,14.0492,0,0,1-12.6831-3.71"/><path class="a" d="M25.9187,9.0153c-1.59-.0112-4.48,3.2836-3.8832,5.347"/><path class="a" d="M18.7549,28.064l.4017,2.2725-3.3476.401"/><path class="a" d="M21.7008,28.1977l-2.9459-.1337"/><path class="a" d="M22.2831,16.4751v.0036"/><circle class="b" cx="30.304" cy="13.1592" r="0.75"/><circle class="b" cx="11.155" cy="31.2488" r="0.75"/></svg>
Copied!