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

export const SentryIcon = ({
  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="M13.59 4.09a1.88 1.88 0 0 0-2.57-.64c-.26.16-.48.38-.64.64L7.75 8.6c4.1 2.04 6.8 6.11 7.11 10.67h-1.85c-.31-3.92-2.66-7.38-6.19-9.1l-2.44 4.22c1.98.89 3.37 2.73 3.7 4.87H3.83a.3.3 0 0 1-.28-.32q0-.06.03-.12l1.18-2c-.4-.33-.85-.59-1.35-.76l-1.17 2c-.51.87-.21 1.98.65 2.49a1.8 1.8 0 0 0 .92.25h5.82c.22-2.71-1-5.34-3.2-6.93l.92-1.6a9.52 9.52 0 0 1 4.12 8.53h4.93c.23-5.11-2.27-9.96-6.57-12.73l1.87-3.2c.09-.15.27-.19.42-.11.21.12 8.12 13.92 8.27 14.08.08.15.03.33-.12.41-.05.03-.1.04-.15.04h-1.91q.03.765 0 1.53h1.91c1.02 0 1.84-.81 1.85-1.83v-.02c0-.32-.09-.64-.25-.91z" />
  </svg>
);

Icon

Sentry

Category

languages-frameworks

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 languages-frameworks icons

AndroidAngularBashBetterAuthBlenderBootstrapBunBuyMeACoffee