The Phosphor scribble icon depicts a hand-drawn squiggle, often used to represent freeform drawing, doodling, or a signature in user interfaces.
Common uses
- Button for a drawing tool
- Icon for a 'sign here' field
- Visual indicator for user-generated content
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Scribble } from '@phosphor-icons/react';
<Scribble size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Scribble size={24} />thin
<Scribble size={24} weight="thin" />light
<Scribble size={24} weight="light" />bold
<Scribble size={24} weight="bold" />fill
<Scribble size={24} weight="fill" />duotone
<Scribble size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- *new*doodlessquiggledrawingsignsignaturedesignscribbledoodle
FAQ
- What is the scribble icon used for?
- It's commonly used to signify drawing, doodling, or a signature. It can also represent user-generated content or design elements.
- How do I use the scribble icon in React?
- You can import and use it like this: `import { Scribble } from '@phosphor-icons/react'; <Scribble />`.
- What is the license for the Phosphor scribble icon?
- The Phosphor icon library, including the scribble 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 →