Interstellar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Interstellar 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/342054.svg" alt="Interstellar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342054.svg" alt="Interstellar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342054.svg" alt="Interstellar icon" :width="24" :height="24" />
CSS background
.icon-interstellar {
background-image: url('https://proicons.com/icon/342054.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"><path d="M7.6725,36.2832c-.8911-.6262-1.6005-1.3908-2.111-2.275-3.3073-5.7279,2.2668-15.1375,12.45-21.017,10.1833-5.8794,21.1195-6.0022,24.4267-.2743,0,.0002.0002.0003.0003.0005h0c3.3073,5.7279-2.2668,15.1375-12.45,21.017-4.6564,2.6884-9.7126,4.2862-14.153,4.4726" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M36.0201,18.0442c.7137,3.6412-2.7664,8.5807-8.2938,11.772-6.3646,3.6745-13.1922,3.7641-15.25.1999-1.1655-2.0187-.577-4.8951,1.5904-7.7733" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><circle cx="11.6061" cy="37.9032" r="1.5968" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><circle cx="34.1571" cy="14.2272" r="1.5968" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><circle cx="23.5971" cy="21.3852" r="5.855" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!