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

export const NuxtJsIcon = ({
  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="M16.83 7.65c-.12-.2-.29-.36-.49-.48-.21-.11-.44-.17-.67-.17-.24 0-.47.06-.67.17s-.37.28-.49.48L13.23 9.8l-2.5-4.2c-.12-.2-.29-.36-.49-.48-.21-.11-.44-.17-.67-.17-.24 0-.47.06-.67.17s-.37.28-.49.48L2.2 16.04c-.12.2-.18.42-.18.65s.06.45.18.65.29.36.49.48c.21.11.44.17.67.17h4.67c1.85 0 3.21-.79 4.15-2.32l2.28-3.83 1.22-2.05 3.66 6.15h-4.88l-1.22 2.05h7.43c.24 0 .47-.06.67-.17s.37-.28.49-.48.18-.42.18-.65-.06-.45-.18-.65l-4.99-8.39Zm-6.46 6.94c-.62 1-1.33 1.36-2.43 1.36H4.68l4.88-8.2 2.44 4.1z" />
  </svg>
);

Icon

NuxtJs

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