MeloSpot Icons is a carefully crafted collection of 500+ icons designed for modern web and mobile applications. Fully customizable, open-source, and built with simplicity in mind.
Loading icons...
npm install @melospot/iconsyarn add @melospot/iconsimport { Music, Play, Heart } from '@melospot/icons'
export function MyComponent() {
return (
<div>
<Music size={24} />
<Play size={24} />
<Heart size={24} />
</div>
)
}Start using MeloSpot Icons in your next project. It takes less than a minute to get started.