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

export const CIcon = ({
  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="m19.12 6.42-7.35-4.24a1.74 1.74 0 0 0-1.54 0L2.88 6.42a1.74 1.74 0 0 0-.77 1.34v8.48a1.56 1.56 0 0 0 .23.76 1.7 1.7 0 0 0 .54.58l7.35 4.24a1.74 1.74 0 0 0 1.54 0l7.35-4.24a1.7 1.7 0 0 0 .54-.58 1.56 1.56 0 0 0 .23-.76V7.76a1.56 1.56 0 0 0-.23-.76 1.7 1.7 0 0 0-.54-.58M11 15a3 3 0 0 0 2.57-1.48L16.13 15a5.93 5.93 0 1 1 0-5.93l-2.56 1.48A3 3 0 1 0 11 15" />
  </svg>
);

Icon

C

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