b2KIT

Font Icon Search / Browser

Browse and search popular icon sets like Lucide and Material with copy-to-clipboard for SVG or class names.

Tested tool guide Tested browser tools Checked August 16, 2026

What Font Icon Search / Browser does and how it behaves

A search such as "calendar" narrows the available Lucide, Material, and other icon catalogs to matching symbols, letting you compare their shapes and copy a usable representation. Depending on the entry, the copied value may be SVG markup or a class name intended for an icon library. The important distinction is that a class name is only a reference: it will not display an icon unless the matching font or stylesheet is already loaded in the destination project.

How the result is produced

1

Search across named icon catalogs

Enter a concise concept such as "home", "warning", or "arrow left" to filter the browser's available icons. Results come from established sets rather than from newly generated artwork. Because each set chooses its own names and visual vocabulary, changing a query from a broad noun to a specific action or direction can reveal different candidates.

2

Copy the available representation

Use an icon's copy control to place its offered SVG markup or class name on the clipboard. SVG can be inserted into markup and then sized or styled as the surrounding project permits. A copied class name instead identifies an icon supplied by its corresponding library, so the class spelling, library version, stylesheet, and font resources must remain compatible.

Good uses

  • Finding a compact search, menu, account, or navigation symbol while comparing how Lucide and Material represent the same interface concept.
  • Copying inline SVG for a prototype or static page where adding an entire icon-font dependency would be unnecessary.
  • Looking up the exact class name expected by an icon library already included in an application, instead of relying on memory or guessing its naming convention.

Limits and checks

  • A matching search result means the icon's searchable name fits the query; it does not guarantee that users will interpret the drawing as the intended action.
  • SVG markup and icon classes are not interchangeable. Pasting a class name into an SVG location, or treating SVG markup as a CSS class, will not produce the expected icon.
  • Icons from different sets can have visibly different stroke widths, fills, proportions, and baseline behavior. Mixing them without checking at the intended size can make an interface look inconsistent.

Common questions

Will a copied icon class work in any HTML page?

No. The page must load the specific icon font or CSS package that defines that class, and the copied name must exist in the loaded version. If those dependencies are absent, the element may appear blank or as ordinary text. Copy SVG instead when the browser offers it and a self-contained markup representation better suits the project.

Does an empty search prove that the icon does not exist?

No. Icon sets often name the same idea differently. Try a shorter noun, an action, a direction, or a close synonym, such as "delete", "trash", or "remove". Also inspect more than one included set. If no entry appears, the browser has not found a match in its available searchable catalog, not in every icon collection.

References and verification

The behavioral notes were checked against the browser implementation. Standards and primary references below define the relevant format, formula, or platform behavior.

Related Tools