Shadow Fight 4 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shadow Fight 4 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/332632.svg" alt="Shadow Fight 4 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332632.svg" alt="Shadow Fight 4 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332632.svg" alt="Shadow Fight 4 icon" :width="24" :height="24" />
CSS background
.icon-shadow-fight-4 {
background-image: url('https://proicons.com/icon/332632.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="m24,35.5341c2.5129-2.9149,8.2423-7.0864,8.2423-7.0864,0,0,1.0329,2.2905,3.7693,3.8699,0,0-2.6636,6.6843-7.5889,8.9459,0,0,7.6894-.4523,15.0773-9.549-4.2719-3.2165-19.5-15.4543-19.5-24.9781,0,9.5238-15.2281,21.7616-19.5,24.9781,7.3879,9.0966,15.0773,9.549,15.0773,9.549-4.9253-2.2616-7.5889-8.9459-7.5889-8.9459,2.7364-1.5793,3.7693-3.8699,3.7693-3.8699,0,0,5.7294,4.1714,8.2423,7.0864Z"/><path class="c" d="m24,28.9755c1.9852-2.538,5.2771-4.3222,5.2771-4.3222-3.1662-2.2113-5.2771-5.8048-5.2771-5.8048,0,0-2.1108,3.5934-5.2771,5.8048,0,0,3.2919,1.7841,5.2771,4.3222Z"/></svg>
Copied!