coltongriffith / fluenticons

Fluenticons is an icon viewer for Microsofts fluent icons, with over 4000 pixel perfect icons in outlined and solid styles. Download the icons as SVG, PNG, WEBP, Vue component, React Component and HTML Image.
https://fluenticons.co
210 stars 7 forks source link

Question about icons on the menu bar of file explorer #5

Closed Dhyfer1 closed 2 years ago

Dhyfer1 commented 2 years ago

Hi. I need your help. I want to customize the toolbar of an app to zip/unzip files by replacing its icons with the icons shown in the image. What I want to know is, in which dll or exe file or in which directory could I find the icons in two colors shown in the image?

0xAeu.png

Thanks.

fayazara commented 2 years ago

Hey @Dhyfer1 looks like these are custom color changed icons, which unfortunately is not possible in my site fluenticons.co. I think these are called monotone and you could use a svg editing tool like figma to do this.

Dhyfer1 commented 2 years ago

Hey @Dhyfer1 looks like these are custom color changed icons, which unfortunately is not possible in my site fluenticons.co. I think these are called monotone and you could use a svg editing tool like figma to do this.

Uh. It's okay. Hey, could you add an option on your site to export the icon as a bmp file with transparency? As I said before, I want to customize the taskbar of a program that I use daily by replacing its icons with those of Windows 11. The icons on the toolbar for the app that I want to customize are images in bmp format with transparency, and the icon that the app uses in the context menu of the file explorer is also a bmp file with transparency.

Do you have any idea how to create a bmp file with transparency?

cfpwastaken commented 1 year ago

In most of the SVGs that get downloaded, there are actually 2 paths which can have a different color. If you edit that manually (there will be 2 fill attributes), it can look like this. image