The HugeIcons property new icon visually represents a new or unassigned property, often used to indicate a newly added item or a default state.
Common uses
- Highlighting new listings in a real estate app.
- Indicating a default or unassigned setting.
- Signaling a recently added feature or item.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { PropertyNewIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={PropertyNewIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- new propertyunassigneddefault itemadded
FAQ
- What does the PropertyNewIcon represent?
- It signifies a new or unassigned property, commonly used for new items or default states.
- How do I use PropertyNewIcon in React?
- Import both HugeiconsIcon and PropertyNewIcon, then render <HugeiconsIcon icon={PropertyNewIcon} />.
- What is the license for this icon?
- The PropertyNewIcon is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
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 →