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

export const CodePenIcon = ({
  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="M21.838 8.445q0-.002 0 0l-.003-.004-.001-.001v-.001a.8.8 0 0 0-.235-.228l-9.164-6.08a.83.83 0 0 0-.898 0L2.371 8.214A.79.79 0 0 0 2 8.897v6.16a.8.8 0 0 0 .131.448v.001l.002.002.01.015v.002h.001l.001.001.001.001q.096.132.226.215l9.165 6.082a.8.8 0 0 0 .448.139.8.8 0 0 0 .45-.139l9.165-6.082a.8.8 0 0 0 .371-.685v-6.16a.8.8 0 0 0-.133-.452m-9.057-4.172 6.953 4.613-3.183 2.112-3.771-2.536zm-1.592 0v4.189l-3.771 2.536-3.181-2.111zm-7.595 6.098 2.395 1.59-2.395 1.611zm7.595 9.311-6.96-4.617 3.195-2.15 3.765 2.498zm.795-5.653-3.128-2.078 3.128-2.105 3.131 2.105zm.797 5.653v-4.27l3.766-2.498 3.193 2.15zm7.597-6.11-2.396-1.611 2.396-1.59z" />
  </svg>
);

Icon

CodePen

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