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

export const MathsIcon = ({
  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="M8 3H6v3H3v2h3v3h2V8h3V6H8zM13 6h8v2h-8zM13 14h8v2h-8zM13 18h8v2h-8zM9.54 13.04 7 15.59l-2.54-2.55-1.42 1.42L5.59 17l-2.55 2.54 1.42 1.42L7 18.41l2.54 2.55 1.42-1.42L8.41 17l2.55-2.54z" />
  </svg>
);

Icon

Maths

Category

calculation

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

AmpersandAsteriskDivisionEqualFunctionGreaterThanGreaterThanEqualHashtag