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

export const AlignCenterIcon = ({
  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="M6 7H18V9H6z" />
      <path d="M3 3H21V5H3z" />
      <path d="M3 11H21V13H3z" />
      <path d="M6 15H18V17H6z" />
      <path d="M3 19H21V21H3z" />
  </svg>
);

Icon

AlignCenter

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

AlignLeftAlignRightBoldBorderRadiusCapitalizeCheckListFontColorFontFamily