The HugeIcons meta icon depicts a stylized 'M' and is commonly used to represent the Meta (formerly Facebook) brand or related services.
Common uses
- Branding for Meta-related features
- Link to Meta social profiles
- Indicating content sourced from Meta
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MetaIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MetaIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- metafacebookm logosocial media
FAQ
- What is the MetaIcon used for?
- The MetaIcon is used to visually represent the Meta brand or services, often for branding or linking purposes.
- How do I use the MetaIcon in React?
- Import both HugeiconsIcon and MetaIcon, then render <HugeiconsIcon icon={MetaIcon} />.
- What is the license for HugeIcons?
- HugeIcons are distributed under the MIT license, allowing for free commercial and non-commercial use.