The Tabler aspect ratio icon visually represents the proportional relationship between an image or video's width and height, commonly used in UI to indicate or control display dimensions.
Common uses
- Setting image or video display dimensions.
- Toggling between different screen size presets.
- Indicating content fitting within a specific frame.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconAspectRatio } from '@tabler/icons-react';
<IconAspectRatio size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconAspectRatio size={24} stroke={2} />filled
<IconAspectRatioFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Media
- Keywords
- sizedimensionwidthheightorientationaspectratiocontententertainmentmultimediamediascreen sizedimensionswidth heightcontent size
FAQ
- What is the aspect ratio icon used for?
- It's used to represent or adjust the proportional relationship between width and height, often for media display settings.
- How do I use this icon in React?
- Import it using `import { IconAspectRatio } from '@tabler/icons-react'` and then use it as a component: `<IconAspectRatio />`.
- What is the license for this icon?
- The Tabler icons, including the aspect ratio icon, are distributed 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 →