# إطلاق Font Awesome 5 وأيقونات SVG

**URL:** https://meta.discourse.org/t/introducing-font-awesome-5-and-svg-icons/101643
**Category:** Announcements
**Tags:** new-feature
**Created:** [9 نوفمبر 2018، 12:55ص UTC](https://meta.discourse.org/t/introducing-font-awesome-5-and-svg-icons/101643 "2018-11-09T00:55:16Z")
**Posts on this page:** 1
**Showing post:** 59

<div class="post-metadata">

### Author: ![sarahann](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sarahann/32/96703_2.png) [@sarahann](https://meta.discourse.org/u/sarahann)
#### Post date: [11 يناير 2019، 1:09ص UTC](https://meta.discourse.org/t/introducing-font-awesome-5-and-svg-icons/101643/59 "2019-01-11T01:09:14Z")

</div>

> [@Developing Discourse Themes & Theme Components](https://meta.discourse.org/t/developing-discourse-themes-theme-components/93648/1):
>
> api.replaceIcon(‘heart’, ‘thumbs-up’);

I was hoping to replace a Discourse icon with a custom one. Would there be a way to register my custom icon in Discourse somewhere? ie)

```
register_svg_icon “my-icon” as <svg>...</svg>

```

then be able to

```
api.replaceIcon(‘heart’, ‘my-icon’);

```

---

_[View the full topic](https://meta.discourse.org/t/introducing-font-awesome-5-and-svg-icons/101643)._
