The Heroicons arrow right on rectangle icon depicts an arrow pointing to the right, entering a rectangular shape, commonly used to signify actions like 'sign in', 'log in', or 'export'.
Common uses
- Login button
- Sign up action
- Export data
Use it in React
Install
npm i @heroicons/reactImport & render
import { ArrowRightOnRectangleIcon } from '@heroicons/react/24/outline';
<ArrowRightOnRectangleIcon className="size-6" />Styles
Heroicons ships this icon in 3 styles — each its own import:
24/outline
<ArrowRightOnRectangleIcon className="size-6" />24/solid
<ArrowRightOnRectangleIcon className="size-6" />20/solid
<ArrowRightOnRectangleIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- arrowrightonrectanglelogin iconsign in iconenter iconexport icon
FAQ
- What does the arrow right on rectangle icon represent?
- It represents an action of moving into or entering a defined space, often used for login or sign-in functionalities.
- How do I use this icon in React?
- You can import and use it with: import { ArrowRightOnRectangleIcon } from '@heroicons/react/24/outline'
- What is the license for Heroicons?
- Heroicons are provided under the MIT license, allowing for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in Heroicons.
Looking for something else? Search Heroicons 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 →