The Tabler radar icon visually represents a radar system, commonly used in UIs to indicate location tracking, signal detection, or search functionality.
Common uses
- Displaying active location tracking.
- Indicating a search or scanning process.
- Representing sonar or detection features.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconRadar } from '@tabler/icons-react';
<IconRadar size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconRadar size={24} stroke={2} />filled
<IconRadarFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Map
- Keywords
- locationnavigationgpsfindsignaltechnologysubmarineradargeographyplacemapsonar
FAQ
- What is the purpose of the radar icon?
- It's used to signify concepts related to detection, scanning, location, or signal transmission, often in map or navigation contexts.
- How do I use the radar icon in React?
- Import it using `import { IconRadar } from '@tabler/icons-react'` and then use it as a component: `<IconRadar />`.
- What is the license for the Tabler radar icon?
- The Tabler icon library, including the radar icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →