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

export const DeepMindIcon = ({
  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="M16.26 2.95C15.01 2.36 13.52 2 12.11 2 7.85 2 5.3 5.53 5.57 8.98c.12 1.56.89 3.07 2.16 4.25.45.43.96.79 1.51 1.08-.41-.49-.69-1.09-.79-1.73-.28-1.73.86-4.28 3.78-4.28 3.14 0 6.61 2.99 6.9 6.66.18 2.25-.67 4.27-2.11 5.69a10.005 10.005 0 0 0-.76-17.7" />
      <path d="M18.43 15.02c-.12-1.56-.89-3.07-2.16-4.25a6.7 6.7 0 0 0-1.51-1.08c.41.49.69 1.09.79 1.73.28 1.73-.86 4.28-3.78 4.28-3.14 0-6.61-2.99-6.9-6.66-.18-2.25.67-4.27 2.11-5.69a10.005 10.005 0 0 0 .76 17.7c1.25.59 2.74.95 4.15.95 4.26 0 6.81-3.53 6.54-6.98" />
  </svg>
);

Icon

DeepMind

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