Akar Icons
Browse Akar Icons, a free line icon set with 400+ rounded SVGs for product interfaces, with search, copy, and open-source use for design and development.
Tool powered by Flowbite on flowbite.com.
Flowbite Icons on flowbite.com/icons: Tailwind CSS icons, arrow, search, checkmark SVGs for Flowbite UI. Embed the official icon browser.
Browse a coherent UI icon family: Pick icons that match the spacing, radius, and stroke language described in the Flowbite design work.
Use SVG in front-end and design handoff: Export or reference vectors with naming that your React, Vue, or static HTML build can follow from the docs.
Keep docs and app visually aligned: Reuse the same icons in marketing pages, the developer documentation site, and the signed-in product shell.
Pair with the Flowbite component set: Place icons where components expect inline SVG or class-driven sizing so you avoid mixed weights in one control.
Rely on published license terms: Read the license and attribution notes on the Flowbite site and repository before you redistribute assets.
Decide the grid and text scale first
Lock Tailwind or Flowbite type and spacing before you set icon size tokens next to them.
Name icons in code the way the doc exports
When your components import by name, keep design specs using the same names to avoid hand edits.
Test light and dark themes
If you use Tailwind `dark` classes or a custom palette, check stroke and fill on every neutral you ship.
Point PR review at one URL
When a reviewer asks for a “better chevron,” send them to the same Flowbite icons page your designer used.
Size icons with the same height scale as your text
Pair `h-*` and `w-*` (or a shared component) to icons in toolbars and forms so rows stay optically even.
Do not double-wrap focus styles
If the parent is already `focus:ring` friendly, the icon can stay inert in the access tree with an explicit label on the control.
Cache SVG where appropriate
If your framework supports sprites or a single import map, one policy saves bundle noise across routes.
Re-run checks when Flowbite ships a major
Icon renames and refactors can follow library releases, so re-scan your list when you upgrade.
Full-stack and front-end teams
Use one catalog that the HTML and the React or Vue quickstart pages already reference by name.
Designers shipping with Tailwind tokens
Move from Figma or FigJam to code without inventing a second icon set for every new screen.
Documentation and support sites
Keep how-to and API guides visually tied to the same product shell users see in the app.
Indie and agency builds
Ship a credible UI with fewer bespoke SVG requests when a documented default already exists.
Shared vocabulary with the community
When the same names show up in blog posts, GitHub, and your repo, new hires onboard faster.
Less bespoke spriting
You can lean on a maintained list instead of a private sheet that only one person can edit safely.
Faster from prototype to production
If your spike already used Flowbite components, the icon layer is not a second migration later.
Room to grow with the ecosystem
As Flowbite and Tailwind evolve, the icon page updates stay one bookmark away for your design ops notes.