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

export const MicrosoftTeamsIcon = ({
  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.288 6.637a1.707 1.707 0 1 0 0 3.414 1.707 1.707 0 1 0 0-3.414M18.581 11.513h3.413v3.656c0 .942-.765 1.706-1.707 1.706h-1.706zM2.006 4.2v15.6l11.213 1.979V2.221zm8.288 5.411-1.95.049v5.752H6.881V9.757l-1.949.098V8.539l5.362-.292zm3.899.439v8.288h1.95c.808 0 1.463-.655 1.463-1.462V10.05zm1.463-4.875c-.586 0-1.105.264-1.463.673v2.555c.357.409.877.673 1.463.673a1.95 1.95 0 0 0 0-3.901" />
  </svg>
);

Icon

MicrosoftTeams

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