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

export const UbuntuIcon = ({
  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 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m2.07 4.02s0-.07.01-.11v-.04c0-.03.01-.07.02-.1 0-.02 0-.03.01-.05.01-.03.02-.07.04-.1 0-.01.01-.03.02-.04.02-.05.04-.09.07-.13.37-.64 1.19-.86 1.82-.49.64.37.86 1.19.49 1.82-.03.04-.05.09-.08.13 0 .01-.02.02-.03.03a.5.5 0 0 1-.07.08l-.03.03c-.02.02-.05.05-.08.07-.01 0-.02.02-.03.03-.03.02-.06.05-.09.07l-.02.02c-.17.11-.36.18-.55.2-.28.04-.57-.01-.84-.17-.26-.15-.46-.38-.56-.65-.08-.18-.11-.38-.1-.58v-.03Zm-8.26 7.17s-.02 0-.03.01c-.03.02-.07.03-.1.04-.01 0-.03 0-.04.01-.03.01-.06.02-.1.03-.02 0-.03 0-.05.01-.03 0-.07.01-.1.02H5.2c-.74 0-1.34-.6-1.34-1.33s.6-1.34 1.34-1.34h.19c.03 0 .07.01.1.02.02 0 .03 0 .05.01.03 0 .07.02.1.03.01 0 .03 0 .04.01.04.01.07.03.1.04 0 0 .02 0 .03.01a1.37 1.37 0 0 1 .73 1.19c0 .3-.1.59-.28.81-.12.16-.27.28-.45.38Zm.58.26a1.872 1.872 0 0 0 0-2.9c.36-1.4 1.23-2.6 2.41-3.38l.95 1.65c-1 .71-1.65 1.87-1.65 3.18s.65 2.47 1.65 3.18l-.95 1.65a5.83 5.83 0 0 1-2.41-3.38m9.68 5.59c-.64.37-1.46.15-1.82-.49-.03-.04-.05-.09-.07-.13 0-.01-.01-.03-.02-.04-.01-.03-.03-.06-.04-.1 0-.02 0-.03-.01-.05 0-.03-.02-.07-.02-.1v-.04c0-.04-.01-.07-.01-.11v-.03c0-.2.03-.4.1-.58.11-.26.3-.49.56-.65.26-.15.56-.2.84-.17.2.03.39.09.55.2l.02.02c.03.02.06.04.09.07.01 0 .02.02.03.03.03.02.05.05.08.07l.03.03c.02.03.05.05.07.08 0 .01.02.02.03.03.03.04.06.08.08.13.37.64.15 1.46-.49 1.82Zm0-2.91c-.51-.19-1.09-.16-1.6.13s-.83.79-.91 1.32c-.49.14-1.01.21-1.55.21-.93 0-1.8-.22-2.58-.61l.95-1.65c.5.23 1.05.36 1.63.36 2.03 0 3.7-1.56 3.88-3.54h1.91c-.09 1.47-.74 2.8-1.73 3.77Zm-.18-4.49a3.9 3.9 0 0 0-3.88-3.54c-.58 0-1.13.13-1.63.36l-.95-1.65c.78-.39 1.65-.61 2.58-.61.54 0 1.06.08 1.55.21.09.54.41 1.03.91 1.32.51.29 1.09.32 1.6.13.99.97 1.64 2.3 1.73 3.77h-1.91Z" />
  </svg>
);

Icon

Ubuntu

Category

brands

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

AdobeAirbnbAmazonAmexAppleAppleMusicAtlassianAutoDesk