The Lucide square chevron right icon depicts a chevron pointing right within a square, commonly used to indicate moving forward, expanding a menu, or indicating a greater than relationship.
Common uses
- Expand/collapse side panel
- Next step in a wizard
- Greater than comparison
Use it in React
Install
npm i lucide-reactImport & render
import { SquareChevronRight } from 'lucide-react';
<SquareChevronRight size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- forwardnextmore thangreatermenupanelcodecodingcommand lineterminalpromptshellconsole>squarechevron
FAQ
- What is the square chevron right icon used for?
- It's typically used for actions like moving forward, expanding menus or panels, or indicating a 'greater than' relationship in UI elements.
- How do I use this icon in React?
- You can import and use it directly from the 'lucide-react' library with: import { SquareChevronRight } from 'lucide-react'.
- What is the license for Lucide icons?
- Lucide icons are distributed under the ISC license, which is a permissive free software license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →