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

export const FontColorIcon = ({
  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="M5 18h14v2H5zM9.79 13h4.42l1.04 3h2.12L13.45 4.67c-.14-.4-.52-.67-.94-.67h-1c-.43 0-.81.27-.94.67L6.65 16h2.12l1.04-3ZM12 6.61 13.52 11h-3.04z" />
  </svg>
);

Icon

FontColor

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

AlignCenterAlignLeftAlignRightBoldBorderRadiusCapitalizeCheckListFontFamily