The Phosphor flying saucer icon depicts a classic flying saucer, commonly used to represent themes related to space, aliens, or science fiction in user interfaces.
Common uses
- Representing a UFO sighting in a game.
- Icon for a 'space exploration' feature.
- Illustrating an 'alien invasion' theme.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { FlyingSaucer } from '@phosphor-icons/react';
<FlyingSaucer size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<FlyingSaucer size={24} />thin
<FlyingSaucer size={24} weight="thin" />light
<FlyingSaucer size={24} weight="light" />bold
<FlyingSaucer size={24} weight="bold" />fill
<FlyingSaucer size={24} weight="fill" />duotone
<FlyingSaucer size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- games
- Keywords
- ufospacealiensextra terrestrialsci-figamesobjectsflyingsaucerspace shipalien craftextraterrestrial
FAQ
- What is this icon typically used for?
- This icon is suitable for UI elements related to space, sci-fi, aliens, or games. It can visually represent concepts like UFOs or extraterrestrial themes.
- How do I use this icon in React?
- You can import and use the icon in React with: import { FlyingSaucer } from '@phosphor-icons/react'. Then render it as <FlyingSaucer size={24} />.
- What is the license for this icon?
- The Phosphor icon library, including the flying saucer icon, is available under the MIT license.