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

export const CapitalizeIcon = ({
  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="M12 6H2v4h2V8h2v8H4v2h6v-2H8V8h2v2h2zM18 14v-4h3V8h-3V6h-2v2h-2v2h2v4c0 2.21 1.79 4 4 4h2v-2h-2c-1.1 0-2-.9-2-2" />
  </svg>
);

Icon

Capitalize

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

AlignCenterAlignLeftAlignRightBoldBorderRadiusCheckListFontColorFontFamily