The Tabler crop portrait icon visually represents the action of cropping an image to a vertical aspect ratio, commonly used in UIs for image editing or selection features.
Common uses
- Image cropping tool
- Photo aspect ratio selection
- Vertical video thumbnail generation
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCropPortrait } from '@tabler/icons-react';
<IconCropPortrait size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCropPortrait size={24} stroke={2} />filled
<IconCropPortraitFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Design
- Keywords
- portrait-cropaspect-ratio-portraitvertical-cropportrait-modetall-cropportrait-formatvertical-aspectvertical-frameportraitcropdesignvertical cropportrait aspect ratioimage cropping verticaltall image crop
FAQ
- What is the crop portrait icon used for?
- It signifies cropping an image to a portrait (vertical) orientation. This is useful for features like photo editing or selecting images with a specific aspect ratio.
- How do I use the crop portrait icon in React?
- You can import and use it directly from the '@tabler/icons-react' library like this: import { IconCropPortrait } from '@tabler/icons-react'.
- What is the license for this icon?
- The Tabler icons, including crop-portrait, are available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →