Flowbite Icons Icons

Browse 751 free Flowbite Icons SVG icons. Download SVG, copy as JSX, PNG or Base64. MIT licensed. Designed by Themesberg. Styles: Uses Stroke.

751 icons MIT UI 24px 24px grid by Themesberg
Search icons...

Arrows

angle-down-outline

angle-left-outline

angle-right-outline

angle-up-outline

arrow-down-outline

arrow-down-to-bracket-outline

arrow-left-outline

arrow-left-to-bracket-outline

arrow-right-alt-outline

arrow-right-alt-solid

arrow-right-outline

arrow-right-to-bracket-outline

arrow-sort-letters-outline

arrow-up-down-outline

arrow-up-from-bracket-outline

arrow-up-outline

arrow-up-right-down-left-outline

arrows-repeat-count-outline

arrows-repeat-outline

caret-down-outline

caret-down-solid

caret-left-outline

caret-left-solid

caret-right-outline

caret-right-solid

caret-sort-outline

caret-sort-solid

caret-up-outline

caret-up-solid

chevron-double-down-outline

chevron-double-left-outline

chevron-double-right-outline

chevron-double-up-outline

chevron-down-outline

chevron-left-outline

chevron-right-outline

chevron-sort-outline

chevron-up-outline

compress-outline

expand-outline

forward-outline

forward-solid

minimize-outline

redo-outline

refresh-outline

reply-all-outline

reply-all-solid

reply-outline

reply-solid

share-all-outline

share-all-solid

sort-horizontal-outline

sort-outline

undo-outline

Copy & download Flowbite Icons icons

Click any icon above to open the detail panel. Four export formats are available instantly, no sign-up required.

SVG

Raw vector markup. Paste directly into HTML or React components. Scales to any size without quality loss.

JSX / TSX

React-ready component. Drop into any React or Next.js project. Works with shadcn/ui, Radix, and Tailwind CSS.

PNG

Raster export at 1×, 2× and 3× for email templates, Figma imports, app assets, and Open Graph images.

Base64

Inline data URI, embed icons in CSS background-image, email HTML, or anywhere an image URL is needed.

Works with shadcn/ui

Copy the JSX format and paste directly into any shadcn/ui component. Alternatively, install and use via @iconify/react, fully tree-shakeable, no icon font loading required.

About Flowbite Icons

Created By

Themesberg Visit Website

License

Features & Tags

Uses Stroke

Pack Details

Color Support

Monochrome

Category

UI 24px

How to use Flowbite Icons icons

License SPDX

MIT

Grid Size

24px

Sample Icons

user-outline, vue-solid, list-outline

Via Iconify · React

tsx
import { Icon } from '@iconify/react';

export default function App() {
  return <Icon icon="flowbite:icon-name" width={24} />;
}

Via Iconify · HTML

html
<script src="https://code.iconify.design/iconify-icon/2.1.0/iconify-icon.min.js"></script>
<iconify-icon icon="flowbite:icon-name" width="24"></iconify-icon>

Frequently Asked Questions

Is Flowbite Icons free for commercial use?
Yes. Flowbite Icons is licensed under MIT, free for personal and commercial projects. View license →
How do I download Flowbite Icons SVG icons?
Click any icon in the browser above to open the detail panel. Choose raw SVG code to copy, download as SVG or PNG, export as a React JSX component, or get a Base64 data URI, all formats free, no sign-up required.
How many icons are in Flowbite Icons?
Flowbite Icons contains 751 SVG icons in the UI 24px category, designed on a 24px grid.
Can I change the color of Flowbite Icons icons?
Yes. Flowbite Icons icons are monochrome SVGs that inherit CSS currentColor. Set a color via CSS (color: #0070f3), a Tailwind class (text-blue-500), or pass a fill / stroke attribute directly on the SVG.
Is Flowbite Icons organized into categories?
Yes. Flowbite Icons is split into 12 categories including Arrows, Brands, E-commerce, Education and 8 more. Use the category tabs in the browser above to filter.
Can I use Flowbite Icons with React, Next.js or shadcn/ui?
Yes. Copy the JSX export from any icon's detail panel and paste it directly into your component. For ongoing use, install @iconify-json/flowbite and use it via @iconify/react, fully tree-shakeable, compatible with shadcn/ui, Tailwind CSS, Radix UI, and any React-based framework.