No Mans Sky Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The No Mans Sky 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/330253.svg" alt="No Mans Sky icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330253.svg" alt="No Mans Sky icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330253.svg" alt="No Mans Sky icon" :width="24" :height="24" />
CSS background
.icon-no-mans-sky {
background-image: url('https://proicons.com/icon/330253.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="c" x1="11.4655" y1="18.784" x2="24" y2="13.6893"/><polygon class="c" points="24 44.5 36.5345 18.784 24 3.5 11.4655 18.784 24 44.5"/><line class="c" x1="36.5345" y1="18.784" x2="24" y2="13.6893"/><line class="c" x1="24" y1="3.5" x2="24" y2="44.5"/><path class="c" d="m24,24.4498c3.1291,0,5.6658-2.5367,5.6658-5.6658,0-1.1734-.3567-2.2635-.9676-3.1678"/></svg>
Copied!