The HugeIcons screen lock rotation icon visually represents the device's screen orientation lock, indicating that the screen's rotation is currently disabled.
Common uses
- Toggling screen rotation lock in device settings
- Indicating current orientation lock status
- Controlling screen orientation behavior in apps
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ScreenLockRotationIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ScreenLockRotationIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- orientation lockscreen orientationrotate lockportrait lock
FAQ
- What does the screen lock rotation icon represent?
- It signifies that the device's screen orientation is locked and will not change when the device is rotated.
- How do I use this icon in React?
- Import both HugeiconsIcon and ScreenLockRotationIcon, then render <HugeiconsIcon icon={ScreenLockRotationIcon} />.
- What is the license for this icon?
- This icon is provided under the MIT license, allowing for free use.
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 →