4k Linear Icon for React
<CIcon icon={cil4k} />About
The 4K linear icon represents ultra-high-definition video quality in React applications. Use this icon to indicate 4K resolution support, quality settings, or premium video content. Perfect for video players, streaming platforms, and media management applications built with React.
The linear design ensures clear readability even at small sizes, making it ideal for quality badges, settings panels, and content metadata displays in React applications.
Common Use Cases
Video Quality Badge
Display 4K availability on video thumbnails in your React app
Quality Settings
Let users select 4K playback in React video players
Content Filter
Filter 4K content in React media libraries
Best Practices
- Use color coding to distinguish quality levels
- Show only when 4K content is actually available
- Consider bandwidth implications in mobile apps
Installation
To start using CoreUI React Icons in your project, you need to install it as a dependency. Follow the instructions below based on your package manager of choice:
Using npm
npm install @coreui/icons @coreui/icons-reactUsing yarn
yarn add @coreui/icons @coreui/icons-reactUsage
Once you have the package installed, you can import and use the icons in your React project. Here's a basic example:
import { CIcon } from '@coreui/icons-react';
import { cil4k } from '@coreui/icons';
<CIcon icon={cil4k} />Read the full CoreUI React Icon component documentation to see the complete API and integration guide.