The Phosphor target icon visually represents a bullseye, commonly used in UIs to indicate goals, objectives, or a specific point of focus.
Common uses
- Setting a goal or objective
- Indicating a specific location on a map
- Representing accuracy or precision settings
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Target } from '@phosphor-icons/react';
<Target size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Target size={24} />thin
<Target size={24} weight="thin" />light
<Target size={24} weight="light" />bold
<Target size={24} weight="bold" />fill
<Target size={24} weight="fill" />duotone
<Target size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- maps & travel
- Keywords
- bullseyeradararcheryaccuracyprecisionmaps & travelobjectstargetaimobjectivefocus
FAQ
- What is the purpose of the target icon?
- It signifies a goal, objective, or a precise point. It's often used for actions related to aiming or focusing.
- How do I use the target icon in React?
- You can import and use it like this: import { Target } from '@phosphor-icons/react'. Then render it as <Target />.
- What is the license for the Phosphor target icon?
- The Phosphor icon library, including the target 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 →