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

export const UdacityIcon = ({
  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.65 2 2 5.85v8.8C2 18.7 5.25 22 9.3 22c1.35 0 2.6-.35 3.7-.95l5.4-3.1C20.55 16.8 22 14.6 22 12V2.8l-1.3-.75L15 5.1v9.6c0 .4-.05.8-.1 1.2-.1.4-.2.75-.35 1.1l-.15.3c-.2 0-1.45-.45-2.1-.9-.58-.38-1.07-.87-1.45-1.45-.2-.3-.35-.6-.5-.9s-.25-.65-.3-1S10 12.35 10 12V2.8zm3.25 18.1c-.35.15-.85.35-1.25.45s-.75.1-1.15.1-.8-.05-1.2-.15-.75-.2-1.1-.35-.7-.35-1-.55c-.69-.39-1.27-.94-1.7-1.6-.2-.3-.4-.65-.55-1s-.25-.75-.35-1.15-.1-.8-.1-1.2V6.6l5-3.05V12c0 3.2 2.35 5.9 5.35 6.55-.1.15-.2.3-.35.4-.55.55-1 .9-1.6 1.15m8.5-7c-.05.35-.2.7-.3 1-.15.3-.3.6-.5.9s-.8 1.05-1.6 1.5-1.55.6-2 .7c.3-.8.5-1.6.5-2.5V5.85l4-2.3V12c0 .4 0 .75-.1 1.1" />
  </svg>
);

Icon

Udacity

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

AdobeAirbnbAmazonAmexAppleAppleMusicAtlassianAutoDesk