The HugeIcons wordpress icon depicts the official WordPress logo, commonly used in UIs to represent the WordPress platform, content management system, or related services.
Common uses
- Link to WordPress website
- Identify WordPress-powered sites
- WordPress plugin/theme settings
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { WordpressIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={WordpressIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- wordpress logocms iconblogger iconwebsite platform
FAQ
- What does the WordpressIcon represent?
- The WordpressIcon represents the official logo of WordPress, a popular content management system. It's used to signify WordPress itself or related functionalities.
- How do I use the WordpressIcon in React?
- To use the WordpressIcon in React, import it from '@hugeicons/core-free-icons' and render it using the HugeiconsIcon component from '@hugeicons/react' like this: <HugeiconsIcon icon={WordpressIcon} />.
- What is the license for the HugeIcons WordpressIcon?
- The HugeIcons WordpressIcon is available under the MIT license, allowing for free use in both personal and commercial projects.