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

export const PaddlePIcon = ({
  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="M3.97 9.29v-.71a3.29 3.29 0 0 0 3.3-3.27h.66c0 .87.34 1.7.96 2.31.62.62 1.46.96 2.33.96v.71a3.29 3.29 0 0 0-3.3 3.27h-.66c0-.87-.34-1.7-.96-2.31s-1.46-.96-2.33-.96" />
      <path d="M7.26 4.09h5.66c2.76 0 4.74 1.96 4.74 4.84s-1.97 4.84-4.74 4.84H7.26v8.24h2.37v-6.14h3.29c3.98 0 7.11-3.11 7.11-6.93s-3.13-6.93-7.11-6.93H7.26V4.1Z" />
  </svg>
);

Icon

PaddleP

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