The Tabler accessible icon depicts a stylized person in a wheelchair, commonly used to indicate accessibility features, services, or locations for people with disabilities.
Common uses
- Button to access accessibility options
- Label for wheelchair-accessible restrooms
- Indicator for accessible public transport
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconAccessible } from '@tabler/icons-react';
<IconAccessible size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconAccessible size={24} stroke={2} />filled
<IconAccessibleFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Health
- Keywords
- low-visionblinddisabilityhandicappedaccessibleaccessibilityinclusivebarrier-freehealthwheelchair icondisability iconaccessibility symbolinclusive design
FAQ
- What does the accessible icon represent?
- It represents accessibility and is used to denote features or areas that are usable by people with disabilities, particularly those using wheelchairs.
- How do I use the accessible icon in React?
- You can import and use it in React with: `import { IconAccessible } from '@tabler/icons-react'`.
- What is the license for the Tabler accessible icon?
- The Tabler icon library, including the accessible icon, is released under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →