Spin Premia Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Spin Premia 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/347748.svg" alt="Spin Premia icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347748.svg" alt="Spin Premia icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347748.svg" alt="Spin Premia icon" :width="24" :height="24" />
CSS background
.icon-spin-premia {
background-image: url('https://proicons.com/icon/347748.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="M17.0172,35.0968c1.3449,1.751,3.0314,2.4032,5.3777,2.4032h3.2471c3.0218,0,5.4714-2.4496,5.4714-5.4714v-.0236c0-3.0218-2.4496-5.4714-5.4714-5.4714h-3.5818c-3.025,0-5.4773-2.4523-5.4773-5.4773h0c0-3.0316,2.4576-5.4891,5.4891-5.4891h3.2294c2.3463,0,4.0328.6522,5.3777,2.4032"/><circle class="c" cx="34.3153" cy="14.5852" r="2.5776"/><path class="c" d="M32.3168,12.9599c-6.0475-4.0931-14.2475-2.9798-19.2097,2.6072"/><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!