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

export const ListOLIcon = ({
  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="M3 16 5 16 5 16.5 3 16.5 3 17.5 5 17.5 5 18 3 18 3 19 6 19 6 19 6 18 6 17.5 6 16.5 6 15 3 15 3 16z" />
      <path d="M4 6 5 6 5 9 6 9 6 5 4 5 4 6z" />
      <path d="M3 11 5 11 5 11.5 3 11.5 3 12 3 12.5 3 14 6 14 6 13 4 13 4 12.5 6 12.5 6 12 6 11.5 6 10 3 10 3 11z" />
      <path d="M8 11H21V13H8z" />
      <path d="M8 6H21V8H8z" />
      <path d="M8 16H21V18H8z" />
  </svg>
);

Icon

ListOL

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