The Tabler zoom out icon visually represents the action of decreasing the scale or magnification of content, commonly used in interfaces to show a broader view.
Common uses
- Shrinking map view to see more area
- Reducing image size in a gallery
- Decreasing text size for readability
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconZoomOut } from '@tabler/icons-react';
<IconZoomOut size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconZoomOut size={24} stroke={2} />filled
<IconZoomOutFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Map
- Keywords
- magnifying glasszoomoutlocationnavigationmagnifyenlargescalefocusviewaccessibilitya11yvisionmapmagnify-minusreduce
FAQ
- What is the purpose of the zoom out icon?
- It signifies reducing the scale or magnification of an element or view, allowing users to see a wider perspective.
- How do I use the zoom out icon in React?
- You can import and use it directly with: import { IconZoomOut } from '@tabler/icons-react'
- What is the license for the Tabler zoom out icon?
- The Tabler icons, including zoom-out, 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 →