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

export const MicroscopeIcon = ({
  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="m21,15c0-2.55-1.38-4.83-3.53-6.06l1.23-1.23c.39-.39.39-1.02,0-1.41l-.5-.5,1-1-3-3-1,1-.5-.5c-.39-.39-1.02-.39-1.41,0L5.29,10.29c-.39.39-.39,1.02,0,1.41l4,4c.2.2.45.29.71.29s.51-.1.71-.29l5.28-5.28c1.82.79,3.01,2.56,3.01,4.57,0,2.76-2.24,5-5,5H3v2h18v-2h-2.11c1.3-1.27,2.11-3.04,2.11-5Zm-11-1.41l-2.59-2.59,6.59-6.59,2.59,2.59-6.59,6.59Z" />
      <path d="M6.29 17.71 7 17 7.71 16.29 6.21 14.79 4.71 13.29 4 14 3.29 14.71 4.79 16.21 6.29 17.71z" />
  </svg>
);

Icon

Microscope

Category

tools

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 tools icons

CalculatorCCTVEarbudsKeyboardLaptopMobileMousePrinter