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

export const RemixJsIcon = ({
  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.92 2c5.14 0 7.7 2.45 7.7 6.36 0 2.93-1.8 4.83-4.23 5.15 2.05.41 3.25 1.59 3.47 3.91l.03.43.03.4.02.37.02.28.02.33v.19l.02.3V20l.02.16v.26l.01.3v1.26h-5.31v-.53l.01-.5v-1.32l-.01-.22v-.23l-.02-.12v-.19l-.02-.2-.02-.28-.02-.23c0-.07-.01-.14-.02-.2v-.13c-.19-1.54-.8-2.17-1.84-2.38l-.09-.02-.18-.03h-.09s-.03-.01-.05-.02h-.1l-.1-.02H3.38v-4.17h9.14l.13-.01h.12s.04-.01.06-.02h.12c.08-.02.15-.03.23-.05l.11-.02c1.4-.25 2.09-.99 2.09-2.44 0-1.62-1.14-2.6-3.41-2.6H3.38V2z" />
      <path d="M8.99 18.89c.7 0 .99.39 1.09.76v.05l.02.05v.04l.01.02V22H3.38v-3.11z" />
  </svg>
);

Icon

RemixJs

Category

languages-frameworks

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 languages-frameworks icons

AndroidAngularBashBetterAuthBlenderBootstrapBunBuyMeACoffee