Spacetrader Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Spacetrader 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/347700.svg" alt="Spacetrader icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347700.svg" alt="Spacetrader icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347700.svg" alt="Spacetrader icon" :width="24" :height="24" />
CSS background
.icon-spacetrader {
background-image: url('https://proicons.com/icon/347700.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M33.66,29.08a10.86,10.86,0,0,1-19.34,0"/><path class="a" d="M34.65,21.71c3.87,1.61,3,3.82-2,5.14a39,39,0,0,1-17.47,0c-5-1.32-5.78-3.54-1.89-5.15"/><path class="a" d="M33.61,18.85c7.7,1.32,11.5,4,9.25,6.61s-10,4.38-18.83,4.38S7.43,28.05,5.16,25.48s1.49-5.3,9.18-6.62"/><path class="a" d="M13.31,26.21a11,11,0,0,1,4.6-11.34,10.82,10.82,0,0,1,12.14,0A11,11,0,0,1,34.67,26.2"/></svg>
Copied!