The Tabler zoom question icon visually represents a magnifying glass with a question mark, commonly used to indicate a search or help function related to location or maps.
Common uses
- Help button for map features
- Search icon for location-based queries
- Button to ask a question about a map area
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconZoomQuestion } from '@tabler/icons-react';
<IconZoomQuestion size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconZoomQuestion size={24} stroke={2} />filled
<IconZoomQuestionFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Map
- Keywords
- askhelpsupportcue?zoomquestionlocationnavigationmagnifymapmap helpsearch locationzoom helpquestion mark zoom
FAQ
- What is the purpose of the zoom question icon?
- It's used to signify a search, help, or question related to zooming in on or navigating a map or location.
- How do I use this icon in React?
- Import it using `import { IconZoomQuestion } from '@tabler/icons-react'` and then use it as a React component.
- What is the license for this icon?
- The Tabler icon library, including this 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 →