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

export const AppleMusicIcon = ({
  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 8.63V7.45a8 8 0 0 0-.1-1.18c-.07-.4-.19-.76-.37-1.12a3.76 3.76 0 0 0-1.65-1.65c-.36-.18-.73-.3-1.12-.37a8 8 0 0 0-1.18-.1H7.47c-.39.01-.79.03-1.18.1-.4.07-.76.19-1.12.37-.71.36-1.29.94-1.65 1.65-.18.36-.3.73-.37 1.12s-.09.79-.1 1.18v9.1c.01.39.03.79.1 1.18.07.4.19.76.37 1.12.36.71.94 1.29 1.65 1.65.36.18.73.3 1.12.37s.79.09 1.18.1h9.11c.39-.01.79-.03 1.18-.1.4-.07.76-.19 1.12-.37a3.76 3.76 0 0 0 1.65-1.65c.18-.36.3-.73.37-1.12s.09-.79.1-1.18V8.62Zm-4.82 6.08c0 .23 0 .43-.05.66-.05.22-.13.43-.26.62s-.3.34-.49.46c-.2.12-.4.18-.62.23-.42.08-.7.1-.97.05a1.3 1.3 0 0 1-.65-.33c-.26-.24-.42-.56-.45-.89-.04-.39.09-.81.38-1.12.15-.16.34-.28.58-.38.26-.1.55-.16.99-.25l.35-.07c.15-.03.28-.07.39-.2s.11-.29.11-.45V9.08c0-.3-.14-.39-.43-.33-.21.04-4.65.94-4.65.94-.25.06-.34.14-.34.45v5.81c0 .23-.01.43-.06.66-.05.22-.13.43-.26.62s-.3.34-.49.46c-.2.12-.4.19-.62.23-.41.08-.7.1-.97.05-.26-.05-.47-.17-.65-.33-.26-.24-.41-.56-.44-.89-.04-.39.08-.81.37-1.12.15-.16.34-.28.58-.38.26-.1.55-.16.99-.25l.35-.07c.15-.03.28-.07.39-.2s.12-.28.12-.44v-6.7c0-.09 0-.15.01-.18.02-.14.08-.26.18-.35q.12-.105.33-.15s5.35-1.08 5.35-1.08c.05 0 .43-.08.48-.08.29-.02.45.16.45.47z" />
  </svg>
);

Icon

AppleMusic

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

AdobeAirbnbAmazonAmexAppleAtlassianAutoDeskAWS