The Tabler zoom in icon visually represents the action of magnifying a view, commonly used in user interfaces to enlarge content or a specific area.
Common uses
- Enlarging map details
- Increasing text size
- Zooming into an image preview
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconZoomIn } from '@tabler/icons-react';
<IconZoomIn size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconZoomIn size={24} stroke={2} />filled
<IconZoomInFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Map
- Keywords
- magnifying glasszoomlocationnavigationmagnifyenlargescalefocusviewinaccessibilitya11yvisionlow-visionmapscale up
FAQ
- What is the purpose of the zoom in icon?
- It signifies the action of making something appear larger. It's used in interfaces to allow users to get a closer look at content.
- How do I use the zoom in icon in React?
- You can import and use it directly from the '@tabler/icons-react' library like this: import { IconZoomIn } from '@tabler/icons-react'.
- What is the license for the Tabler zoom in icon?
- The Tabler icons, including the zoom in icon, are 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 →