The Tabler mesh icon depicts a 3D wireframe grid, commonly used to represent structural elements, data visualization, or abstract design patterns in UI.
Common uses
- Loading indicator for complex data
- Background pattern for design elements
- Placeholder for 3D model previews
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconMesh } from '@tabler/icons-react';
<IconMesh size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Design
- Keywords
- meshgridgraphic3dwireframelatticestructurepatterndesign
FAQ
- What does the mesh icon represent?
- It visually represents a 3D wireframe grid, often used for structural, data, or design pattern concepts.
- How do I use the mesh icon in React?
- You can import it using `import { IconMesh } from '@tabler/icons-react'` and then use it as a component: `<IconMesh />`.
- What is the license for this icon?
- The Tabler icons, including the mesh icon, are distributed under the MIT license.