The Tabler automatic gearbox icon visually represents an automatic transmission system, commonly used in UIs to denote features related to automated driving or vehicle settings.
Common uses
- Setting for automatic transmission mode
- Indicator for automated driving features
- Option within vehicle configuration menus
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconAutomaticGearbox } from '@tabler/icons-react';
<IconAutomaticGearbox size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconAutomaticGearbox size={24} stroke={2} />filled
<IconAutomaticGearboxFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Vehicles
- Keywords
- transmissiongearvehicleautomationsystemcardrivemechanismengagecontrolvehiclesautomaticgearboxauto transmissiongear selectordrive mode
FAQ
- What does the automatic gearbox icon represent?
- It symbolizes an automatic transmission system in a vehicle. It's used in UIs to indicate automated driving or transmission-related settings.
- How do I use this icon in React?
- You can import and use it directly with: import { IconAutomaticGearbox } from '@tabler/icons-react'. Then render it as <IconAutomaticGearbox />.
- What is the license for this icon?
- The Tabler icon library, including the automatic gearbox icon, is available 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 →