Spck Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Spck 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/347719.svg" alt="Spck icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347719.svg" alt="Spck icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347719.svg" alt="Spck icon" :width="24" :height="24" />
CSS background
.icon-spck {
background-image: url('https://proicons.com/icon/347719.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="m5.7361,13.3069l8.9979,5.2656,9.266,5.4226,9.266,5.4324-8.0675,4.7212c-.7403.4332-1.6567.4332-2.397,0l-8.0675-4.7212-8.3502-4.8956c-.5672-.3326-.9157-.9408-.9157-1.5984v-8.6184c0-.7217.3828-1.3892,1.0056-1.7537L22.6843,3.0748c.8126-.4756,1.8187-.4756,2.6313,0l17.2163,10.0752-7.138,4.1772c-1.3143.7692-2.9414.7692-4.2558,0"/><line class="c" x1="42.2113" y1="34.6624" x2="33.266" y2="29.4275"/><path class="c" d="m14.734,18.5725l8.0675-4.7211c.7403-.4332,1.6567-.4332,2.3969,0l8.0675,4.7211,8.3489,4.8859c.5679.3324.917.9411.917,1.5991v8.3994c0,.8629-.4577,1.661-1.2024,2.0968l-16.0139,9.3715c-.8126.4756-1.8187.4756-2.6313,0l-17.2163-10.0751,7.138-4.1773c1.3143-.7692,2.9415-.7692,4.2558,0"/></svg>
Copied!