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

export const ZoomIcon = ({
  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.74 8.86a7.98 7.98 0 0 0-6.6-6.6C14.12 2.08 13.06 2 12 2s-2.12.08-3.14.26a7.98 7.98 0 0 0-6.6 6.6C2.08 9.88 2 10.94 2 12s.08 2.12.26 3.14a7.98 7.98 0 0 0 6.6 6.6c1.02.18 2.08.26 3.14.26s2.12-.08 3.14-.26a7.98 7.98 0 0 0 6.6-6.6c.18-1.02.26-2.08.26-3.14s-.08-2.12-.26-3.14m-3.8 9.38H7.86c-.66 0-1.3-.36-1.6-.94-.36-.68-.22-1.5.32-2.04l7.02-7.02H8.56a2.5 2.5 0 0 1-2.5-2.5h9.28c.66 0 1.3.36 1.6.94.36.68.22 1.5-.32 2.04l-7 7.04h5.82c1.38 0 2.5 1.1 2.5 2.48" />
  </svg>
);

Icon

Zoom

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