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

export const FigmaIcon = ({
  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.94,5.74c0-2.06-1.67-3.74-3.74-3.74h-6.4c-2.06,0-3.74,1.67-3.74,3.74,0,1.31.68,2.47,1.7,3.13-1.02.67-1.7,1.82-1.7,3.13s.68,2.47,1.7,3.13c-1.02.67-1.7,1.82-1.7,3.13,0,2.07,1.69,3.74,3.75,3.74s3.79-1.68,3.79-3.77v-3.48c.67.61,1.55.99,2.53.99h.07c2.06,0,3.74-1.67,3.74-3.74,0-1.31-.68-2.47-1.7-3.13,1.02-.67,1.7-1.82,1.7-3.13Zm-7.54,12.49c0,1.41-1.16,2.56-2.58,2.56s-2.55-1.14-2.55-2.53,1.13-2.52,2.52-2.53h2.61v2.49Zm0-3.7h-2.61c-1.39,0-2.52-1.13-2.52-2.53s1.13-2.53,2.53-2.53h2.6v5.06Zm0-6.26h-2.6c-1.4,0-2.53-1.13-2.53-2.53s1.13-2.53,2.53-2.53h2.6v5.06Zm6.33,3.74c0,1.4-1.13,2.53-2.53,2.53h-.07c-1.4,0-2.53-1.13-2.53-2.53s1.13-2.53,2.53-2.53h.07c1.4,0,2.53,1.13,2.53,2.53Zm-2.53-3.74h-2.6V3.21h2.6c1.4,0,2.53,1.13,2.53,2.53s-1.13,2.53-2.53,2.53Z" />
  </svg>
);

Icon

Figma

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