The HugeIcons universal access circle icon visually represents accessibility features and is commonly used to indicate options or sections related to user accessibility.
Common uses
- Accessibility settings button
- Link to accessibility statement
- Toggle for high-contrast mode
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { UniversalAccessCircleIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={UniversalAccessCircleIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- accessibility iconaccess icondisability iconinclusive design icon
FAQ
- What does the universal access circle icon represent?
- This icon represents universal access, often signifying features or settings related to making a product or service accessible to all users, including those with disabilities.
- How do I use the UniversalAccessCircleIcon in React?
- Import both HugeiconsIcon and UniversalAccessCircleIcon, then render the icon using <HugeiconsIcon icon={UniversalAccessCircleIcon} />.
- What is the license for this icon?
- The HugeIcons library, including this icon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →