Skullgirls Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Skullgirls 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/347408.svg" alt="Skullgirls icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347408.svg" alt="Skullgirls icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347408.svg" alt="Skullgirls icon" :width="24" :height="24" />
CSS background
.icon-skullgirls {
background-image: url('https://proicons.com/icon/347408.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m18.7175,30.9097c1.9359-.5057,3.9982-.4066,5.2825-.4066"/><line class="b" x1="24.0001" y1="30.5031" x2="24.5662" y2="28.2"/><line class="b" x1="24.5167" y1="33.2025" x2="24.0001" y2="30.5031"/><line class="b" x1="20.3067" y1="28.3733" x2="21.3588" y2="30.5287"/><line class="b" x1="20.9753" y1="33.2025" x2="21.3588" y2="30.5287"/><path class="b" d="m17.1368,17.4025c1.3868,2.2784,4.7053,3.2442,4.7053,3.2442,1.3373,2.5755-.3219,5.8693-1.5354,5.9683s-6.5874-3.1699-3.1699-9.2125Z"/><path class="b" d="m16.7452,22.9444c.3296,1.0145,1.1179,1.0145,1.1179,1.0145"/><path class="b" d="m24.0001,36.2238h2.0837c2.2784,0,2.7241-4.0119,3.0213-4.953s1.8821-1.8326,3.7147-2.3279c0,0-.2972-.5448-.7925-1.5354,1.7335-1.2878,4.2595-4.7548,4.2595-7.783,0-3.0281-1.6345-9.7505-12.2868-9.7505-10.6523,0-12.2868,6.7224-12.2868,9.7505s2.526,6.4952,4.2595,7.783c-.4953.9906-.7925,1.5354-.7925,1.5354,1.8326.4953,3.4175,1.3868,3.7147,2.3279s.7429,4.953,3.0213,4.953c0,0,2.0837,0,2.0837,0Z"/><path class="b" d="m29.2826,30.9097c-1.9359-.5057-3.9982-.4066-5.2825-.4066"/><path class="b" d="m30.8633,17.4025c-1.3868,2.2784-4.7053,3.2442-4.7053,3.2442-1.3373,2.5755.3219,5.8693,1.5354,5.9683s6.5874-3.1699,3.1699-9.2125Z"/><path class="b" d="m33.2655,21.1668c-.421,1.2956-1.4278,1.2956-1.4278,1.2956"/><line class="b" x1="27.4149" y1="30.5871" x2="27.9425" y2="28.4641"/><line class="b" x1="27.5958" y1="32.9383" x2="27.4149" y2="30.5871"/><path class="b" d="m25.46,9.93c1.85-1.91,4.43-3.09,7.3-3.09,5.66,0,10.24,4.58,10.24,10.24,0,1.29-.25,2.52-.69,3.66-3.38,9.74-18.31,20.42-18.31,20.42,0,0-14.93-10.68-18.31-20.42-.44-1.14-.69-2.37-.69-3.66,0-5.66,4.58-10.24,10.24-10.24,2.87,0,5.45,1.18,7.3,3.09"/></svg>
Copied!