The HugeIcons gnome icon depicts a stylized gnome, often used to represent themes of fantasy, magic, or a friendly, whimsical character in user interfaces.
Common uses
- Fantasy game UI element
- Mascot or character representation
- Whimsical feature indicator
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { GnomeIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={GnomeIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- dwarf iconfantasy character iconmascot icongnome character
FAQ
- What is the GnomeIcon used for?
- The GnomeIcon is typically used to visually represent themes of fantasy, magic, or a friendly, whimsical character within a user interface.
- How do I use the GnomeIcon in React?
- To use the GnomeIcon in React, import both HugeiconsIcon and GnomeIcon, then render it using <HugeiconsIcon icon={GnomeIcon} />.
- What is the license for the HugeIcons gnome icon?
- The HugeIcons gnome icon is available under the MIT license, allowing for free use in both personal and commercial projects.