The Tabler asset icon depicts a stylized gear or cog, commonly used to represent settings, configuration, or technical processes within a user interface.
Common uses
- Settings or preferences menu item
- Button to access system configuration
- Loading or processing indicator
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconAsset } from '@tabler/icons-react';
<IconAsset size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconAsset size={24} stroke={2} />filled
<IconAssetFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Development
- Keywords
- assemblyengineeringmanufacturingproductionroboticsassetprogrammingsoftwarecodingtechnicaldevelopmentgearcogsettingsconfiguration
FAQ
- What does the asset icon represent?
- The asset icon typically symbolizes settings, configuration, or a technical process, often visualized as a gear or cog.
- How do I use the asset icon in React?
- You can import and use it in React with: import { IconAsset } from '@tabler/icons-react'
- What is the license for the Tabler asset icon?
- The Tabler asset icon is available under the MIT license.