> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Get Adobe Style Icons For 10 Open Source Creative Apps
- URL: https://itsfoss.com/adobe-style-icons-open-source-apps/
- Published: 2016-08-02T23:55:03.000Z
- Updated: 2023-01-11T09:56:20.000Z
- Author: Abhishek Prakash
- Tags: Open Source, #Import 2022-12-26 08:27

[![Adobe icons for open source projects](https://itsfoss.com/content/images/wordpress/2016/08/adobe_like_icons_project.jpeg)](https://itsfoss.com/content/images/wordpress/2016/08/adobe%5Flike%5Ficons%5Fproject.jpeg)

I know that [Adobe](http://www.adobe.com/?ref=itsfoss.com) is dreaded word in the open source world. No, I am not recommending you any Adobe products. This is something else.

You might have noticed that Adobe has two lettered icons for its products. This is plain, simple and yet elegant. Designer [Rohit Awate](http://rohitawate.deviantart.com/art/The-Adobe-Icons-Project-600489814?ref=itsfoss.com) has made similar icons for a few Open Source creative apps such as [Gimp](https://www.gimp.org/?ref=itsfoss.com) and [Krita](https://itsfoss.com/krita-3-0-release/).

In fact, Rohit has initially released these Adobe style icons only for Gimp and Inkscape back in April. He got very good response for it and now he has designed similar icons for eight more open source apps. So this icon suite now supports:

- GIMP
- [Inkscape](https://inkscape.org/en/?ref=itsfoss.com)
- Krita
- [Darktable](https://itsfoss.com/darktable-20-released-installation-ppa/)
- Ardour
- Audacity
- [OpenShot](http://www.openshot.org/?ref=itsfoss.com)
- Kdenlive
- [Blender](https://www.blender.org/?ref=itsfoss.com)
- [Scribus](https://www.scribus.net/?ref=itsfoss.com)

Rohit requested me to feature it on It’s FOSS and I happily obliged. On the same note, if you have an open source project, be it an application, applet indicator, conky, books, themes or even a set of wallpapers, feel free to contact me. It would be in our interest to share it with It’s FOSS readers. Oh, and it’s free, as in free beer :)

Coming back to these Adobe style icons, using these icons is not straight forward as using [icon themes in Ubuntu](https://itsfoss.com/best-icon-themes-ubuntu-16-04/). It won’t automatically change all the applications’ icons. You’ll have to manually edit the each application file to use the new icon. It’s not a huge task and one can easily do it.

It’s not a huge task and you can easily do it in the command line. However, for the sake of beginners, I am going to illustrate the GUI way of doing it.

### Using Adobe style icons in Ubuntu

Let’s see what you need to do in order to get these Adobe style icons.

### Step 1:

Get the icons from the link below.

[Download Adobe Style Icons](http://www.deviantart.com/download/600489814/the%5Fadobe%5Ficons%5Fproject%5Fby%5Frohitawate-d9xikwm.zip?token=23cbca60193e596aacdf6a0ab399dba96762b2bf&ts=1470172568&ref=itsfoss.com)

It’s compressed in zip format. Extract it and you’ll see a directory named Icons in it. You should copy this directory in a place where you don’t mess with files a lot. Because if you delete this Icons directory from Downloads directory, then you’ll have the application without an icon. You don’t want that, do you?

### Step 2:

Now go to Computer->usr->share->applications location and look for the application for which you want to change the icon. In this tutorial, I am using Gimp.

[![adobe style applications in Linux](https://itsfoss.com/content/images/wordpress/2016/08/adobe-style-icons-linux.jpeg)](https://itsfoss.com/content/images/wordpress/2016/08/adobe-style-icons-linux.jpeg)

### Step 3:

Right click on the application and select copy. This will copy the path to .desktop file of Gimp.

[![copy path to gimp desktop file](https://itsfoss.com/content/images/wordpress/2016/07/adobe-style-icons-linux-2.jpeg)](https://itsfoss.com/content/images/wordpress/2016/07/adobe-style-icons-linux-2.jpeg)

### Step 4:

Open a terminal and use the command below

```
sudo gedit <middle click and paste the copied desktop file path>
```

[![open file in terminal with gedit to change the desktop icon](https://itsfoss.com/content/images/wordpress/2016/07/adobe-style-icons-linux-3.png)](https://itsfoss.com/content/images/wordpress/2016/07/adobe-style-icons-linux-3.png)

### Step 5:

In this desktop file, look for the line that starts with Icon.

[![change icon of application in Ubuntu](https://itsfoss.com/content/images/wordpress/2016/07/adobe-style-icons-linux-4.jpeg)](https://itsfoss.com/content/images/wordpress/2016/07/adobe-style-icons-linux-4.jpeg)

### Step 6:

Now go to the location where you had saved the icons. Right click on the desired icon and select copy. Basically, you are copying the path to this image file.

[![adobe-style-icons-linux-5](https://itsfoss.com/content/images/wordpress/2016/07/adobe-style-icons-linux-5.jpeg)](https://itsfoss.com/content/images/wordpress/2016/07/adobe-style-icons-linux-5.jpeg)

### Step 7:

Now go back to opened Gedit file and use the copied path in the following manner:

```
Icon=<copied path here>
```

[![changing the icon of an application in Ubuntu](https://itsfoss.com/content/images/wordpress/2016/07/adobe-style-icons-linux-6.jpeg)](https://itsfoss.com/content/images/wordpress/2016/07/adobe-style-icons-linux-6.jpeg)

Save the file. Log out, log in back and you’ll see that the icon has been changed.

[![Gimp icon changed](https://itsfoss.com/content/images/wordpress/2016/07/adobe-style-icons-linux-8.jpeg)](https://itsfoss.com/content/images/wordpress/2016/07/adobe-style-icons-linux-8.jpeg)

 It will be changed in the launcher as well:

[![changed icon of Gimp to Adobe](https://itsfoss.com/content/images/wordpress/2016/07/adobe-style-icons-linux-7.jpeg)](https://itsfoss.com/content/images/wordpress/2016/07/adobe-style-icons-linux-7.jpeg)

Do note that it shows only G instead of the promised Gi. It’s because the icon version I used in this tutorial, had scaling issue. I was informed by Rohit that this has been fixed now so you should be seeing the correct icons.

I hope you like these new icons. It’s interesting to see such projects, isn’t it? If you have something similar to share with us, don’t hesitate to contact us.