The Tabler blob icon depicts an amorphous, organic shape often used to represent abstract concepts, data clusters, or fluid elements in user interfaces.
Common uses
- Representing data visualization clusters
- Abstract background elements
- Loading or processing indicators
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconBlob } from '@tabler/icons-react';
<IconBlob size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconBlob size={24} stroke={2} />filled
<IconBlobFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- shapeformmassclumpbulkgroupclusterlumppatchchunksystemblob
FAQ
- What is the blob icon typically used for?
- It's used for abstract concepts, fluid elements, or to visually group related items in a UI.
- How do I use the blob icon in React?
- You can import it using `import { IconBlob } from '@tabler/icons-react'` and then use it as a React component.
- What is the license for the blob icon?
- The Tabler icons, including the blob icon, are available under the MIT license.