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

export const GraphqlIcon = ({
  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="M20.1 14.56a2 2 0 0 0-.47-.18V9.62a1.6 1.6 0 0 0 .48-.18 1.78 1.78 0 0 0-1.78-3.09 1.6 1.6 0 0 0-.41.32l-4.11-2.38a1.7 1.7 0 0 0 .07-.51 1.78 1.78 0 0 0-3.56 0 1.7 1.7 0 0 0 .07.51L6.28 6.66a1.6 1.6 0 0 0-.41-.31 1.78 1.78 0 0 0-1.78 3.09 1.6 1.6 0 0 0 .48.18v4.76a2 2 0 0 0-.47.18 1.78 1.78 0 1 0 1.78 3.09 1.7 1.7 0 0 0 .4-.31l4.11 2.37a1.7 1.7 0 0 0-.07.51 1.78 1.78 0 0 0 3.56 0 1.7 1.7 0 0 0-.09-.56l4.09-2.36a1.7 1.7 0 0 0 .44.35 1.78 1.78 0 1 0 1.78-3.09M6.72 15.69a1.7 1.7 0 0 0-.19-.47 1.5 1.5 0 0 0-.31-.4l5.38-9.33a1.8 1.8 0 0 0 1 0l5.4 9.33a1.5 1.5 0 0 0-.31.4 1.7 1.7 0 0 0-.19.47zM17.5 7.4a1.8 1.8 0 0 0 .17 1.38 1.75 1.75 0 0 0 1.12.84v4.76h-.07l-5.39-9.31.05-.07zM10.82 5a.1.1 0 0 0 0 .05L5.48 14.4h-.07V9.62a1.75 1.75 0 0 0 1.12-.84A1.8 1.8 0 0 0 6.7 7.4zm2.6 14a1.78 1.78 0 0 0-1.32-.58 1.75 1.75 0 0 0-1.28.54L6.7 16.6v-.06h10.78v.11z" />
  </svg>
);

Icon

Graphql

Category

languages-frameworks

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 languages-frameworks icons

AndroidAngularBashBetterAuthBlenderBootstrapBunBuyMeACoffee