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

export const BorderRadiusIcon = ({
  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="M19 19h2v2h-2zM11 19h2v2h-2zM7 19h2v2H7zM15 19h2v2h-2zM3 19h2v2H3zM3 11h2v2H3zM3 15h2v2H3zM3 7h2v2H3zM3 3h2v2H3zM7 3h2v2H7zM19 15h2v2h-2zM16 3h-5v2h5c1.65 0 3 1.35 3 3v5h2V8c0-2.76-2.24-5-5-5" />
  </svg>
);

Icon

BorderRadius

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

AlignCenterAlignLeftAlignRightBoldCapitalizeCheckListFontColorFontFamily