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

export const QdrantIcon = ({
  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.96 2 3.3 7v10l8.66 5 3.25-1.88v-3.74l-3.25 1.87-5.41-3.13V8.88l5.41-3.13 5.42 3.13v12.5l3.24-1.88V7z" />
      <path d="M8.72 10.12v3.76l3.24 1.87 3.25-1.87v-3.76l-3.25-1.87z" />
  </svg>
);

Icon

Qdrant

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