# Toolbox icons in PXT-Blockly

**URL:** https://forum.makecode.com/t/toolbox-icons-in-pxt-blockly/2472
**Category:** PXT
**Created:** [June 18, 2020, 8:25pm UTC](https://forum.makecode.com/t/toolbox-icons-in-pxt-blockly/2472 "2020-06-18T20:25:29Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![JoshuaLowe1002](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/joshualowe1002/32/891_2.png) [@JoshuaLowe1002](https://forum.makecode.com/u/JoshuaLowe1002)
#### Post date: [June 18, 2020, 8:25pm UTC](https://forum.makecode.com/t/toolbox-icons-in-pxt-blockly/2472/1 "2020-06-18T20:25:29Z")

</div>

Hi all,

Updated to use the latest PXT-Blockly version and notice that the icons have disappeared in the toolbox (I was using v2.1.14 before). I see they’re also no longer in the playground. Has something been removed? What do i need to do differently?

Thanks,  
Josh

![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/2X/3/348d839c8e6d41ef039bf3136bbfe14760bb12f6.png)

---

<div class="post-metadata">

### Author: ![peli](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/peli/32/12_2.png) [@peli](https://forum.makecode.com/u/peli)
#### Post date: [June 18, 2020, 9:04pm UTC](https://forum.makecode.com/t/toolbox-icons-in-pxt-blockly/2472/2 "2020-06-18T21:04:55Z")

</div>

@shakao

---

<div class="post-metadata">

### Author: ![shakao](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/shakao/32/113_2.png) [@shakao](https://forum.makecode.com/u/shakao)
#### Post date: [June 18, 2020, 9:33pm UTC](https://forum.makecode.com/t/toolbox-icons-in-pxt-blockly/2472/3 "2020-06-18T21:33:46Z")

</div>

Yep, the icons being removed from the playground is intentional, if you look at the “test” category in the official Blockly playground ([https://blockly-demo.appspot.com/static/tests/playground.html?dir=ltr&toolbox=test-blocks&side=start&renderer=geras](https://blockly-demo.appspot.com/static/tests/playground.html?dir=ltr&toolbox=test-blocks&side=start&renderer=geras)) you can see they only show the icons for toolbox drawers with subcategories.

---

<div class="post-metadata">

### Author: ![JoshuaLowe1002](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/joshualowe1002/32/891_2.png) [@JoshuaLowe1002](https://forum.makecode.com/u/JoshuaLowe1002)
#### Post date: [June 18, 2020, 9:38pm UTC](https://forum.makecode.com/t/toolbox-icons-in-pxt-blockly/2472/4 "2020-06-18T21:38:57Z")

</div>

Thanks for the info!

Is there any way to add the icons back to how they used to be? Below is how they are before the update. I’m using “BlocklyTreeIconCustom” to do this . ![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/2X/3/3dfacd11669cbe5d42fb29e3a9b6f4830fd12445.png)

---

<div class="post-metadata">

### Author: ![shakao](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/shakao/32/113_2.png) [@shakao](https://forum.makecode.com/u/shakao)
#### Post date: [June 22, 2020, 3:59pm UTC](https://forum.makecode.com/t/toolbox-icons-in-pxt-blockly/2472/5 "2020-06-22T15:59:56Z")

</div>

Unfortunately MakeCode has a completely separate toolbox component–we don’t use Blockly’s implementation at all, so we don’t have any custom code to handle icons inside pxt-blockly. You might be able to add some CSS to bring back your icons, you just need the Semantic UI library ([https://semantic-ui.com/elements/icon.html](https://semantic-ui.com/elements/icon.html)) in your codebase to access the icon images.
