# Change icons globally

**URL:** https://meta.discourse.org/t/change-icons-globally/87751
**Category:** Developer Guides
**Tags:** how-to
**Created:** [5월 17, 2018, 3:45오후 UTC](https://meta.discourse.org/t/change-icons-globally/87751 "2018-05-17T15:45:00Z")
**Posts on this page:** 1
**Showing post:** 27

<div class="post-metadata">

### Author: ![jrgong](https://avatars.discourse-cdn.com/v4/letter/j/c57346/32.png) [@jrgong](https://meta.discourse.org/u/jrgong)
#### Post date: [10월 5, 2025, 11:56오전 UTC](https://meta.discourse.org/t/change-icons-globally/87751/27 "2025-10-05T11:56:09Z")

</div>

`envelope` 아이콘을 `inbox` 아이콘으로 교체하려고 했는데, 사용자 메뉴 패널 안의 아이콘에는 변경 사항이 적용되지 않습니다. 특정 방식으로 지정해야 하나요?

제 스니펫:

```js
// {theme}/javascripts/discourse/api-initializers/init-theme.gjs

import { apiInitializer } from "discourse/lib/api";

export default apiInitializer((api) => {
  api.replaceIcon("envelope", "inbox");
});

```

---

_[View the full topic](https://meta.discourse.org/t/change-icons-globally/87751)._
