# Changing the user notes icon

**URL:** https://meta.discourse.org/t/changing-the-user-notes-icon/261774
**Category:** Development
**Tags:** user-notes
**Created:** [November 13, 2020, 6:29pm UTC](https://meta.discourse.org/t/changing-the-user-notes-icon/261774 "2020-11-13T18:29:09Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![mognet](https://avatars.discourse-cdn.com/v4/letter/m/f6c823/32.png) [@mognet](https://meta.discourse.org/u/mognet)
#### Post date: [November 13, 2020, 6:29pm UTC](https://meta.discourse.org/t/changing-the-user-notes-icon/261774/1 "2020-11-13T18:29:09Z")

</div>

Is there a way to change the little notes icon?

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [November 16, 2020, 5:13pm UTC](https://meta.discourse.org/t/changing-the-user-notes-icon/261774/2 "2020-11-16T17:13:16Z")

</div>

You can use the plugin api in a theme component or plugin to do something like:

```javascript
api.replaceIcon('sticky-note', 'heart');

```

Where `heart` is the name of the emoji you want to use instead.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [April 15, 2023, 8:13am UTC](https://meta.discourse.org/t/changing-the-user-notes-icon/261774/3 "2023-04-15T08:13:32Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
