Change search icon

Is there a way to replace the existing search icon with another?

I’d like to replace it with a very similar, but slightly different, icon that matches my wordpress site.

The new icon would be an SVG generated with the following code:

<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path d="M10 18a7.952 7.952 0 0 0 4.897-1.688l4.396 4.396 1.414-1.414-4.396-4.396A7.952 7.952 0 0 0 18 10c0-4.411-3.589-8-8-8s-8 3.589-8 8 3.589 8 8 8zm0-14c3.309 0 6 2.691 6 6s-2.691 6-6 6-6-2.691-6-6 2.691-6 6-6z"></path></svg>
1 Like

See Replace Discourse’s default SVG icons with custom icons in a theme.

4 Likes

Thanks, I’ll look into this.

This maybe a basic question, but how do I update the about.json via the Discourse UI?

Thanks

1 Like

Through the UI you don’t need to edit the about.json file, just do this:

6 Likes