Spowlo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Spowlo 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/347779.svg" alt="Spowlo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347779.svg" alt="Spowlo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347779.svg" alt="Spowlo icon" :width="24" :height="24" />
CSS background
.icon-spowlo {
background-image: url('https://proicons.com/icon/347779.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="M23.86,42.5c-4.34-2.7-7.22-7.51-7.22-13,0-8.45,6.85-15.3,15.3-15.3,4.1,0,7.82,1.6,10.56,4.22"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M12.4299,5.5l6.565,5.6675c1.3188,1.1385,2.3083,2.6098,2.8653,4.2607l2.7946,8.2826"/><circle class="b" cx="32.4402" cy="30.4386" r="2.7595"/><path class="b" d="M26.986,29.0803l1.1237-5.7464c.0753-.3851-.2945-.7074-.6657-.58l-5.5384,1.9c-.3712.1273-.4653.6088-.1695.8666l4.4147,3.8463c.2959.2578.7599.0986.8352-.2865Z"/></svg>
Copied!