The HugeIcons absolute icon depicts a point or marker, commonly used to signify a specific location, origin, or a fixed position within a UI.
Common uses
- Map markers
- Origin points
- Fixed position indicators
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { AbsoluteIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={AbsoluteIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- locationpinpointorigin
FAQ
- What does the absolute icon represent?
- It represents a specific point or location, often used for origins, fixed positions, or map markers.
- How do I use the AbsoluteIcon in React?
- Import both HugeiconsIcon and AbsoluteIcon, then render <HugeiconsIcon icon={AbsoluteIcon} />.
- What is the license for this icon?
- This icon is provided under the MIT license.