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

export const AngularIcon = ({
  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="m14.24 2 6.51 14.04.7-10.67zm.31 11.61-2.51-6.28-2.59 6.28zm-12-8.24.7 10.67L9.76 2zm5.49 11.38-.94 2.43L12.04 22l4.86-2.82-.94-2.43z" />
  </svg>
);

Icon

Angular

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

AndroidBashBetterAuthBlenderBootstrapBunBuyMeACoffeeC