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

export const UnderlineDottedIcon = ({
  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 18a1 1 0 1 0 0 2 1 1 0 1 0 0-2M10 18a1 1 0 1 0 0 2 1 1 0 1 0 0-2M14 18a1 1 0 1 0 0 2 1 1 0 1 0 0-2M18 18a1 1 0 1 0 0 2 1 1 0 1 0 0-2M18 10V4h-2v6c0 2.21-1.79 4-4 4s-4-1.79-4-4V4H6v6c0 3.31 2.69 6 6 6s6-2.69 6-6" />
  </svg>
);

Icon

UnderlineDotted

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