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

export const MonitorWallpaperIcon = ({
  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="M7 7A1 1 0 1 0 7 9 1 1 0 1 0 7 7z" />
      <path d="M13.5 8 10.5 12 9 10 6 14 18 14 13.5 8z" />
      <path d="m20.5,3H3.5c-.83,0-1.5.67-1.5,1.5v12c0,.83.67,1.5,1.5,1.5h7.5v2h-3v2h8v-2h-3v-2h7.5c.83,0,1.5-.67,1.5-1.5V4.5c0-.83-.67-1.5-1.5-1.5Zm-.5,13H4V5h16v11Z" />
  </svg>
);

Icon

MonitorWallpaper

Category

camera-images

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 camera-images icons

ImagePlusImagesPhoto