The Heroicons bug ant icon depicts a stylized ant, commonly used to represent debugging, errors, or issues within a software application.
Common uses
- Debugging tools
- Error reporting
- Issue tracking
Use it in React
Install
npm i @heroicons/reactImport & render
import { BugAntIcon } from '@heroicons/react/24/outline';
<BugAntIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<BugAntIcon className="size-6" />24/solid
<BugAntIcon className="size-6" />20/solid
<BugAntIcon className="size-6" />16/solid
<BugAntIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- bugantinsectdebugerrorissue
FAQ
- What is the bug ant icon used for?
- It's typically used to signify debugging, errors, or issues in software interfaces.
- How do I use the bug ant icon in React?
- Import it using: `import { BugAntIcon } from '@heroicons/react/24/outline'`. Then use it as a React component: `<BugAntIcon />`.
- What is the license for Heroicons?
- Heroicons are released under the MIT license, allowing for free use.