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

export const JQueryIcon = ({
  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="M3.345 6.935c-1.756 2.523-1.538 5.806-.196 8.487l.098.19q.03.061.063.121.019.036.039.069a8 8 0 0 0 .198.344l.073.12a9 9 0 0 0 .211.33 10 10 0 0 0 .221.319l.036.049q.095.132.196.261l.074.094.182.223.069.082q.124.146.252.289l.005.005q.006.005.01.011.126.136.256.271l.083.083.205.201.084.08q.138.13.281.256l.004.004.049.041q.125.11.255.215l.105.084a11 11 0 0 0 .565.424q.043.032.087.062l.024.017q.115.079.231.153.049.034.101.067a11 11 0 0 0 .886.509l.195.101.045.022.08.039q.153.073.308.143l.066.029q.178.078.36.149l.088.035a14 14 0 0 0 .382.142q.188.066.38.124l.092.028c.128.039.256.085.39.11 8.492 1.548 10.958-5.102 10.958-5.102-2.072 2.698-5.748 3.41-9.232 2.618-.132-.03-.261-.071-.39-.109l-.097-.029a11 11 0 0 1-.755-.264l-.093-.036q-.18-.071-.356-.148l-.071-.031a12 12 0 0 1-.301-.14l-.087-.042q-.117-.058-.232-.118-.078-.04-.155-.082a8 8 0 0 1-.278-.156l-.094-.052a11 11 0 0 1-.363-.223l-.098-.065a11 11 0 0 1-.259-.172l-.083-.059q-.123-.087-.244-.176a12 12 0 0 1-.328-.255l-.099-.079q-.138-.113-.274-.231a12 12 0 0 1-.319-.288q-.042-.038-.081-.078a8 8 0 0 1-.208-.203l-.081-.081a11 11 0 0 1-.254-.269l-.012-.012a12 12 0 0 1-.258-.293l-.067-.081a10 10 0 0 1-.254-.313 12 12 0 0 1-.215-.286C3.864 11.825 3.17 8.186 4.715 5.198" />
      <path d="M8.794 4.809c-1.27 1.827-1.2 4.273-.21 6.205q.249.488.561.938c.191.273.401.597.654.816q.138.151.284.295l.076.074q.14.138.291.271l.011.01.003.002q.166.145.34.281l.078.06a8 8 0 0 0 .366.268q.08.055.161.107l.078.051a7 7 0 0 0 .301.184q.115.066.233.13l.082.043q.082.043.163.083a10 10 0 0 0 .365.171l.074.031q.139.059.281.113l.117.044q.129.047.256.089l.117.037c.121.038.243.085.37.107 6.556 1.086 8.068-3.961 8.068-3.961-1.364 1.964-4.006 2.902-6.825 2.17a8 8 0 0 1-.743-.232l-.118-.043a8 8 0 0 1-.353-.145 9 9 0 0 1-.344-.159l-.17-.087-.099-.051a9 9 0 0 1-.533-.313l-.08-.053a8 8 0 0 1-.602-.435c-1.234-.974-2.213-2.306-2.678-3.815-.488-1.566-.382-3.323.462-4.75" />
      <path d="M13.379 3.221c-.749 1.102-.823 2.469-.304 3.686.548 1.292 1.671 2.304 2.981 2.785a4 4 0 0 0 .234.079c.077.024.152.053.233.067 3.62.699 4.601-1.857 4.862-2.234-.86 1.239-2.306 1.536-4.078 1.105a5.4 5.4 0 0 1-.939-.344 5.4 5.4 0 0 1-.895-.545c-1.585-1.204-2.573-3.501-1.536-5.372" />
  </svg>
);

Icon

JQuery

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