4k Linear Icon
<i class="cil-4k"></i>About
The 4K linear icon represents ultra-high-definition video quality in web projects. 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 HTML.
The linear design ensures clear readability even at small sizes, making it ideal for quality badges, settings panels, and content metadata displays in web projects.
Common Use Cases
Video Quality Badge
Display 4K availability on video thumbnails in your HTML app
Quality Settings
Let users select 4K playback in your HTML video players
Content Filter
Filter 4K content in your HTML 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 Icons in your project, you need to install the package as a dependency. Follow the instructions below based on your package manager of choice:
Using npm
npm install @coreui/iconsUsing yarn
yarn add @coreui/iconsUsage
Once you have the package installed, you can use the icons in your project. Here's a basic example:
<i class="cil-4k"></i>Read the full CoreUI Icons documentation for HTML to see all available usage patterns and options.