The HugeIcons axis three d icon visually represents a 3D coordinate system, commonly used in UIs to indicate spatial orientation, 3D views, or transformation controls.
Common uses
- 3D model viewer controls
- Spatial data visualization
- Object manipulation gizmos
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { AxisThreeDIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={AxisThreeDIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- 3d axisxyz axiscoordinate system3d orientation
FAQ
- What does the axis three d icon represent?
- It depicts a standard 3D Cartesian coordinate system (X, Y, Z axes) to signify 3D space or orientation.
- How do I use the AxisThreeDIcon in React?
- Import both HugeiconsIcon and AxisThreeDIcon, then render <HugeiconsIcon icon={AxisThreeDIcon} />.
- What is the license for this icon?
- The AxisThreeDIcon is available under the MIT license, allowing for free commercial and non-commercial use.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →