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

export const LottieFilesIcon = ({
  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="M16.45 3h-8.9C5.03 3 3 5.04 3 7.55v8.89c0 2.52 2.04 4.55 4.55 4.55h8.89c2.52 0 4.55-2.04 4.55-4.55V7.55c0-2.52-2.04-4.55-4.55-4.55Zm1.06 5.26c-.04.11-.11.21-.19.29s-.18.15-.29.19-.22.07-.34.07c-1.88 0-2.61 1.15-3.59 3.03l-.6 1.14c-.92 1.78-2.07 3.99-5.17 3.99-.24 0-.46-.09-.63-.26s-.26-.39-.26-.63c0-.12.02-.23.07-.34.04-.11.11-.21.19-.29s.18-.15.29-.19.22-.07.34-.07c1.88 0 2.61-1.15 3.59-3.03l.6-1.14c.92-1.78 2.07-3.99 5.17-3.99.24 0 .46.09.63.26s.26.39.26.63c0 .12-.02.23-.07.34" />
  </svg>
);

Icon

LottieFiles

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