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

export const EraseIcon = ({
  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,12.41c.78-.78.78-2.05,0-2.83l-5.59-5.59c-.78-.78-2.05-.78-2.83,0L3,13.59c-.78.78-.78,2.05,0,2.83l4.29,4.29c.19.19.44.29.71.29h14v-2h-7.59l6.59-6.59Zm-7-7l5.59,5.59-2.59,2.59-5.59-5.59,2.59-2.59Zm-5.59,13.59l-4-4,5.59-5.59,5.59,5.59-4,4h-3.17Z" />
  </svg>
);

Icon

Erase

Category

activity

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

BanBookmarkColorFillCopyCropCutDislikeEdit