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

export const LinkTreeIcon = ({
  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="m18.77 5.42-1.94-1.97-3.36 3.42V2h-2.9v4.87L7.21 3.45 5.27 5.42l3.54 3.35H3.82v2.74h4.97l-3.54 3.41 1.94 1.95L12 12.04l4.81 4.81 1.94-1.93-3.54-3.41h4.97V8.75h-4.95z" />
      <path d="M10.59 15.46h2.9V22h-2.9z" />
  </svg>
);

Icon

LinkTree

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