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

export const AtlassianIcon = ({
  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="M8.3 11.32c-.28-.28-.71-.28-.92.07L3 20.29a.497.497 0 0 0 .42.71h6.22c.21 0 .35-.07.42-.28 1.34-2.76.57-6.92-1.77-9.4Zm3.25-8.06c-2.47 3.96-2.33 8.27-.71 11.52l2.97 5.93c.07.21.28.28.49.28h6.15c.27.03.51-.17.54-.44 0-.09 0-.18-.05-.26L12.4 3.26c-.14-.35-.64-.35-.85 0" />
  </svg>
);

Icon

Atlassian

Category

brands

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

AdobeAirbnbAmazonAmexAppleAppleMusicAutoDeskAWS