The Phosphor memory icon visually represents computer memory or RAM, commonly used in interfaces to denote storage, processing power, or system specifications.
Common uses
- System information panels
- Hardware configuration settings
- Performance monitoring dashboards
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Memory } from '@phosphor-icons/react';
<Memory size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Memory size={24} />thin
<Memory size={24} weight="thin" />light
<Memory size={24} weight="light" />bold
<Memory size={24} weight="bold" />fill
<Memory size={24} weight="fill" />duotone
<Memory size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- technology & development
- Keywords
- *new*rammicrochipcomputercircuitelectronicstechnology & developmentmemorychipcomputer memory
FAQ
- What does the memory icon represent?
- It symbolizes computer memory (RAM) or related electronic components like microchips.
- How do I use the memory icon in React?
- Import it using `import { Memory } from '@phosphor-icons/react';` and then use it as a component: `<Memory size={24} />`.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free use.
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 →