Questions tagged [icons]

An icon is a small pictogram used in graphical user interfaces to supplement the presentation of textual information to the user.

Icons may represent a file, folder, application or device on a computer operating system. In modern usage today, the icon can represent anything that the users want it to: any macro command or process, mood-signaling, or any other indicator.

9567 questions
84
votes
4 answers

ShellIconOverlayIdentifiers - why so few?

At this point, everyone knows that there's a limit to the number of ShellIconOverlayIdentifiers (from MSDN): The number of different icon overlay handlers that the system can support is limited by the amount of space available for icon overlays in…
rbellamy
  • 5,683
  • 6
  • 38
  • 48
81
votes
4 answers

What does the ic_launcher-web.png in my project root do?

Unbelievably enough, I couldn't find an answer when Googling for this very basic question! I noticed that since I upgraded from Eclipse Helios to Eclipse Juno and updated the Android SDK, Eclipse places a file called ic_launcher-web.png in the…
Magnus
  • 17,157
  • 19
  • 104
  • 189
80
votes
5 answers

What does the brown asterisk icon on a file mean in Eclipse?

I am using the git plugin for Eclipse. Some of my files are marked with a brown asterisk. What does it mean? Where can I find documentation for what the rest of the git icons mean in Eclipse?
Ryan Michela
  • 8,284
  • 5
  • 33
  • 47
75
votes
11 answers

Does .NET have icon collections?

Does .NET framework have a collection of icons for use in Windows Forms or WPF application somewhere? How does one use it? For example, how do I use it as an application window icon? I recall, if you want to display a message box there is a choice…
Louis Rhys
  • 34,517
  • 56
  • 153
  • 221
75
votes
11 answers

Pyinstaller setting icons don't change

When I use the command: pyinstaller.exe --icon=test.ico -F --noconsole test.py All icons do not change to test.ico. Some icons remain as the pyinstaller's default icon. Why? All icon change in windows 7 32bit windows 7 64bit (make an exe file…
Somputer
  • 1,223
  • 2
  • 11
  • 20
74
votes
5 answers

How do I use an icon that is a resource in WPF?

I have a .ico file that is embedded as a resource (build action set to resource). I am trying to create a NotifyIcon. How can I reference my icon? notifyIcon = new NotifyIcon(); notifyIcon.Icon = ?? // my icon file is called MyIcon.ico and is…
ScottG
  • 10,711
  • 25
  • 82
  • 111
74
votes
9 answers

How do I get my page title to have an icon?

I would like to have my site’s logo shown in the icon area of the title rather than the default white document. Exactly as Stack Overflow has it.
littlechris
  • 4,174
  • 10
  • 43
  • 66
71
votes
4 answers

Change icons of checked and unchecked for Checkbox for Android

Instead of having a check mark for the icon, I want a custom star (I have checked and unchecked icons). Can this be done through a property? Or must I declare a custom widget that derives from Checkbox?
Mohit Deshpande
  • 53,877
  • 76
  • 193
  • 251
67
votes
1 answer

Is there a good flag icon pack that corresponds to ISO-3166 Country Codes?

I'm in need of an icon pack containing flags that correspond with ISO-3166 country codes such as US, CA, SE, DE etc. Optimally the flag icons would have names such as us.png, ca.png and so on. I'm guessing this is a common developer necessity making…
Hubro
  • 56,214
  • 69
  • 228
  • 381
67
votes
3 answers

Google Chrome Extension Numbers on the Icon

I've been experimenting with a Chrome Extension, and I want to make one similar to my Google Voice Extension where the icon shows a little blue "1" next to the icon when I receive an event, Is this a whole separate icon? and then they just use the…
Doug Molineux
  • 12,283
  • 25
  • 92
  • 144
67
votes
16 answers

vuetify icon not showing

I am using vue.js and vuetify. I want to add an icon but it is not working as expected (not rendered). How can I fix this? Please refer to the following code: main.js import Vue from 'vue' import Vuetify from "vuetify"; import…
eunhee ju
  • 685
  • 1
  • 5
  • 7
67
votes
10 answers

How do I change the default application icon in Java?

I'm using NetBeans, trying to change the familiar Java coffee cup icon to a png file that I have saved in a resources directory in the jar file. I've found many different web pages that claim they have a solution, but so far none of them…
Bill the Lizard
  • 398,270
  • 210
  • 566
  • 880
67
votes
5 answers

Action Bar icon size

According to Action Bar Icons action bar icon for the mdpi screen should be 24 x 24 px but the icons in Action Bar Icon Pack for mdpi are 32 x 32 px. The sizes do not match for other screen sizes neither. So which one is correct and what dimensions…
Giorgi
  • 30,270
  • 13
  • 89
  • 125
66
votes
13 answers

How do you get the icons out of shell32.dll?

I'd like to get the Tree icon to use for a homegrown app. Does anyone know how to extract the images out as .icon files? I'd like both the 16x16 and 32x32, or I'd just do a screen capture.
Jay Mooney
  • 2,208
  • 1
  • 19
  • 23
66
votes
8 answers

Add tooltip to font awesome icon

Has anyone here added tooltips to font-awesome icons? I have the following jsfiddle, but cannot seem to find a guide to add tooltips to the icons.
Harriet
  • 1,633
  • 5
  • 22
  • 36