orientation image potrait to landscape icon
HugeIcons · OrientationImagePotraitToLandscapeIcon · MIT
The HugeIcons orientation image potrait to landscape icon visually represents the action of changing an image's orientation from a vertical (portrait) to a horizontal (landscape) format, commonly used in UI elements for image rotation or layout adjustments.
Common uses
- Image editor rotation control
- Gallery view layout toggle
- Content display orientation setting
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { OrientationImagePotraitToLandscapeIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={OrientationImagePotraitToLandscapeIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- rotate landscapeimage orientationvertical to horizontallayout change
FAQ
- What does this icon represent?
- This icon signifies the transformation of an image or content from a portrait (taller than wide) to a landscape (wider than tall) orientation.
- How do I use this icon in React?
- Import the icon component and use it within the HugeiconsIcon wrapper like this: import { HugeiconsIcon } from '@hugeicons/react'; import { OrientationImagePotraitToLandscapeIcon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={OrientationImagePotraitToLandscapeIcon} />.
- 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 →