Put a symbol picker on your site.
The CopyGlyph picker is a small, self-contained iframe. It searches and copies symbols entirely in the visitor's browser, respects light and dark mode, and needs no script tags or dependencies on your page.
1. Preview
This is the live widget. Search, then click a glyph to copy it.
2. Copy the snippet
Paste this wherever you want the picker to appear. Adjust width and height to fit your layout.
<iframe
src="https://copyglyph.dev/widget.html"
title="CopyGlyph symbol picker"
width="360"
height="420"
style="border:0;max-width:100%"
loading="lazy">
</iframe>Usage notes
- The widget is a single static HTML file, so it loads fast and works offline once cached.
- It keeps a small "Powered by CopyGlyph" link. Please leave it in place, it is how the widget stays free.
- Nothing your visitors search or copy is sent anywhere. The picker is fully client side.
Prefer raw data? Every symbol is also available as a free JSON API you can build your own picker on.