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

export const WhiteboardIcon = ({
  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 2v11c0 1.1.9 2 2 2h3.38L6.1 20.55l1.79.89 1.72-3.45h4.76l1.72 3.45 1.79-.89L16.6 18h3.38c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2Zm0 13H4V5h16z" />
      <path d="M6 12h4v2H6z" />
  </svg>
);

Icon

Whiteboard

Category

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

CameraCaptionsCastCopyrightRegisteredShutter