Spotiflyer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Spotiflyer 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/333213.svg" alt="Spotiflyer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333213.svg" alt="Spotiflyer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333213.svg" alt="Spotiflyer icon" :width="24" :height="24" />
CSS background
.icon-spotiflyer {
background-image: url('https://proicons.com/icon/333213.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="M36.5535,28.6069c-4.3888,0-7.9466,3.5577-7.9467,7.9465s3.5577,7.9466,7.9465,7.9467,7.9466-3.5577,7.9467-7.9465h0v-.0095c0-4.3836-3.5535-7.9371-7.9371-7.9372h-.0094Z"/><path class="b" d="M33.2689,32.6274c2.8965.9438,3.991,3.2321,3.8481,8.3427"/><polyline class="b" points="40.529 37.725 37.103 40.98 33.678 37.725"/><path class="b" d="M43.59,32.86c1.23-2.7,1.91-5.7,1.91-8.86,0-11.87-9.63-21.5-21.5-21.5S2.5,12.13,2.5,24s9.63,21.5,21.5,21.5c3.16,0,6.16-.68,8.86-1.91"/><path class="b" d="M11.5668,24.2807c7.8081-2.3692,17.5151-1.2216,24.1517,2.8567M10.3514,17.32c7.5945-2.3055,20.2195-1.8601,28.1974,2.876M12.33,30.67c6.86-1.57,12.91-1.26,18.02.92"/></svg>
Copied!