next-icons-logoNext IconsAll Icons
export type IconProps = {
  size?: number | string;
  color?: string;
  className?: string;
} & React.SVGProps<SVGSVGElement>;

export const BugIcon = ({
  size = 24,
  color = "currentColor",
  className,
  ...props
}: IconProps) => (
  <svg
    xmlns="http://www.w3.org/2000/svg"
    viewBox="0 0 24 24"
    width={size}
    height={size}
    fill={color}
    className={className}
    {...props}
  >
      <path d="M9 9h6v2H9zM9 13h6v2H9z" />
      <path d="m18 5.41 1.71-1.71-1.41-1.41-1.56 1.56c-1.25-1.15-2.91-1.86-4.73-1.86s-3.48.71-4.73 1.86L5.72 2.29 4.31 3.7l1.71 1.71a6.94 6.94 0 0 0-1 3.59h-2v2h2v2h-2v2h2c0 3.86 3.14 7 7 7s7-3.14 7-7h2v-2h-2v-2h2V9h-2c0-1.31-.37-2.54-1-3.59ZM17 13v2c0 2.76-2.24 5-5 5s-5-2.24-5-5V9c0-2.76 2.24-5 5-5s5 2.24 5 5z" />
  </svg>
);

Icon

Bug

Category

elements

Use case

Use this icon in navbar items, social link groups, profile actions, settings rows, and call-to-action buttons.

Size

48px

Color

#18181b

Related elements icons

AlarmBeerBoltBookCalenderClockCloudCoffee