Musicfetch

JioSaavn brand assets

JioSaavn icons and logo in SVG format

Our collection of JioSaavn SVG icons and brand color codes provides developers and designers with high-quality assets for seamless integration into web and mobile applications. Enhance your music service features with our sleek, modern icons and accurate brand colors.

JioSaavn SVG icon

jioSaavnIcon.svg

SVG icons have become the defacto choice for developers over PNG assets. They're lightweight, for fastest load times, they scale up infinitely, are sharp on any screen type and can be colored dynamically.

Brand color

#2bc5b4

Install from Musicfetch SDK

JioSaavn brand assets are available directly in your javascript project via the musicfetch npm package.

import jioSaavn from 'musicfetch/brands/jioSaavn';
import { BrandIcon } from 'musicfetch/react';

const MyComponent = () => {
  return (
    <div>
      <h1 style={{ color: jioSaavn.color }}>
        {jioSaavn.name}
      </h1>
      <BrandIcon brand={jioSaavn} />
    </div>
  );
};

Ready to take your project to the next level?

Use the Musicfetch API to fetch music links and metadata from 30+ stores in one call.
Learn about Musicfetch