The HugeIcons focus point icon visually represents a central point of attention or a target, commonly used to indicate a selected item, a search result, or an area of interest within an interface.
Common uses
- Highlighting a selected option in a list or menu.
- Indicating the current active element on a page.
- Marking a specific location or target on a map or diagram.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FocusPointIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FocusPointIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- targetcenterselectiondot
FAQ
- What is the purpose of the focus point icon?
- It signifies a point of concentration, selection, or emphasis within a user interface, drawing attention to a specific element.
- How do I use the FocusPointIcon in React?
- Import both HugeiconsIcon and FocusPointIcon, then render it using <HugeiconsIcon icon={FocusPointIcon} />.
- What is the license for this icon?
- The HugeIcons focus point icon is distributed under the MIT license, allowing for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.