The Tabler engine icon depicts a stylized engine, commonly used in UI to represent automotive features, mechanical settings, or performance-related options.
Common uses
- Car settings menu
- Vehicle diagnostics dashboard
- Automotive service section
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconEngine } from '@tabler/icons-react';
<IconEngine size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconEngine size={24} stroke={2} />filled
<IconEngineFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Vehicles
- Keywords
- carmotorautomotivedashboardenginetransporttravelvehicleautomobilemobilityvehiclesmotor iconcar partsautomotive settingsvehicle mechanics
FAQ
- What does the engine icon represent?
- It visually represents a car engine or motor. It's used in interfaces to signify anything related to a vehicle's mechanical or performance aspects.
- How do I use the engine icon in React?
- You can import and use it directly with the following statement: import { IconEngine } from '@tabler/icons-react'. Then, render it as <IconEngine />.
- What is the license for the Tabler engine icon?
- The Tabler icon library, including the engine 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 →