The HugeIcons spaceship icon depicts a rocket, commonly used to represent concepts like launching, exploration, or advanced technology.
Common uses
- Launch or start process button
- Navigation to a 'new' or 'explore' section
- Indicate a futuristic or high-tech feature
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SpaceshipIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SpaceshipIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- rocketlaunchspaceshuttle
FAQ
- What does the spaceship icon represent?
- It represents a rocket, often used for themes of launching, exploration, or advanced technology in user interfaces.
- How do I use the SpaceshipIcon in React?
- Import both HugeiconsIcon and SpaceshipIcon, then render it using <HugeiconsIcon icon={SpaceshipIcon} />.
- What is the license for this icon?
- The HugeIcons spaceship icon is available under the MIT license.