orientation landscape to potrait icon
HugeIcons · OrientationLandscapeToPotraitIcon · MIT
The HugeIcons orientation landscape to potrait icon visually represents a change from a wide, horizontal screen orientation to a taller, vertical one, commonly used to indicate or control screen rotation.
Common uses
- Button to rotate screen to portrait mode
- Indicator for portrait-preferred content layout
- Setting to enforce portrait orientation
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { OrientationLandscapeToPotraitIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={OrientationLandscapeToPotraitIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- rotate screenportrait modescreen orientationvertical orientation
FAQ
- What does this icon represent?
- It depicts the transition from a landscape (wide) screen orientation to a portrait (tall) orientation. It's used in UIs to signify or control screen rotation.
- How do I use this icon in React?
- Import the icon component and use it within the HugeiconsIcon wrapper: import { HugeiconsIcon } from '@hugeicons/react'; import { OrientationLandscapeToPotraitIcon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={OrientationLandscapeToPotraitIcon} />.
- 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 →