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

export const LetterSpacingIcon = ({
  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="M2 4h2v16H2zM20 4h2v16h-2zM9.79 15h4.42l1.04 3h2.12L13.45 6.67c-.14-.4-.52-.67-.94-.67h-1c-.43 0-.81.27-.94.67L6.65 18h2.12l1.04-3ZM12 8.61 13.52 13h-3.04z" />
  </svg>
);

Icon

LetterSpacing

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