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

export const MediumSquareIcon = ({
  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="M19.35 12.66c-.07 1.32.65 2.43 1.65 2.73v-2.73zm.03-.38H21V9.97c-.08-.02-.17-.03-.26-.04-.81.02-1.3.99-1.36 2.34Z" />
      <path d="M17.84 3H6.16A3.16 3.16 0 0 0 3 6.16v11.68A3.16 3.16 0 0 0 6.16 21h11.68A3.16 3.16 0 0 0 21 17.84v-.82c-.1 0-.21.01-.32.01-1.93 0-3.02-1.61-3.07-3.62v-.53c.07-.89.36-1.68.83-2.27a3 3 0 0 1 1.05-.83c.35-.18.85-.27 1.25-.27h.25V6.14a3.16 3.16 0 0 0-3.16-3.16Zm-.13 4.3h-.01c-.53.12-.8.3-.8.94v7.71c.05.51.32.66.8.77h.01v.11h-3.69v-.11h.01c.48-.11.75-.27.79-.78v-7.5l-3.56 8.36h-.2L7.6 8.66v7.08c0 .64.27.82.8.94h.01v.11H6.29v-.11h.01c.53-.12.8-.3.8-.94V8.22c0-.64-.27-.82-.8-.94h-.01v-.11h3.12l2.69 6.33 2.69-6.33h2.9v.11Z" />
  </svg>
);

Icon

MediumSquare

Category

brands

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 brands icons

AdobeAirbnbAmazonAmexAppleAppleMusicAtlassianAutoDesk