The Tabler zoom exclamation icon depicts a magnifying glass focused on an exclamation mark, commonly used to indicate an alert, warning, or error related to a specific location or search result.
Common uses
- Highlighting a critical error in a map search result.
- Indicating a required field with a map-related input.
- Signaling a navigation warning or alert.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconZoomExclamation } from '@tabler/icons-react';
<IconZoomExclamation size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconZoomExclamation size={24} stroke={2} />filled
<IconZoomExclamationFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Map
- Keywords
- alertcautionerrorsearchwarningzoomexclamationlocationnavigationmagnifymapmap alertsearch warninglocation errormagnify caution
FAQ
- What is the zoom exclamation icon used for?
- It's used to draw attention to a specific item, often indicating an alert, warning, or error, especially in contexts involving maps or search.
- How do I use the zoom exclamation icon in React?
- You can import and use it like this: import { IconZoomExclamation } from '@tabler/icons-react'; <IconZoomExclamation />.
- What is the license for this icon?
- The Tabler icons, including zoom exclamation, are 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 →