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

export const MotionJsIcon = ({
  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="M20.2 8.5a1.8 1.75 0 1 0 0 3.5 1.8 1.75 0 1 0 0-3.5m-9.66 7h1.8c1 0 2.19-.69 2.67-1.53L18.1 8.5h-3.6zm-2.78-7c-1 0-2.19.69-2.67 1.53L2 15.5h3.6l3.96-7zm2.47 0-3.95 7h3.6l3.96-7z" />
  </svg>
);

Icon

MotionJs

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