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

export const NotEqualIcon = ({
  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="M19 10 19 8 15.87 8 18.83 3.55 17.17 2.45 13.46 8 5 8 5 10 12.13 10 9.46 14 5 14 5 16 8.13 16 5.17 20.45 6.83 21.55 10.54 16 19 16 19 14 11.87 14 14.54 10 19 10z" />
  </svg>
);

Icon

NotEqual

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