Souls Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Souls 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/333101.svg" alt="Souls icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333101.svg" alt="Souls icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333101.svg" alt="Souls icon" :width="24" :height="24" />
CSS background
.icon-souls {
background-image: url('https://proicons.com/icon/333101.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M23.9642,3.5s-1.6155.3493-2.5325,1.3099c-.9169.9606-2.7072,6.2002-2.7072,6.2002,0,0,0,1.3972,1.179,1.4409,1.179.0437.524,1.5501.524,1.5501,0,0-2.7508,1.8121-5.1086,5.2178l-2.8818,1.2662s-.3493,1.0043,1.0479,2.4452l-.4329.9067,1.8833,1.4203s-1.1886,2.717-.5866,4.3687c0,0,.6947-2.2693,1.0189-1.6518.3242.6175.3705.6484.3705.6484,0,0,.247.2007.4014-.2779.1544-.4786-.2933-1.9451-.2933-1.9451l.5094-.6792.9108.0154.9571-2.1612,1.6518-.0618-4.7748,7.539,1.4409.7859s-.262,4.4536,2.8381,5.8946c0,0,.4803,5.2396-.8296,6.5058l2.2705.262s-1.0043-3.7114.5676-6.3312c0,0,2.0958-1.179,2.1832-4.2354"/><path class="b" d="M24.0358,3.5s1.6155.3493,2.5325,1.3099c.9169.9606,2.7072,6.2002,2.7072,6.2002,0,0,0,1.3972-1.179,1.4409-1.179.0437-.524,1.5501-.524,1.5501,0,0,2.7508,1.8121,5.1086,5.2178l2.8818,1.2662s.3493,1.0043-1.0479,2.4452l.4329.9067-1.8833,1.4203s1.1886,2.717.5866,4.3687c0,0-.6947-2.2693-1.0189-1.6518-.3242.6175-.3705.6484-.3705.6484,0,0-.247.2007-.4014-.2779-.1544-.4786.2933-1.9451.2933-1.9451l-.5094-.6792-.9108.0154-.9571-2.1612-1.6518-.0618,4.7748,7.539-1.4409.7859s.262,4.4536-2.8381,5.8946c0,0-.4803,5.2396.8296,6.5058l-2.2705.262s1.0043-3.7114-.5676-6.3312c0,0-2.0958-1.179-2.1832-4.2354"/><path class="b" d="M23.5928,33.8985s.4257-.6877.8514,0"/><path class="b" d="M21.7804,5.1821s.4803,1.9212,2.0194,2.3578"/><path class="b" d="M26.0001,5.1821s-.4803,1.9212-2.0194,2.3578"/><path class="b" d="M16.4533,30.1653s2.2269-.9169,8.82.7859c0,0,2.8381.5676,6.7241-.0437"/><path class="b" d="M18.5491,26.7154s3.9734-.3493,6.0692.4803c0,0,3.3184.524,5.327-.0437"/><path class="b" d="M13.9213,22.6553s10.1735,1.3099,20.2164.131"/><path class="b" d="M23.6973,16.6764l-1.681,1.681,1.5282,1.5282-2.9692,2.9692"/><path class="b" d="M23.7592,16.6764l1.681,1.681-1.5282,1.5282,2.9692,2.9692"/></svg>
Copied!