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

export const MusicLibraryIcon = ({
  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,6H5c-1.1,0-2,.9-2,2v12c0,1.1.9,2,2,2h14c1.1,0,2-.9,2-2v-12c0-1.1-.9-2-2-2Zm0,14H5s0-12,0-12h14v12Z" />
      <path d="M6 2H18V4H6z" />
      <path d="m9.5,17c.83,0,1.5-.67,1.5-1.5v-4.39l4,.8v3.18c-.16-.06-.32-.09-.5-.09-.83,0-1.5.67-1.5,1.5s.67,1.5,1.5,1.5,1.5-.67,1.5-1.5v-5c0-.24-.17-.44-.4-.49l-5-1c-.15-.03-.3,0-.42.1-.12.1-.18.24-.18.39v3.59c-.16-.06-.32-.09-.5-.09-.83,0-1.5.67-1.5,1.5s.67,1.5,1.5,1.5Z" />
  </svg>
);

Icon

MusicLibrary

Category

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

CameraOffEqualizerFastForwardHeadphoneHeadphoneMicMicMicrophoneMusic