Accessibility Solid Icon
<i class="cis-accessibility"></i>About
The accessibility solid icon is fundamental for marking accessible features in web projects. Use this icon to indicate accessibility settings, WCAG compliance, or inclusive design features. Essential for any web project that prioritizes accessibility and universal design principles.
This solid icon provides immediate visual recognition of accessibility features, helping users quickly identify inclusive functionality in your web project.
Common Use Cases
Accessibility Settings
Mark accessibility preferences panel in your web project
WCAG Compliance Badge
Indicate WCAG-compliant sections in your HTML interfaces
Inclusive Features
Highlight accessibility-focused features in your HTML apps
Best Practices
- Always include descriptive aria-labels
- Use high contrast colors for visibility
- Make interactive elements keyboard accessible
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/icons-proUsing yarn
yarn add @coreui/icons-proUsage
Once you have the package installed, you can use the icons in your project. Here's a basic example:
<i class="cis-accessibility"></i>Read the full CoreUI Icons documentation for HTML to see all available usage patterns and options.