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

export const MoviePlayIcon = ({
  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,3H4c-1.1,0-2,.9-2,2v14c0,1.1.9,2,2,2h16c1.1,0,2-.9,2-2V5c0-1.1-.9-2-2-2Zm-10.46,6l-2.67-4h2.6l2.67,4h-2.6Zm5,0l-2.67-4h2.6l2.67,4h-2.6ZM4,5h.46l2.67,4h-3.13v-4Zm0,14v-8h16v-2h-.46l-2.67-4h3.13v14s-16,0-16,0Z" />
      <path d="M10 18 15 15 10 12 10 18z" />
  </svg>
);

Icon

MoviePlay

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