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

export const ExpoIcon = ({
  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="M11.45 9.66a.69.69 0 0 1 .55-.31c.08 0 .39.08.55.31 1.25 1.72 3.36 5.23 4.92 7.89l2.03 3.12c.55.63 1.41.23 1.88-.47s.62-1.17.62-1.72c0-.31-6.88-13.12-7.58-14.22-.7-1.02-.86-1.25-2.03-1.25h-.86c-1.09 0-1.25.23-1.95 1.25C8.88 5.35 2 18.17 2 18.48c0 .55.16 1.02.62 1.72s1.33 1.09 1.88.47l2.03-3.12c1.56-2.66 3.67-6.17 4.92-7.89" />
  </svg>
);

Icon

Expo

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