Target Pixel Art Icon
A target or crosshair icon for aiming mechanics, precision tools, 'Find my location' features, and focus states.
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Target icon
A crosshair or ringed target, communicating precision, aiming, and location focus. In games it suits a scope or aiming-mode indicator; in productivity tools it works as a 'Focus on this item' action; in maps it triggers a 'Center on my location' function. Its meaning adapts across domains as long as precision or centering is the core concept. For goal-oriented contexts (OKRs, campaigns) that need a softer tone, the bullseye or goal icon feels less aggressively aimed.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/target.svg" width="24" height="24" alt="Target" />
<!-- React -->
import { Target } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="target.svg" width="48" height="48" style="image-rendering: pixelated" />