John KuehJohn Kueh

crosshair simple icon

Phosphor · crosshair-simple · MIT

Download SVG

The Phosphor crosshair simple icon depicts a targeting reticle, commonly used in user interfaces to indicate a precise location, focus point, or aiming target.

Common uses

  • Map marker for current location
  • UI element for aiming or targeting functionality
  • Indication of a selected or focused area

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { CrosshairSimple } from '@phosphor-icons/react';

<CrosshairSimple size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<CrosshairSimple size={24} />
thin
<CrosshairSimple size={24} weight="thin" />
light
<CrosshairSimple size={24} weight="light" />
bold
<CrosshairSimple size={24} weight="bold" />
fill
<CrosshairSimple size={24} weight="fill" />
duotone
<CrosshairSimple size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
maps & travel
Keywords
geolocationgpsaimingtargetingmaps & travelsystemcrosshairsimpletargetreticlecrosshairslocation marker

FAQ

What is the crosshair simple icon used for?
It's typically used to represent precise locations, aiming points, or areas of focus within an interface, especially in map or targeting contexts.
How do I use the crosshair simple icon in React?
Import it from the library like this: import { CrosshairSimple } from '@phosphor-icons/react'. Then use it as a component: <CrosshairSimple />.
What is the license for this icon?
The Phosphor icon library, including the crosshair simple 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 →