The Phosphor selection foreground icon visually represents the active or highlighted area within a user interface element, often used to indicate the currently selected content or region.
Common uses
- Highlighting selected text in an editor
- Indicating the active area in a design tool
- Showing the current focus in a form field
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { SelectionForeground } from '@phosphor-icons/react';
<SelectionForeground size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<SelectionForeground size={24} />thin
<SelectionForeground size={24} weight="thin" />light
<SelectionForeground size={24} weight="light" />bold
<SelectionForeground size={24} weight="bold" />fill
<SelectionForeground size={24} weight="fill" />duotone
<SelectionForeground size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- marquisdesigneditorselectionforegroundeditor selectionhighlightactive area
FAQ
- What does the selection foreground icon represent?
- It signifies the active or highlighted portion of a UI element, like selected text or an active design area.
- How do I use this icon in React?
- Import it as SelectionForeground from '@phosphor-icons/react' and use it as a component: <SelectionForeground />.
- What is the license for this icon?
- The Phosphor icon library, including this 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 →