The Phosphor bounding box icon visually represents a rectangular frame, commonly used in user interfaces to indicate a selected area, a draggable region, or the boundaries of an object.
Common uses
- Selecting multiple items
- Defining a draggable area
- Highlighting an object's boundaries
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { BoundingBox } from '@phosphor-icons/react';
<BoundingBox size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<BoundingBox size={24} />thin
<BoundingBox size={24} weight="thin" />light
<BoundingBox size={24} weight="light" />bold
<BoundingBox size={24} weight="bold" />fill
<BoundingBox size={24} weight="fill" />duotone
<BoundingBox size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- polygonshapesoutlinecornersrectangledesignboundingboxselection boxframeoutline boxrectangle selector
FAQ
- What is the bounding box icon used for?
- It's used to show the outline or boundaries of an object or a selected area, often for manipulation or identification.
- How do I use the bounding box icon in React?
- You can import and use it like this: import { BoundingBox } from '@phosphor-icons/react'. Then, render it as a React component: <BoundingBox />.
- What is the license for this icon?
- The Phosphor icon library, including the bounding box icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →