# Customize bigbluebutton icon still possible in RC 3.10.3?

**URL:** https://forums.rocket.chat/t/customize-bigbluebutton-icon-still-possible-in-rc-3-10-3/9997
**Category:** Community Support
**Created:** [January 13, 2021, 2:48pm UTC](https://forums.rocket.chat/t/customize-bigbluebutton-icon-still-possible-in-rc-3-10-3/9997 "2021-01-13T14:48:58Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mitainey](https://avatars.discourse-cdn.com/v4/letter/m/2bfe46/32.png) [@mitainey](https://forums.rocket.chat/u/mitainey)
#### Post date: [January 13, 2021, 2:48pm UTC](https://forums.rocket.chat/t/customize-bigbluebutton-icon-still-possible-in-rc-3-10-3/9997/1 "2021-01-13T14:48:58Z")

</div>

### Description

Hi,  
We have customized our RC platform (version 3.9.3) especially by changing icon-phone button by a bigbluebutton icon.  
 ![RC-custom-bbb-3.9.3](https://us1.discourse-cdn.com/flex021/uploads/rocketchat/original/2X/3/37e812f94857e2629d0a06d1feeffb9f915d2fa5.png)

we use the method describe into the file app/ui-master/public/README.md :

cp .bigbluebutton.svg app/ui-master/public/icons/

- cd app/ui-master/public/
- node generateSprite.js
- cp icons.svg …/…/…/private/public

and we modified app/videobridge/client/tabBar.js file like this :

```auto
id: 'bbb_video',
title: 'BBB Video Call',
icon: bigbluebutton',

```

But if we use this method into version 3.10.3 (replacing the tabBar.js file to tabBar.tsx)  
this method doesn’t work anymore :

(It seems the font-family RocketChat now is used to display theses icons )

I would like to know if it’s still possible to customize icon into RC version 3.10.3 and how ?

Thanks in advance.  
Regards

### Server Setup Information

- Version of Rocket.Chat Server: 3.10.3
- Operating System: debian 10
- Deployment Method: build src
- Number of Running Instances: 1
- DB Replicaset Oplog: enable
- NodeJS Version: 12.18.4
- MongoDB Version: 4.0.22
- Proxy: haproxy
- Firewalls involved:
