The Lucide orbit icon visually represents a celestial body revolving around another, commonly used in interfaces to denote concepts related to space, astronomy, or cyclical processes.
Common uses
- Indicating a satellite's path
- Representing a planet's revolution
- Illustrating a cyclical data flow
Use it in React
Install
npm i lucide-reactImport & render
import { Orbit } from 'lucide-react';
<Orbit size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- planetspacephysicssatellitesmoonsorbitastronomy
FAQ
- What does the orbit icon represent?
- It depicts a curved path around a central point, often used for celestial bodies like planets or moons, or for cyclical processes.
- How do I use the orbit icon in React?
- You can import and use it directly from the Lucide React library with: import { Orbit } from 'lucide-react'.
- What is the license for the Lucide orbit icon?
- The Lucide icon library, including the orbit icon, is available under the ISC license.