The HugeIcons zoom circle icon visually represents magnification or focus, commonly used in user interfaces to indicate actions like zooming in, zooming out, or searching.
Common uses
- Zooming in/out of content
- Opening a search modal
- Magnifying an image preview
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ZoomCircleIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ZoomCircleIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- magnifysearchenlargefocus
FAQ
- What is the purpose of the zoom circle icon?
- This icon typically signifies actions related to magnification, such as zooming in or out on content, or initiating a search function.
- How do I use the ZoomCircleIcon in React?
- Import both HugeiconsIcon and ZoomCircleIcon, then render the icon using <HugeiconsIcon icon={ZoomCircleIcon} />.
- What is the license for this icon?
- The HugeIcons ZoomCircleIcon is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.