Spaceflight Simulator Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Spaceflight Simulator 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/333135.svg" alt="Spaceflight Simulator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333135.svg" alt="Spaceflight Simulator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333135.svg" alt="Spaceflight Simulator icon" :width="24" :height="24" />
CSS background
.icon-spaceflight-simulator {
background-image: url('https://proicons.com/icon/333135.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"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="22.0975" y="6.5596" width="4.4825" height="35.8603" transform="translate(24.4455 -10.0372) rotate(45)"/><path class="b" d="m35.4325,10.2264l4.3915-1.9008c.4754-.2058.9546.2822.7403.7538l-1.9621,4.3166"/><rect class="b" x="17.6429" y="26.3186" width="4.4825" height="17.9302" transform="translate(30.7732 -3.7259) rotate(45)"/><path class="b" d="m24.6386,27.3596l4.3915-1.9008c.4754-.2058.9546.2822.7403.7538l-1.9621,4.3166"/><rect class="b" x="11.3036" y="19.9793" width="4.4825" height="17.9302" transform="translate(24.434 -1.1) rotate(45)"/><path class="b" d="m18.2993,21.0203l4.3915-1.9008c.4754-.2058.9546.2822.7403.7538l-1.9621,4.3166"/><polyline class="b" points="6.7399 34.818 3.6168 36.575 5.9142 38.8724 7.6713 35.7494"/><polyline class="b" points="13.0792 41.1573 9.9561 42.9143 12.2535 45.2117 14.0105 42.0886"/><polyline class="b" points="11.2869 36.795 8.2993 38.6876 10.1409 40.5292 12.0335 37.5416"/></svg>
Copied!