The HugeIcons qwen icon depicts a stylized representation of a Qwen (a type of cat), often used to signify themes related to pets, animals, or specific brand mascots.
Common uses
- Pet adoption platform
- Veterinary clinic website
- Animal-themed game UI
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { QwenIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={QwenIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- cat iconfeline iconpet icon
FAQ
- What does the Qwen icon represent?
- The Qwen icon represents a Qwen, a breed of cat. It's typically used for themes involving animals or pets.
- How do I use the Qwen icon in React?
- To use the Qwen icon in React, import HugeiconsIcon and QwenIcon from their respective packages and render them as <HugeiconsIcon icon={QwenIcon} />.
- What is the license for the Qwen icon?
- The Qwen icon is distributed under the MIT license, allowing for free use in both personal and commercial projects.