The HugeIcons stroke left icon depicts a leftward-pointing arrow formed by a thick line, commonly used to indicate navigation back, previous actions, or moving to a preceding state.
Common uses
- Back button
- Previous item navigation
- Undo action
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { StrokeLeftIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={StrokeLeftIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- arrow leftpreviousbackleft arrow
FAQ
- What is the StrokeLeftIcon used for?
- It's used for navigation, indicating movement backward or to a previous state, such as a back button or going to the previous page.
- How do I use StrokeLeftIcon in React?
- Import it using `import { StrokeLeftIcon } from '@hugeicons/core-free-icons';` and render it as `<HugeiconsIcon icon={StrokeLeftIcon} />` after importing `HugeiconsIcon`.
- What is the license for this icon?
- This icon is 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 HugeIcons.
Looking for something else? Search HugeIcons 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 →