The Phosphor cube icon depicts a three-dimensional cube, commonly used in UIs to represent 3D objects, volumetric data, or game-related elements.
Common uses
- Representing a 3D model viewer.
- Indicating a volumetric measurement or data.
- Styling for a game asset or inventory item.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Cube } from '@phosphor-icons/react';
<Cube size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Cube size={24} />thin
<Cube size={24} weight="thin" />light
<Cube size={24} weight="light" />bold
<Cube size={24} weight="bold" />fill
<Cube size={24} weight="fill" />duotone
<Cube size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- squarebox3dvolumeblocksdesigngamesobjectscube3d shape
FAQ
- What is the cube icon used for?
- It's typically used to represent 3D objects, volumetric data, or elements related to games and design.
- How do I use the cube icon in React?
- You can import it directly using: import { Cube } from '@phosphor-icons/react'
- What is the license for this icon?
- The Phosphor icon library, including the cube icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →