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

export const MozilaIcon = ({
  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="M3 21h18V3H3zm1.99-6.75h1.03V9.88H4.99V8.19h3.26v1.16c.48-.82 1.27-1.32 2.36-1.32s2.14.53 2.51 1.67c.42-1.03 1.3-1.67 2.51-1.67 1.4 0 2.67.85 2.67 2.67v3.57h1.06v1.69H16.1v-4.39c0-1.35-.45-1.85-1.32-1.85-1.06 0-1.48.77-1.48 1.83v2.7h1.03v1.69h-3.26v-4.37c0-1.35-.45-1.85-1.32-1.85-1.06 0-1.48.77-1.48 1.83v2.7h1.48v1.69H4.99z" />
  </svg>
);

Icon

Mozila

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