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

export const SendIcon = ({
  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.45,11.11L3.45,2.11c-.31-.15-.68-.14-.97.04-.29.18-.47.5-.47.85v18c0,.35.18.67.47.85.16.1.34.15.53.15.15,0,.31-.04.45-.11l18-9c.34-.17.55-.52.55-.89s-.21-.73-.55-.89ZM4,4.62l12.76,6.38H4v-6.38Zm0,8.38h12.76l-12.76,6.38v-6.38Z" />
  </svg>
);

Icon

Send

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