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

export const PodcastIcon = ({
  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 10A2 2 0 1 0 12 14 2 2 0 1 0 12 10z" />
      <path d="M10.5 15 10.62 16.63 10.7 17.86 10.7 17.86 10.85 19.91 10.85 19.91 11 21.95 11 21.95 11 22 13 22 13 21.95 13 21.95 13.15 19.91 13.15 19.91 13.3 17.86 13.3 17.86 13.38 16.63 13.5 15 10.5 15z" />
      <path d="m12,2C6.49,2,2,6.49,2,12c0,4.45,2.93,8.23,6.96,9.52l-.16-2.2c-2.82-1.24-4.8-4.05-4.8-7.33,0-4.41,3.59-8,8-8s8,3.59,8,8c0,3.27-1.98,6.09-4.8,7.33l-.16,2.2c4.03-1.29,6.96-5.07,6.96-9.52,0-5.51-4.49-10-10-10Z" />
      <path d="m15.6,13.72l-.1,1.42-.13,1.82c1.59-1.08,2.64-2.9,2.64-4.96,0-3.31-2.69-6-6-6s-6,2.69-6,6c0,2.06,1.05,3.88,2.64,4.96l-.13-1.82-.1-1.42c-.25-.52-.4-1.1-.4-1.72,0-2.21,1.79-4,4-4s4,1.79,4,4c0,.62-.15,1.2-.4,1.72Z" />
  </svg>
);

Icon

Podcast

Category

activity

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 activity icons

BanBookmarkColorFillCopyCropCutDislikeEdit