The HugeIcons framer icon visually represents a frame or a boundary, often used in UI design to delineate distinct sections or elements.
Common uses
- Framing content blocks
- Creating modal or popup windows
- Indicating editable areas
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FramerIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FramerIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- framebordercontainerboundary
FAQ
- What does the framer icon represent?
- The framer icon represents a visual frame or boundary, commonly used to section off parts of a user interface.
- How do I use the FramerIcon in React?
- Import both HugeiconsIcon and FramerIcon, then render <HugeiconsIcon icon={FramerIcon} />.
- What is the license for this icon?
- This icon is distributed under the MIT license.
Looking for something else? Search HugeIcons 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 →