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

export const AutoDeskIcon = ({
  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="M21.86 5.29a.5.5 0 0 0-.16-.1.6.6 0 0 0-.19 0h-7.29L2 12.75v6.09h.11l12.24-7.62h6.36a.4.4 0 0 1 .14 0l.12.08a.5.5 0 0 1 .08.12.4.4 0 0 1 0 .14.4.4 0 0 1 0 .19.28.28 0 0 1-.14.12l-6 3.61a1.24 1.24 0 0 0-.53 1.06v2.27H22V5.63a.4.4 0 0 0 0-.18.5.5 0 0 0-.14-.16" />
  </svg>
);

Icon

AutoDesk

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

AdobeAirbnbAmazonAmexAppleAppleMusicAtlassianAWS