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

export const RadixUIIcon = ({
  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="M11.6 22c-3.53 0-6.4-2.87-6.4-6.4s2.87-6.4 6.4-6.4zm0-20H5.2v6.4h6.4zm4 6.4c1.77 0 3.2-1.43 3.2-3.2S17.37 2 15.6 2s-3.2 1.43-3.2 3.2 1.43 3.2 3.2 3.2" />
  </svg>
);

Icon

RadixUI

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