The Tabler zoom icon depicts a magnifying glass, commonly used in user interfaces to initiate a search or to magnify content.
Common uses
- Search bar activation
- Image enlargement button
- Map view adjustment
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconZoom } from '@tabler/icons-react';
<IconZoom size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconZoom size={24} stroke={2} />filled
<IconZoomFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Map
- Keywords
- findmagnifiermagnifying glasszoomlocationnavigationmagnifyenlargescalefocusmapsearch
FAQ
- What is the purpose of the zoom icon?
- The zoom icon is typically used to represent search functionality or to indicate an action that will enlarge or magnify a view.
- How do I use the zoom icon in React?
- You can import and use it in your React components like this: import { IconZoom } from '@tabler/icons-react'.
- What is the license for the Tabler zoom icon?
- The Tabler zoom icon is distributed 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 →