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

export const UppercaseIcon = ({
  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="M4 13h5v4h2V7H9v4H4V7H2v10h2zM13 9h7v2h-5c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h7v-2h-7v-2h5c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2h-7z" />
  </svg>
);

Icon

Uppercase

Category

text-editor

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 text-editor icons

AlignCenterAlignLeftAlignRightBoldBorderRadiusCapitalizeCheckListFontColor