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

export const BoltNeoIcon = ({
  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="M15.28 6.44c-1.32 0-2.36.44-3.47 1.63L13.19 2H8.42L4.53 19.23 3.95 22l5.34-2.77.29-1.31c.82 1.11 2.25 1.63 3.71 1.63 4.55 0 6.75-4.45 6.75-7.91s-1.91-5.19-4.77-5.19Zm-2.83 8.99c-.85 0-1.61-.31-2.12-.85l.74-3.18c.56-.54 1.19-.85 1.93-.85 1.14 0 2.12.83 2.12 2.07 0 1.6-1.16 2.82-2.67 2.82Z" />
  </svg>
);

Icon

BoltNeo

Category

ai

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 ai icons

AnthropicClaudeAIDeepseekGeminiGithubCopilotLoomOllamaOpenSea