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

learn more… | top users | synonyms (1)

478
votes
81answers
20k views

Where can one find free software icons / images?

This may not be directly related to programming, but I always find it hard to get quality icons that can be used for software. I currently have the need for some type of "green checkmark image", and ...
174
votes
33answers
11k views

Save icon: Still a floppy disk?

Bear with me because this question doesn't pertain to an algorithm or any block of code. Rather, it deals with designing forms and applications. I'm working on a project where the user is able to ...
125
votes
19answers
79k views

TortoiseSVN icons not showing up under Windows 7

I can't seem to get the icons to display under Windows 7 and I really miss this from Windows XP. How can it be fixed?
82
votes
12answers
42k views

Are there free iPhone navigation bar icon sets available?

I want to use up/down icons like the ones used by "mail" in the upper-right corner when you're viewing a specific message. Are these icons available for free anywhere? Beyond that, are there any ...
53
votes
23answers
3k views

Icons: How does a developer with no design skill make his/her application icons look pretty?

I probably spend far too much time trying to make my visual interfaces look good, and while I'm pretty adept at finding the right match between usability and style one area I am hopeless at is making ...
37
votes
6answers
18k views

iPhone App Icons - Exact Radius?

I'm trying to create the icon for my iPhone app, but don't know how to get the exact radius that the iPhone's icons use. I've searched and searched for a tutorial or a template but can't find one. ...
34
votes
5answers
29k views

What size should apple-touch-icon.png be for iPad and iPhone 4?

Are Apple touch icons bigger than 60x60 supported, and if so, what dimensions should I use for the iPad and iPhone 4?
32
votes
12answers
11k views

What's the UITableView index magnifying glass character?

In Apple's iPhone apps (like Contacts), they have a nice magnifying glass icon at the top of the table view index. Since the table view index API is character-based, I assume that this magnifying ...
27
votes
4answers
6k views

How to have favicon / icon set when bookmarklet dragged to toolbar?

I've made myself a bookmarklet, and it functions just fine, but when added to a toolbar in Opera or Firefox, it just takes on the default bookmark icon for the browser (a globe and a star, ...
24
votes
5answers
3k views

Icon already includes gloss effects

I have a problem with the gloss effect in app icon at iOS 5 beta 5, in iOS 4 it's show the effect not gloss, but iOS5 shows the glosss effect. I put the option Icon already includes gloss effects = ...
24
votes
8answers
30k views

How can I make my ad hoc iPhone application's icon show up in iTunes?

I've got an iPhone app with icon file Icon.png. This icon shows up properly when the app is on the phone itself, but it doesn't show up in the applications pane in iTunes. What do I need to do to ...
22
votes
8answers
62k views

Change pinned taskbar icon (windows 7)

I wan't to customize the icon displayed within the windows 7 taskbar. When my app is running, I can do it by changing main window icon but, when the app is pinned, the exe's icon is displayed. How ...
19
votes
4answers
19k views

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 = ...
16
votes
1answer
4k views
+500

What do the arrow icons in Subclipse mean?

What do the icons in the following screen capture mean? The icons are from Subclipse, an SVN plugin for Eclipse. I'm not asking about the base file icons, I know those (HTML file and Java source ...
16
votes
14answers
2k views

Is there a standard open icon library for web developers?

We are looking for an icon library that is open licensed. We want to use the icons as a prototype not the final version of the application, but they need to be open to use. EDIT 1: Even though many ...
16
votes
3answers
31k views

How do I set the icon for my application in visual studio 2008?

How do I set the executable icon for my C++ application in visual studio 2008?
16
votes
4answers
17k views

How to create and use resources in .NET

How do I create a resource that I can reference and use in various parts of my program easily? My specific problem is that I have a NotifyIcon that I want to change the icon of depending on the state ...
15
votes
2answers
235 views

How to get the icon for a file extension or filetype without creating a temp file?

I list some filenames with their icons (like the ones in the Windows Explorer) in a JTable. I know the two ways to get the icon if I have a File object from the local file system: ...
15
votes
6answers
1k views

Remove glossy from my game icon in GameCenter app

How to do it? UIPrerenderedIcon removes glossiness only for springboard icons.
15
votes
4answers
2k views

How to create a high quality icon for my Windows application?

If you are running Windows with a higher DPI setting you will notice that most application icons on the desktop look terrible. Even high profile application icons such as Google Chrome look terrible ...
15
votes
4answers
5k views

How to hide the Dock icon

I want to make a preference for hiding the Dock icon and showing an NSStatusItem. I can create the StatusItem but I don't know how to remove the icon from Dock. :-/ Any ideas?
14
votes
8answers
9k views

Where can I find Android Tab Icons

Does anybody know of a website where I can find Android TabHost icons? (free or paid)
14
votes
5answers
789 views

Are Icon design UI guidelines still valid?

Found UI guidelines of Launcher icon design http://d.android.com/guide/practices/ui_guidelines/icon_design.html but System Icons in recent Android releases doesn't seem to follow these guidelines ...
14
votes
2answers
6k views

What do the icons in Eclipse mean?

What do the icons in the Eclipse debugger mean? What do the icon decorators in Eclipse mean? What do the icons in Eclipse's Package Explorer mean? What do the little letters on top of Eclipse icons ...
14
votes
3answers
12k views

When you are using Xcode to make an iPhone app, how do you change the app's icon?

When you are using Xcode to make an iPhone app, how do you change the app's icon? Right now my icon for my app is just plain white.
14
votes
1answer
3k views

Additional icons for the Fam Fam Fam Silk Iconset [closed]

The FamFamFam Silk icons are very popular. However they don't cover everything. Once I found an additional set of FamFamFam Silk remixes but for the life of me I can not find these remixed icons ...
14
votes
7answers
8k views

Source for xaml toolbar icons?

Could you suggest a source for xaml toolbar icons (new, open, save, print)?
13
votes
4answers
1k views

Which icon sizes should my windows application's icon include?

I have a windows application which will run in Windows XP and newer (i.e. Vista/Windows 7). According to the Vista UI Guidelines, the standard sizes are 16x16, 32x32, 48x48, 256x256 (XP standard sizes ...
13
votes
2answers
4k views

WPF Icon for all app windows

It is possible to set one Icon so, that it would be used on every window in current app. So that i set it once (not on every window by hand)..?
13
votes
9answers
1k views

Icons/graphics for your applications

I need to source some graphics/icons for my application I'm writing (Windows WinForms). I need graphics for toolbar buttons, icons for form headers and graphics for wizard dialog boxes. As a last ...
12
votes
1answer
1k views

Android status bar expects icons of size 25x25dp while guidelines recommend 32x32dp. Who is wrong?

According to android icon design guidelines (here, see table #1), developer needs to provide status bar icons of next sizes: Status Bar 24 x 24 px (LDPI) 32 x 32 px (MDPI) 48 x 48 px (HDPI) ...
12
votes
10answers
13k views

iPhone Icon@2x.png not showing in Retina display

For some reason, the iPhone 4 refuses to display my high resolution icon file. I've checked out these solutions, none of which have worked for me: ...
12
votes
2answers
824 views

Adobe AIR 512x512 Icons?

correct me if i'm wrong, but Adobe AIR currently only allows applications to have maximum size icon of 256x256. is there a way to supply an application with a 512x512 icon? will 512x512 icons be ...
12
votes
7answers
451 views

Icon procurement: make one, buy one or find one

I make a lot of simple single executable applications for various things at home and at work. Icons always seem to be a problem for me I am not a designer. Like most I can do a little here and there ...
12
votes
2answers
5k views

Using icons licensed under GPL or LGPL in a closed source commercial software?

Is there a risk of legal trouble if you include GPL or LGPL licensed icons in a closed source software? Would it force it to become open source just to include the icon? Does it matter if the ...
11
votes
9answers
286 views

Should I use a warning icon or a question mark icon in a Windows message box?

Many know of the MessageBoxIcon of type "question". If you are not particularly familiar with this icon, it is just a glorified question mark. I am curious as to whether or not this icon is ...
11
votes
2answers
6k views

What does the red exclamation point icon in Eclipse mean?

What does the red exclamation point icon in Eclipse mean? There are lots of different search results on the Internet about "red exclamation point icons" and "red exclamation mark decorators" and "red ...
11
votes
4answers
4k views

Does apple apply the app icon gloss effect and corner rounding on every icon?

The iTunes Connect Developer Guide says that the developer must provide a whole bunch of different icon sizes. But I only know from the "normal" app icons (57x57, 114x114) that the device applies the ...
11
votes
6answers
6k views

How do I use standard Windows warning/error icons in my WPF app?

I'm making a custom error dialog in my WPF app and I want to use a standard windows error icon. Can I get the OS-specific icon from WPF? If not, does anyone know where to get .pngs with transparency ...
11
votes
5answers
3k views

Use Orca to edit msi from command line?

I'm using Visual Studio 2008 and have created a setup project for my application. The application has a high-resolution icon (for Vista). There's a bug in Visual Studio, and the installer creates a ...
11
votes
3answers
1k views

Default icons for Windows applications?

I've just recently begun coding desktop apps in c# and I'm wondering if Visual Studio or MSDN provides a default set of icons for applications, i.e. icons for common actions, GUI elements, data types, ...
11
votes
4answers
2k views

“Beautifying” an OS X disk image

When I downloaded Skype, I noticed that, in place of a normal "disk image" icon, there was a custom icon, and when I double clicked on the icon, the window used a colorful image as the background, ...
10
votes
3answers
4k views

How do I add a custom icon to a standard jQuery UI theme?

It is easy to use one of the icons available from the standard the icon set: $("#myButton").button({icons: {primary: "ui-icon-locked"}}); But what if I want to add one of my own icons that is not ...
10
votes
4answers
300 views

Should an icon show current state or next state?

When using icon images without text captions, should the icon represent the current state or the next state? For example I have a block of text that I want to minimize / maximize or I want to toggle ...
10
votes
2answers
2k views

Delphi form icons are blurry on Windows 7's taskbar (with MainFormOnTaskbar enabled)

We have a Windows desktop application written in Delphi that works fine on Windows 7, except that the icon of the main form looks blurry in Windows' new taskbar. As long as the application has not ...
10
votes
2answers
7k views

How to remove the “white reflection” on the application icon?

Hi this is an iPhone objective C question. When I set the icon file for the app, say, icon.png. When it is shown on the phone, a white reflection effect is automatically added on the icon.png Is ...
10
votes
3answers
4k views

How do I get the icon of the user's Mac?

Using Objective-C and Cocoa, does anyone know how to get the icon for a user's computer (the one that shows under "Devices" and "Network" in Finder)? Not the harddisk icon, the actual one for a user's ...
10
votes
2answers
4k views

Higher color depth for MFC toolbar icons?

I was wondering how to make a toolbar in MFC that used 24bit or 256 colour bitmaps rather than the horrible 16 colour ones. Can anyone point me in the direction of some simple code? Thanks
10
votes
5answers
4k views

Ajax Loading Icons - Where to Get?

Anyone know where I can get this icon in 32x32? And more generally what's a good source for finding Ajax loading icons? This one only offers 16x16.
10
votes
6answers
6k views

How can I programmatically manipulate Windows desktop icon locations?

Several years back, I innocently tried to write a little app to save my tactically placed desktop icons because I was sick of dragging them back to their locations when some event reset them. I gave ...

1 2 3 4 5 34