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

export const AsteriskIcon = ({
  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="M6.44 16.37 11 13.73V19h2v-5.27l4.56 2.64 1-1.74L14 12l4.56-2.63-1-1.74L13 10.27V5h-2v5.27L6.44 7.63l-1 1.74L10 12l-4.56 2.63z" />
  </svg>
);

Icon

Asterisk

Category

calculation

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 calculation icons

AmpersandDivisionEqualFunctionGreaterThanGreaterThanEqualHashtagInfinite