mmk-icons
A collection of developer icons — React, Next.js, TailwindCSS, GitHub, and more — built for seamless integration into React and Next.js projects.
icons • installation • usage
Features
- Ready-to-use React components
- Full styling support (
className,fill,style) - Easy to scale, animate, and theme with Tailwind CSS or custom styles
- Tree-shakable and lightweight
NPM Package
Installation
npm install mmk-icons Basic Usage import { NextjsIcon } from 'mmk-icons'; const App = () => { return <NextjsIcon />; }; export default App; ** Custom Styling ** import { NextjsIcon } from 'mmk-icons'; const App = () => { return ( <NextjsIcon className="text-neutral-900" fill="white" style={{ width: "30px", height: "30px" }} /> ); }; export default App; - <NextjsIcon /> + <NextjsIcon + className="text-neutral-900" + fill="white" + style={{ width: "30px", height: "30px" }} + /> Use any of the following: ReactIcon NextjsIcon TailwindIcon MongoDbIcon PostgresIcon SqlIcon HtmlIcon CssIcon JsIcon TsIcon ReduxIcon GraphQlIcon ExpressIcon DockerIcon GitIcon GoogleIcon GitHubIcon ...and more