The Phosphor scroll icon depicts a rolled-up document, commonly used in UI to represent game inventory items, quest logs, or magical spells.
Common uses
- Displaying quest details in an RPG
- Representing a spellbook in a fantasy game
- Indicating a document or message in a UI
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Scroll } from '@phosphor-icons/react';
<Scroll size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Scroll size={24} />thin
<Scroll size={24} weight="thin" />light
<Scroll size={24} weight="light" />bold
<Scroll size={24} weight="bold" />fill
<Scroll size={24} weight="fill" />duotone
<Scroll size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- games
- Keywords
- *updated*parchmentpaperscriptspellfantasygamesobjectsscrolldocument
FAQ
- What does the scroll icon represent?
- It represents a rolled-up document, often used for items like parchment, scripts, spells, or quest logs in fantasy or game-related contexts.
- How do I use the scroll icon in React?
- You can import and use it like this: `import { Scroll } from '@phosphor-icons/react'`. Then render it as `<Scroll />`.
- What is the license for the Phosphor scroll icon?
- The Phosphor icon library, including the scroll 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 →