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

export const PasteIcon = ({
  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="m20,10h-2v-5c0-1.1-.9-2-2-2h-2c0-.55-.45-1-1-1h-6c-.55,0-1,.45-1,1h-2c-1.1,0-2,.9-2,2v11c0,1.1.9,2,2,2h6v2c0,1.1.9,2,2,2h8c1.1,0,2-.9,2-2v-8c0-1.1-.9-2-2-2Zm-10,2v4h-6V5h2v2h8v-2h2v5h-4c-1.1,0-2,.9-2,2Zm10,8h-8v-8h8v8Z" />
  </svg>
);

Icon

Paste

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