The Tabler bug icon depicts a stylized insect, commonly used in UI to represent errors, debugging, or issues within software.
Common uses
- Error message indicator
- Debugging tool button
- Report issue link
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconBug } from '@tabler/icons-react';
<IconBug size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconBug size={24} stroke={2} />filled
<IconBugFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Development
- Keywords
- germinsecterrornaturebugprogrammingsoftwarecodingtechnicaldeveloperdevelopmentdebuggingcode issue
FAQ
- What is the bug icon used for?
- It's typically used to signify errors, bugs, or issues in software. It can also represent debugging tools or reporting functionalities.
- How do I use the bug icon in React?
- You can import and use it like this: import { IconBug } from '@tabler/icons-react'. Then render it as <IconBug />.
- What is the license for the Tabler bug icon?
- The Tabler icon library, including the bug icon, is distributed 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 →