orientation potrait to landscape icon
HugeIcons · OrientationPotraitToLandscapeIcon · MIT
The HugeIcons orientation potrait to landscape icon visually represents a change from a vertical to a horizontal screen orientation, commonly used to indicate or control screen rotation in applications.
Common uses
- Screen rotation toggle button
- Device orientation settings
- Fullscreen mode activation
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { OrientationPotraitToLandscapeIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={OrientationPotraitToLandscapeIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- rotate screenscreen orientationlandscape modechange orientation
FAQ
- What does the orientation potrait to landscape icon represent?
- It depicts the transition from a portrait (vertical) screen view to a landscape (horizontal) view, signaling a change in device orientation.
- How do I use this icon in React?
- Import it as `import { OrientationPotraitToLandscapeIcon } from '@hugeicons/core-free-icons';` and render it using `<HugeiconsIcon icon={OrientationPotraitToLandscapeIcon} />` from '@hugeicons/react'.
- 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 →