The HugeIcons wikipedia icon depicts the Wikipedia logo and is typically used to link to Wikipedia content or indicate a connection to the online encyclopedia.
Common uses
- Link to a Wikipedia article
- Indicate external information source
- Branding element for Wikipedia-related features
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { WikipediaIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={WikipediaIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- wikipedia logoencyclopedia iconknowledge icon
FAQ
- What does the Wikipedia icon represent?
- The icon represents the official logo of Wikipedia, the free online encyclopedia.
- How do I use the Wikipedia icon in React?
- Import both HugeiconsIcon and WikipediaIcon, then render <HugeiconsIcon icon={WikipediaIcon} />.
- What is the license for this icon?
- This icon is available under the MIT license.