Shadow Fight 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shadow Fight 2 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/347189.svg" alt="Shadow Fight 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347189.svg" alt="Shadow Fight 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347189.svg" alt="Shadow Fight 2 icon" :width="24" :height="24" />
CSS background
.icon-shadow-fight-2 {
background-image: url('https://proicons.com/icon/347189.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;}.b{fill:#fff;}</style></defs><path class="a" d="M30.7063,25.402A91.0613,91.0613,0,0,1,1.6728,19.1543"/><path class="a" d="M22.1582,23.6943l-.2971,1.8468"/><circle class="a" cx="29.3451" cy="11.8456" r="2.4607"/><path class="a" d="M29.5291,25.3011l1.5583-4.2038-2.6-5.6521-7.5964,4.48,3.305,4.9207"/><path class="a" d="M28.7255,14.2893,24.9673,29.9345"/><path class="a" d="M13.4828,42.7327,24.9673,29.9345l8.0281,4.5109,1.08,8.51"/><circle class="b" cx="24.1961" cy="24.8456" r="0.75"/><circle class="b" cx="29.5291" cy="25.3011" r="0.75"/><path class="a" d="M6.3981,17.3494a18.7009,18.7009,0,1,1,30.7967,19.62"/><path class="a" d="M11.9506,38.0714A18.7014,18.7014,0,0,1,5.27,23.7456"/></svg>
Copied!