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

export const PrismaIcon = ({
  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="M13.23 2.58c-.33-.72-1.34-.78-1.75-.1L4 14.67c-.2.32-.2.73 0 1.05l3.68 5.81c.24.38.7.55 1.13.42l10.63-3.19c.58-.17.87-.82.62-1.37zm4.29 14.8-7.34 2.19a.37.37 0 0 1-.47-.43l2.63-13.1c.07-.36.56-.41.71-.07l4.71 10.9c.09.21-.02.44-.24.51" />
  </svg>
);

Icon

Prisma

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