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

export const LetterBoxdIcon = ({
  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="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2M7.24 14.8c-1.55 0-2.8-1.25-2.8-2.8s1.26-2.8 2.8-2.8c1 0 1.88.53 2.37 1.33-.27.43-.42.93-.42 1.47s.15 1.04.42 1.47c-.49.79-1.37 1.33-2.37 1.33m4.76 0c-1.01 0-1.88-.53-2.37-1.33.27-.43.42-.93.42-1.47s-.15-1.04-.42-1.47C10.12 9.74 11 9.2 12 9.2s1.88.53 2.37 1.33c-.27.43-.42.93-.42 1.47s.15 1.04.42 1.47c-.49.79-1.37 1.33-2.37 1.33m4.76 0c-1.01 0-1.88-.53-2.37-1.33.27-.43.42-.93.42-1.47s-.15-1.04-.42-1.47c.49-.79 1.37-1.33 2.37-1.33 1.55 0 2.8 1.25 2.8 2.8s-1.26 2.8-2.8 2.8" />
  </svg>
);

Icon

LetterBoxd

Category

brands

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 brands icons

AdobeAirbnbAmazonAmexAppleAppleMusicAtlassianAutoDesk