Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free and open-source collection of SVG icons built for Flowbite and Tailwind CSS
Flowbite Icons is a free and open-source collection of over 430 SVG icons built for Tailwind CSS, React, Svelte, Laravel, and Figma by the Flowbite team at Bergside Inc.
Flowbite Icons is an open-source icon set released under the MIT License, containing more than 430 vector icons in both solid and outline styles. You can copy icons as raw SVG or as JSX for React directly from the Flowbite Icons website, or install framework-specific packages for React, Svelte, and Laravel. The icons are designed to pair with Tailwind CSS utility classes, so color and size are controlled with classes like text-gray-500 and w-6 h-6.
flowbite-react-icons from npm to import typed React components from separate outline and solid modules.flowbite-svelte-icons to use icons as Svelte components, e.g. AddressCardSolid.themesberg/flowbite-blade-icons with Composer and use Blade components prefixed x-fwb-o- for outline and x-fwb-s- for solid.flowbite-react-icons rather than pasting SVG each time.flowbite-svelte-icons and flowbite-blade-icons) to keep templates clean.x-fwb-o-adjustments-horizontal into views to render SVG icons without mixing raw markup.There are two ways to use the icons: copy from the website or install a package. On the Flowbite Icons page, select an icon, adjust its size and stroke width, then copy it as either raw SVG or JSX. Alternatively, install flowbite-react-icons, flowbite-svelte-icons, or themesberg/flowbite-blade-icons and import icons as components that render the same SVG assets.
Flowbite Icons is free and open-source under the MIT License. The separate Flowbite Pro package, which adds advanced UI components, page sections, and a Figma design system, is a paid product; its price is not stated in this documentation.
Yes. Flowbite Icons is released under the MIT License, so you can use it in personal, commercial, and open-source projects without payment or attribution. The Flowbite name and logos are trademarks of Bergside Inc.
The Flowbite Icons website lets you copy each icon as raw SVG or as JSX for React. There is no PNG or font export; the icons are vector-only.
When using raw SVG, apply Tailwind classes: color via text utilities like text-gray-500 dark:text-gray-400, size via w-6 h-6 or any width/height class. The website also lets you configure size and stroke width before copying.
Yes. Install flowbite-react-icons from npm and import components from flowbite-react-icons/outline or flowbite-react-icons/solid. The package is maintained by Sutu Sebastian.
Yes. Install themesberg/flowbite-blade-icons via Composer and use Blade components such as x-fwb-o-adjustments-horizontal for outline icons and x-fwb-s-adjustments-horizontal for solid icons.
