The Phosphor scribble loop icon depicts a hand-drawn, looping line, often used to represent informal notes, signatures, or design elements in a user interface.
Common uses
- Signature field indicator
- Doodle or sketch tool button
- Informal note marker
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ScribbleLoop } from '@phosphor-icons/react';
<ScribbleLoop size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ScribbleLoop size={24} />thin
<ScribbleLoop size={24} weight="thin" />light
<ScribbleLoop size={24} weight="light" />bold
<ScribbleLoop size={24} weight="bold" />fill
<ScribbleLoop size={24} weight="fill" />duotone
<ScribbleLoop size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- doodlesdrawingsignsignaturedesignscribbleloopdoodlefreehand
FAQ
- What is the scribble loop icon for?
- It represents informal drawings, signatures, or design elements. It's useful for indicating areas for freehand input or marking design-related features.
- How do I use the scribble loop icon in React?
- You can import it directly from the library like this: `import { ScribbleLoop } from '@phosphor-icons/react'`. Then use it as a component: `<ScribbleLoop />`.
- What is the license for this icon?
- The Phosphor icon library, including the scribble loop 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 →