The Phosphor notches icon depicts a series of small, parallel lines often used to indicate a resizable area or a drag handle in user interfaces.
Common uses
- Resizable text areas
- Drag handles for window resizing
- Grip for draggable elements
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Notches } from '@phosphor-icons/react';
<Notches size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Notches size={24} />thin
<Notches size={24} weight="thin" />light
<Notches size={24} weight="light" />bold
<Notches size={24} weight="bold" />fill
<Notches size={24} weight="fill" />duotone
<Notches size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- textarearesizedrag handleknurlingsystemeditornotchesresize handledrag griptextarea grip
FAQ
- What is the notches icon used for?
- It typically signifies a UI element that can be resized or dragged, like a text area or a window border.
- How do I use the notches icon in React?
- Import it using `import { Notches } from '@phosphor-icons/react'` and then render the `<Notches />` component.
- What is the license for the Phosphor notches icon?
- The Phosphor icon library, including the notches icon, is available under the MIT license.
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 →