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

export const XboxIcon = ({
  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="M11 21.96c-1.54-.15-3.1-.7-4.44-1.57-1.12-.73-1.38-1.03-1.38-1.63 0-1.21 1.33-3.32 3.6-5.73 1.29-1.37 3.08-2.97 3.28-2.93.38.08 3.4 3.03 4.53 4.41 1.79 2.19 2.61 3.99 2.19 4.79-.32.61-2.29 1.8-3.73 2.25-1.19.38-2.76.54-4.05.41M3.67 17.5c-.93-1.43-1.4-2.84-1.63-4.88-.08-.67-.05-1.06.17-2.44.27-1.72 1.25-3.71 2.43-4.93.5-.52.55-.53 1.16-.33.74.25 1.53.8 2.76 1.91l.72.65-.39.48c-1.82 2.23-3.74 5.4-4.46 7.36-.39 1.06-.55 2.13-.38 2.58.11.3 0 .19-.37-.4Zm16.37.24c.09-.45-.02-1.28-.3-2.11-.59-1.8-2.57-5.16-4.38-7.44l-.57-.72.62-.57c.81-.74 1.37-1.18 1.97-1.56.48-.3 1.16-.56 1.45-.56.18 0 .82.66 1.33 1.38.8 1.12 1.38 2.47 1.68 3.88.19.91.21 2.86.03 3.77-.15.75-.45 1.71-.75 2.37-.23.49-.78 1.44-1.02 1.75q-.13.16-.06-.18Zm-8.87-13.3c-.84-.43-2.13-.88-2.84-1-.25-.04-.68-.07-.95-.05-.59.03-.56 0 .38-.45.79-.37 1.44-.59 2.33-.78 1-.21 2.88-.21 3.87 0 1.06.22 2.31.69 3.02 1.12l.21.13-.48-.02c-.96-.05-2.35.34-3.85 1.07-.45.22-.84.39-.87.39s-.4-.18-.82-.4Z" />
  </svg>
);

Icon

Xbox

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