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

export const DenoIcon = ({
  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.76 2.03c-5.5-.42-10.31 3.71-10.73 9.21-.22 2.85.78 5.51 2.57 7.48.05.05.13.07.19.03s.1-.11.08-.18C3.55 13.4 6.41 7.81 9.61 6.04c1.19-.66 2.34-.91 3.38-.49 1.59.64 2.5 1.71 4.47 2.61s2.18 2.39 1.63 3.9-2.32 2.27-4.01 2.19c-.69-.03-1.38-.15-1.93-.24-.42-.07-.82-.18-1.14-.29-.05-.02-.11 0-.15.04-.03.05-.04.11 0 .15.15.17.64.53 1.02.69-.32.27-.55.88-.63 1.2-.12.43-.13 1.04-.11 1.27.11.91.45 1.72 1.27 2.43.58.5 1.42.84 2.27.85 1.18.02 2.59-.49 3.7-1.63a10 10 0 0 0 2.58-5.97c.42-5.5-3.71-10.31-9.21-10.73Z" />
      <path d="M12.73 7.28c-.08-.61-.55-1.07-1.09-1.03-.65.05-1.07.85-1.12 1.36-.06.51.2 1.36 1.04 1.34.98-.02 1.28-.86 1.18-1.68Z" />
  </svg>
);

Icon

Deno

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