Spusu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Spusu 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/347788.svg" alt="Spusu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347788.svg" alt="Spusu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347788.svg" alt="Spusu icon" :width="24" :height="24" />
CSS background
.icon-spusu {
background-image: url('https://proicons.com/icon/347788.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M33.1278,11.7786c-1.2039-5.4433-7.9539-8.6904-15.0766-7.2527-7.1226,1.4378-11.9207,7.016-10.7168,12.4593,1.2039,5.4433,7.9539,8.6904,15.0766,7.2527,5.0628-1.022,9.1566-4.2133,10.4668-8.1593"/><path class="c" d="M29.5378,14.7186c-1.0626,3.378-5.5621,5.783-10.0498,5.3718-4.4877-.4112-7.2643-3.4829-6.2017-6.8609,1.0626-3.378,5.5621-5.783,10.0498-5.3718,2.6474.2426,4.8234,1.4407,5.8317,3.2109"/><path class="c" d="M17.3178,19.3986c5.2374-5.248,12.7963-6.5485,16.8834-2.9048,4.0871,3.6437,3.1546,10.8519-2.0828,16.0999-5.2374,5.248-12.7963,6.5485-16.8834,2.9048-2.8535-2.544-3.3504-6.9679-1.2772-11.3699"/><path class="c" d="M10.3978,22.3186c-5.5073,8.4712-3.882,17.699,3.6303,20.6108,7.5123,2.9118,18.0667-1.5949,23.574-10.0661,5.5073-8.4712,3.882-17.699-3.6303-20.6108-5.662-2.1947-13.3032-.2047-19.184,4.9961"/></svg>
Copied!