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

export const EmberJsIcon = ({
  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 2.05c5.5 0 9.96 4.46 9.96 9.96S17.5 21.97 12 21.97s-9.96-4.45-9.96-9.95S6.5 2.05 12 2.05m.1 12.78c-1.75.04-1.56-1.1-1.56-1.1s6.37-2.18 4.63-6.49c-.78-1.11-1.69-1.46-2.97-1.43-1.28.02-2.87.81-3.9 3.13-.49 1.11-.66 2.15-.76 2.95 0 0-1.13.23-1.73-.28-.6-.5-.92 0-.92 0s-1.04 1.22 0 1.62c1.03.4 2.64.48 2.64.48.15 1.07.51 2.1 1.84 2.96 2.22 1.44 5.51-.08 5.51-.08 1.97-.83 3.29-2.1 3.85-2.73.18-.2.17-.51-.01-.7l-.64-.67a.52.52 0 0 0-.7-.04c-.86.7-3.12 2.37-5.26 2.37Zm-1.86-3.05c.08-3 2.04-4.31 2.72-3.65.68.65.43 2.06-.86 2.95-1.28.88-1.86.71-1.86.71Z" />
       
  </svg>
);

Icon

EmberJs

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