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

export const ThunderIcon = ({
  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="m19.89,2.54c-.17-.33-.51-.54-.89-.54h-9c-.39,0-.75.23-.91.59l-5,11c-.14.31-.11.67.07.96.18.29.5.46.84.46h5v6c0,.43.28.82.69.95.1.03.21.05.31.05.31,0,.62-.15.81-.41l8-11c.22-.3.25-.71.08-1.04-.17-.34-.52-.55-.89-.55h-3.06l3.87-5.42c.22-.3.25-.71.08-1.04Zm-6.7,6.88c-.22.3-.25.71-.08,1.04s.51.54.89.54h3.04l-5.04,6.92v-3.92c0-.55-.45-1-1-1h-4.45l4.09-9h6.41l-3.87,5.42Z" />
  </svg>
);

Icon

Thunder

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

AlarmBeerBoltBookBugCalenderClockCloud