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

export const ListULIcon = ({
  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="M8 11H21V13H8z" />
      <path d="M8 6H21V8H8z" />
      <path d="M8 16H21V18H8z" />
      <path d="M3 5.5H6V8.5H3z" />
      <path d="M3 10.5H6V13.5H3z" />
      <path d="M3 15.5H6V18.5H3z" />
  </svg>
);

Icon

ListUL

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