The Tabler box align top left icon visually represents the alignment of content to the top-left corner of a container, commonly used in UI design to indicate positioning or layout options.
Common uses
- Setting default text alignment
- Specifying image placement within a frame
- Defining the origin point for transformations
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconBoxAlignTopLeft } from '@tabler/icons-react';
<IconBoxAlignTopLeft size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconBoxAlignTopLeft size={24} stroke={2} />filled
<IconBoxAlignTopLeftFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Design
- Keywords
- cubesideupnorth-westboxaligntopleftcreativeartisticdesignalign top lefttop left originlayout top leftnorthwest alignment
FAQ
- What is the purpose of the box align top left icon?
- This icon signifies aligning elements to the top-left position within a layout or interface, often used for setting or indicating layout properties.
- How do I use this icon in React?
- You can import and use it in your React application with: import { IconBoxAlignTopLeft } from '@tabler/icons-react'.
- What is the license for this icon?
- The Tabler icon set, including this icon, is 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 →