# Introducing Font Awesome 5 and SVG icons

**URL:** https://meta.discourse.org/t/introducing-font-awesome-5-and-svg-icons/101643
**Category:** Announcements
**Tags:** new-feature
**Created:** [11월 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:** 61

<div class="post-metadata">

### Author: ![pmusaraj](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pmusaraj/32/119489_2.png) [@pmusaraj](https://meta.discourse.org/u/pmusaraj)
#### Post date: [1월 12, 2019, 3:32오후 UTC](https://meta.discourse.org/t/introducing-font-awesome-5-and-svg-icons/101643/61 "2019-01-12T15:32:07Z")

</div>

Ok, adding custom icons in a plugin should now be doable as of  
[https://github.com/discourse/discourse/commit/47cbfb14989bcf828c66b211827cb9355214e71a](https://github.com/discourse/discourse/commit/47cbfb14989bcf828c66b211827cb9355214e71a)

So, basically, add the SVG sprites to your plugin, in `plugins/svg-icons`. See [https://raw.githubusercontent.com/discourse/discourse/master/vendor/assets/svg-icons/discourse-additional.svg](https://raw.githubusercontent.com/discourse/discourse/master/vendor/assets/svg-icons/discourse-additional.svg) for an example. Next, register your icon, and you should be good to go.

(I would prefix the icon ids in the plugin, to avoid any potential clash with FontAwesome icon names.)

---

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